Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Delf-fdpic.h17 #define PT_GNU_STACK (PT_LOOS + 0x474e551) macro
Delf.h42 #define PT_GNU_STACK (PT_LOOS + 0x474e551) macro
/linux-3.4.99/arch/powerpc/boot/
Delf.h36 #define PT_GNU_STACK (PT_LOOS + 0x474e551) macro
/linux-3.4.99/fs/
Dbinfmt_elf_fdpic.c149 if (phdr->p_type != PT_GNU_STACK) in elf_fdpic_fetch_phdrs()
Dbinfmt_elf.c687 if (elf_ppnt->p_type == PT_GNU_STACK) { in load_elf_binary()