Searched refs:PT_GNU_STACK (Results 1 – 18 of 18) sorted by relevance
17 #define PT_GNU_STACK (PT_LOOS + 0x474e551) macro
39 #define PT_GNU_STACK (PT_LOOS + 0x474e551) macro
89 else if (segment == PT_GNU_STACK)
34 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)
105 case PT_GNU_STACK: type = "GNU_STACK"; break; in VerboseLogProgramHeader()374 if (program_header->p_type == PT_GNU_STACK && in FindUnusedGnuStackSegment()496 program_header->p_type == PT_GNU_STACK) { in SortOrderSensitiveProgramHeaders()509 if (!(first->p_type == PT_GNU_STACK || in SortOrderSensitiveProgramHeaders()682 spliced_header->p_type = PT_GNU_STACK; in CoalesceProgramHeadersForHole()
415 # if defined(PT_GNU_STACK) in VG_()417 case PT_GNU_STACK: in VG_()
72 #define PT_GNU_STACK (PT_LOOS + 0x474e551) macro
50 * There can be at most one PT_GNU_STACK segment. It must be marked RW.
1608 PT_GNU_STACK = 0x6474e551, // Indicates stack executability. enumerator
328 ld: Implement --as-needed, --execstack, PT_GNU_STACK. Many small patches.603 Handle PT_GNU_STACK. Change to write messages to stdout.
416 - ld: Implement --as-needed, --execstack, PT_GNU_STACK. Many small patc
585 #define PT_GNU_STACK 0x6474e551 /* Indicates stack executability */ macro
487 LLVM_READOBJ_ENUM_CASE(ELF, PT_GNU_STACK); in getElfSegmentType()
884 Fix generation of PT_GNU_STACK entry.1657 linker. Add PT_GNU_STACK program header.
4106 && phdr->p_type != PT_GNU_STACK && phdr->p_type != PT_GNU_RELRO in check_program_header()
6493 phdr->p_type = PT_GNU_STACK; in ld_generic_create_outfile()