Searched refs:PT_GNU_STACK (Results 1 - 6 of 6) sorted by relevance

/linux-master/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-master/arch/powerpc/boot/
H A Delf.h37 #define PT_GNU_STACK (PT_LOOS + 0x474e551) macro
/linux-master/fs/
H A Dbinfmt_elf_test.c26 { .p_type = PT_GNU_STACK, .p_vaddr = 0x00000000, .p_memsz = 0x000000, },
H A Dbinfmt_elf.c927 case PT_GNU_STACK:
H A Dbinfmt_elf_fdpic.c163 if (phdr->p_type != PT_GNU_STACK)

Completed in 188 milliseconds