Searched refs:PT_GNU_STACK (Results 1 – 16 of 16) sorted by relevance
17 #define PT_GNU_STACK (PT_LOOS + 0x474e551) macro
39 #define PT_GNU_STACK (PT_LOOS + 0x474e551) macro
64 else if (segment == PT_GNU_STACK) in ebl_segment_type_name()
32 case ELF::PT_GNU_STACK: in printProgramHeaders()
25 ELF-I386-NEXT: Type: PT_GNU_STACK (0x6474E551)66 ELF-X86-64-NEXT: Type: PT_GNU_STACK (0x6474E551)
712 # if defined(PT_GNU_STACK) || defined(PT_SUNWSTACK) in VG_()713 # if defined(PT_GNU_STACK) in VG_()715 case PT_GNU_STACK: in VG_()
1033 PT_GNU_STACK = 0x6474e551, // Indicates stack executability. enumerator
1031 PT_GNU_STACK = 0x6474e551, // Indicates stack executability. enumerator
537 ld: Implement --as-needed, --execstack, PT_GNU_STACK. Many small patches.812 Handle PT_GNU_STACK. Change to write messages to stdout.
609 #define PT_GNU_STACK 0x6474e551 /* Indicates stack executability */ macro
610 #define PT_GNU_STACK 0x6474e551 /* Indicates stack executability */ macro
1163 LLVM_READOBJ_ENUM_CASE(ELF, PT_GNU_STACK); in getElfSegmentType()1181 LLVM_READOBJ_PHDR_ENUM(ELF, PT_GNU_STACK) in getElfPtType()
610 - ld: Implement --as-needed, --execstack, PT_GNU_STACK. Many small patc
2250 Fix generation of PT_GNU_STACK entry.3023 linker. Add PT_GNU_STACK program header.
4424 && phdr->p_type != PT_GNU_STACK && phdr->p_type != PT_GNU_RELRO in check_program_header()
6485 phdr->p_type = PT_GNU_STACK; in ld_generic_create_outfile()