Home
last modified time | relevance | path

Searched refs:PF_W (Results 1 – 4 of 4) sorted by relevance

/qemu/linux-user/
H A Dgen-vdso-elfn.c.inc186 if ((phdr[i].p_flags & (PF_R | PF_W)) != (PF_R | PF_W)) {
H A Delfload.c3439 if (eppnt->p_flags & PF_W) { in load_elf_image()
4306 | (flags & PAGE_WRITE_ORG ? PF_W : 0) in wmr_fill_region_phdr()
/qemu/bsd-user/
H A Delfload.c556 if (elf_ppnt->p_flags & PF_W) { in load_elf_sections()
/qemu/include/
H A Delf.h1536 #define PF_W 0x2 macro