Searched refs:SHT_DYNAMIC (Results 1 – 9 of 9) sorted by relevance
/toolchain/binutils/binutils-2.25/include/elf/ |
D | common.h | 455 #define SHT_DYNAMIC 6 /* Information for dynamic linking */ macro
|
/toolchain/binutils/binutils-2.25/gold/ |
D | dynobj.cc | 152 case elfcpp::SHT_DYNAMIC: in find_dynsym_sections() 256 gold_assert(dynamicshdr.get_sh_type() == elfcpp::SHT_DYNAMIC); in read_dynamic()
|
D | layout.cc | 672 case elfcpp::SHT_DYNAMIC: in include_section() 1832 case elfcpp::SHT_DYNAMIC: in default_section_order() 2154 elfcpp::SHT_DYNAMIC, in create_initial_dynamic_sections()
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | ChangeLog-2006 | 537 2004-09-22. Match PT_DYNAMIC segment only with SHT_DYNAMIC
|
D | readelf.c | 3608 case SHT_DYNAMIC: return "DYNAMIC"; in get_section_type_name()
|
/toolchain/binutils/binutils-2.25/elfcpp/ |
D | elfcpp.h | 349 SHT_DYNAMIC = 6,
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | elf.c | 1645 case SHT_DYNAMIC: /* Dynamic linking information. */ in bfd_section_from_shdr() 2185 { STRING_COMMA_LEN (".dynamic"), 0, SHT_DYNAMIC, SHF_ALLOC }, 2774 case SHT_DYNAMIC: in elf_fake_sections() 3308 case SHT_DYNAMIC: in assign_section_numbers()
|
D | ChangeLog-9495 | 6312 is an SHT_DYNAMIC section. 6973 (section_from_elf_index): Handle SHT_HASH and SHT_DYNAMIC 8602 * elfcode.h (bfd_section_from_shdr): Handle SHT_DYNAMIC section like 9746 * elfcode.h (elf_object_p): If there is a SHT_DYNAMIC section, set
|
D | elf32-arm.c | 16690 { STRING_COMMA_LEN (".dynamic"), 0, SHT_DYNAMIC, 0 },
|