Searched refs:PT_GNU_STACK (Results 1 – 25 of 25) sorted by relevance
294 #define PT_GNU_STACK (PT_LOOS + 0x474e551) macro
310 #define PT_GNU_STACK (PT_LOOS + 0x474e551) /* Stack flags */ macro
267 * common.h (PT_GNU_EH_FRAME, PT_GNU_STACK): Add comments.
10 * common.h (PT_GNU_STACK): Define.
238 case ELF::PT_GNU_STACK: in printProgramHeaders()
1400 PT_GNU_STACK = 0x6474e551, // Indicates stack executability. enumerator
3695 if (m->p_type == PT_GNU_STACK) in elf32_frvfdpic_modify_segment_map()4308 if (elf_tdata (ibfd)->phdr[i].p_type == PT_GNU_STACK) in elf32_frvfdpic_copy_private_bfd_data()4313 if (elf_tdata (obfd)->phdr[i].p_type == PT_GNU_STACK) in elf32_frvfdpic_copy_private_bfd_data()
970 case PT_GNU_STACK: pt = "STACK"; break; in _bfd_elf_print_private_bfd_data()2293 case PT_GNU_STACK: in bfd_section_from_phdr()3526 m->p_type = PT_GNU_STACK; in map_sections_to_segments()4759 && segment->p_type != PT_GNU_STACK \ in copy_private_bfd_data()
120 * elf.c (INCLUDE_SECTION_IN_SEGMENT): Skip PT_GNU_STACK segments.2937 * elf.c (_bfd_elf_print_private_bfd_data): Handle PT_GNU_STACK.2939 (map_sections_to_segments): Create PT_GNU_STACK segment header.2940 (get_program_header_size): Count with PT_GNU_STACK.
4204 if (m->p_type == PT_GNU_STACK) in elf32_bfinfdpic_modify_segment_map()4766 if (elf_tdata (ibfd)->phdr[i].p_type == PT_GNU_STACK) in elf32_bfinfdpic_copy_private_bfd_data()4771 if (elf_tdata (obfd)->phdr[i].p_type == PT_GNU_STACK) in elf32_bfinfdpic_copy_private_bfd_data()
5732 if (m->p_type == PT_GNU_STACK) in elf32_frvfdpic_modify_segment_map()6452 if (elf_tdata (ibfd)->phdr[i].p_type == PT_GNU_STACK) in elf32_frvfdpic_copy_private_bfd_data()6457 if (elf_tdata (obfd)->phdr[i].p_type == PT_GNU_STACK) in elf32_frvfdpic_copy_private_bfd_data()
1101 case PT_GNU_STACK: pt = "STACK"; break; in get_segment_type()2637 case PT_GNU_STACK: in bfd_section_from_phdr()3980 m->p_type = PT_GNU_STACK; in map_sections_to_segments()5403 && segment->p_type != PT_GNU_STACK \ in rewrite_elf_program_header()
498 "STACK", when a PT_GNU_STACK segment is encountered.
611 * readelf.c (get_segment_type): Handle PT_GNU_STACK.
2704 case PT_GNU_STACK: return "GNU_STACK"; in get_segment_type()
1576 .Case("PT_GNU_STACK", PT_GNU_STACK) in readPhdrType()
2410 addHdr(PT_GNU_STACK, perm)->p_memsz = config->zStackSize; in createPhdrs()
70 ECase(PT_GNU_STACK); in enumeration()
2159 case PT_GNU_STACK: return "STACK"; in get_segment_type()
161 * elf/common.h (PT_GNU_STACK): Define.
869 * ldgram.y (phdr_type): Grok PT_GNU_STACK.
1408 LLVM_READOBJ_ENUM_CASE(ELF, PT_GNU_STACK); in segmentTypeToString()