Searched refs:PT_GNU_STACK (Results 1 – 2 of 2) sorted by relevance
/qemu/include/ | ||
H A D | elf.h | 34 #define PT_GNU_STACK (PT_LOOS + 0x474e551) macro |
/qemu/linux-user/ | ||
H A D | elfload.c | 3289 } else if (eppnt->p_type == PT_GNU_STACK) { in load_elf_image() |