Home
last modified time | relevance | path

Searched refs:PF_X (Results 1 – 5 of 5) sorted by relevance

/qemu/bsd-user/
H A Delfload.c559 if (elf_ppnt->p_flags & PF_X) { in load_elf_sections()
/qemu/include/
H A Delf.h1537 #define PF_X 0x1 macro
/qemu/include/hw/
H A Delf_ops.h.inc529 ph->p_flags & PF_X) {
/qemu/linux-user/
H A Delfload.c3290 info->exec_stack = eppnt->p_flags & PF_X; in load_elf_image()
3442 if (eppnt->p_flags & PF_X) { in load_elf_image()
4307 | (flags & PAGE_EXEC ? PF_X : 0); in wmr_fill_region_phdr()
/qemu/tcg/
H A Dtcg.c7179 .p_flags = PF_X, in tcg_register_jit_int()