Home
last modified time | relevance | path

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

/linux-4.19.296/include/uapi/linux/
Delf-fdpic.h18 #define PT_GNU_STACK (PT_LOOS + 0x474e551) macro
Delf.h40 #define PT_GNU_STACK (PT_LOOS + 0x474e551) macro
/linux-4.19.296/fs/
Dbinfmt_elf_fdpic.c167 if (phdr->p_type != PT_GNU_STACK) in elf_fdpic_fetch_phdrs()
Dbinfmt_elf.c810 case PT_GNU_STACK: in load_elf_binary()