Searched refs:PF_W (Results 1 – 4 of 4) sorted by relevance
186 if ((phdr[i].p_flags & (PF_R | PF_W)) != (PF_R | PF_W)) {
3439 if (eppnt->p_flags & PF_W) { in load_elf_image()4306 | (flags & PAGE_WRITE_ORG ? PF_W : 0) in wmr_fill_region_phdr()
556 if (elf_ppnt->p_flags & PF_W) { in load_elf_sections()
1536 #define PF_W 0x2 macro