Searched refs:PT_GNU_STACK (Results 1 – 20 of 20) sorted by relevance
13 # FRV adds a PT_GNU_STACK header
435 #define PT_GNU_STACK (PT_LOOS + 0x474e551) /* Stack flags */ macro
1345 * common.h (PT_GNU_STACK): Renamed to ...1347 (PT_GNU_STACK): New. Make an alias of PT_GNU_ATTR.1825 * common.h (PT_GNU_EH_FRAME, PT_GNU_STACK): Add comments.
10 * common.h (PT_GNU_STACK): Define.
488 stack_align and stacksize for PT_GNU_STACK segment.490 PT_GNU_STACK segment.491 (copy_elf_program_header): Copy PT_GNU_STACK size.495 PT_GNU_STACK requirements after calling backend. Pay attention to500 (elf32_bfingfdpic_copy_private_bfd_data): Don't copy PT_GNU_STACK507 (elf32_frvfdpic_copy_private_bfd_data): Don't copy PT_GNU_STACK512 PT_GNU_STACK creation to underlying elf support. Check523 (sh_elf_copy_private_data): Don't copy PT_GNU_STACK
2647 if (elf_tdata (ibfd)->phdr[i].p_type == PT_GNU_STACK) in lm32_elf_fdpic_copy_private_bfd_data()2652 if (elf_tdata (obfd)->phdr[i].p_type == PT_GNU_STACK) in lm32_elf_fdpic_copy_private_bfd_data()
1178 case PT_GNU_STACK: pt = "STACK"; break; in get_segment_type()2595 case PT_GNU_STACK: in bfd_section_from_phdr()4277 m->p_type = PT_GNU_STACK; in _bfd_elf_map_sections_to_segments()5160 else if (p->p_type == PT_GNU_STACK) in assign_file_positions_for_non_load_sections()5694 && segment->p_type != PT_GNU_STACK \ in rewrite_elf_program_header()6333 || map->p_type == PT_GNU_STACK) in copy_elf_program_header()
2002 (sh_elf_always_size_sections): Handle PT_GNU_STACK and __stacksize.2028 (sh_elf_copy_private_data): Copy PT_GNU_STACK size.
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.
1207 * elf.c (get_segment_type): Change PT_GNU_STACK to PT_GNU_ATTR.
485 PT_GNU_STACK = 0x6474e551,
498 "STACK", when a PT_GNU_STACK segment is encountered.
337 * readelf.c (get_segment_type): Change PT_GNU_STACK to
611 * readelf.c (get_segment_type): Handle PT_GNU_STACK.
3353 case PT_GNU_STACK: return "GNU_STACK"; in get_segment_type()
3271 PHDR_TYPE(PT_GNU_STACK),
3094 this->make_output_segment(elfcpp::PT_GNU_STACK, flags); in create_executable_stack_info()
1036 PT_GNU_STACK segment will be created and so the
869 * ldgram.y (phdr_type): Grok PT_GNU_STACK.
1132 Specify a stack size for in an ELF @code{PT_GNU_STACK} segment.1134 @code{PT_GNU_STACK} segment creation.