Home
last modified time | relevance | path

Searched refs:PT_GNU_STACK (Results 1 – 20 of 20) sorted by relevance

/toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/
Dseg.d13 # FRV adds a PT_GNU_STACK header
/toolchain/binutils/binutils-2.25/include/elf/
Dcommon.h435 #define PT_GNU_STACK (PT_LOOS + 0x474e551) /* Stack flags */ macro
DChangeLog1345 * 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.
DChangeLog-910310 * common.h (PT_GNU_STACK): Define.
/toolchain/binutils/binutils-2.25/bfd/
DChangeLog-2012488 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 to
500 (elf32_bfingfdpic_copy_private_bfd_data): Don't copy PT_GNU_STACK
507 (elf32_frvfdpic_copy_private_bfd_data): Don't copy PT_GNU_STACK
512 PT_GNU_STACK creation to underlying elf support. Check
523 (sh_elf_copy_private_data): Don't copy PT_GNU_STACK
Delf32-lm32.c2647 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()
Delf.c1178 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()
DChangeLog-20102002 (sh_elf_always_size_sections): Handle PT_GNU_STACK and __stacksize.
2028 (sh_elf_copy_private_data): Copy PT_GNU_STACK size.
DChangeLog-0203120 * 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.
DChangeLog-20071207 * elf.c (get_segment_type): Change PT_GNU_STACK to PT_GNU_ATTR.
/toolchain/binutils/binutils-2.25/elfcpp/
Delfcpp.h485 PT_GNU_STACK = 0x6474e551,
/toolchain/binutils/binutils-2.25/binutils/
DChangeLog-2004498 "STACK", when a PT_GNU_STACK segment is encountered.
DChangeLog-2007337 * readelf.c (get_segment_type): Change PT_GNU_STACK to
DChangeLog-0203611 * readelf.c (get_segment_type): Handle PT_GNU_STACK.
Dreadelf.c3353 case PT_GNU_STACK: return "GNU_STACK"; in get_segment_type()
/toolchain/binutils/binutils-2.25/gold/
Dscript.cc3271 PHDR_TYPE(PT_GNU_STACK),
Dlayout.cc3094 this->make_output_segment(elfcpp::PT_GNU_STACK, flags); in create_executable_stack_info()
/toolchain/binutils/binutils-2.25/ld/emultempl/
Delf32.em1036 PT_GNU_STACK segment will be created and so the
/toolchain/binutils/binutils-2.25/ld/
DChangeLog-0203869 * ldgram.y (phdr_type): Grok PT_GNU_STACK.
Dld.texinfo1132 Specify a stack size for in an ELF @code{PT_GNU_STACK} segment.
1134 @code{PT_GNU_STACK} segment creation.