Home
last modified time | relevance | path

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

/linux-5.15/include/uapi/linux/ !
H A Delf-fdpic.h18 #define PT_GNU_STACK (PT_LOOS + 0x474e551) macro
H A Delf.h41 #define PT_GNU_STACK (PT_LOOS + 0x474e551) macro
/linux-5.15/arch/powerpc/boot/ !
H A Delf.h37 #define PT_GNU_STACK (PT_LOOS + 0x474e551) macro
/linux-5.15/fs/ !
H A Dbinfmt_elf_fdpic.c163 if (phdr->p_type != PT_GNU_STACK) in elf_fdpic_fetch_phdrs()
A Dbinfmt_elf.c932 case PT_GNU_STACK: in load_elf_binary()