Home
last modified time | relevance | path

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

/linux/Documentation/userspace-api/
H A DELF.rst22 PT_GNU_STACK chapter
25 Last PT_GNU_STACK program header defines userspace stack executability
26 (since Linux 2.6.6). Other PT_GNU_STACK headers are ignored.
/linux/include/uapi/linux/
H A Delf-fdpic.h18 #define PT_GNU_STACK (PT_LOOS + 0x474e551) macro
H A Delf.h39 #define PT_GNU_STACK (PT_LOOS + 0x474e551) macro
/linux/fs/tests/
H A Dbinfmt_elf_kunit.c26 { .p_type = PT_GNU_STACK, .p_vaddr = 0x00000000, .p_memsz = 0x000000, }, in total_mapping_size_test()
/linux/arch/powerpc/boot/
H A Delf.h37 #define PT_GNU_STACK (PT_LOOS + 0x474e551) macro
/linux/fs/
H A Dbinfmt_elf_fdpic.c163 if (phdr->p_type != PT_GNU_STACK) in elf_fdpic_fetch_phdrs()
H A Dbinfmt_elf.c933 case PT_GNU_STACK: in load_elf_binary()