Searched refs:SHT_HASH (Results 1 – 7 of 7) sorted by relevance
/toolchain/binutils/binutils-2.25/include/elf/ |
D | common.h | 454 #define SHT_HASH 5 /* A symbol hash table */ macro
|
/toolchain/binutils/binutils-2.25/gold/ |
D | layout.cc | 671 case elfcpp::SHT_HASH: in include_section() 1831 case elfcpp::SHT_HASH: in default_section_order() 4456 this->choose_output_section(NULL, ".hash", elfcpp::SHT_HASH, in create_dynamic_symtab()
|
/toolchain/binutils/binutils-2.25/elfcpp/ |
D | elfcpp.h | 348 SHT_HASH = 5,
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | elf.c | 1635 case SHT_HASH: /* .hash section. */ in bfd_section_from_shdr() 2214 { STRING_COMMA_LEN (".hash"), 0, SHT_HASH, SHF_ALLOC }, 2766 case SHT_HASH: in elf_fake_sections() 3330 case SHT_HASH: in assign_section_numbers()
|
D | elf32-arm.c | 16694 { STRING_COMMA_LEN (".hash"), 0, SHT_HASH, 0 },
|
D | ChangeLog-9495 | 6710 (bfd_section_from_shdr): Make a BFD section from an SHT_HASH 6973 (section_from_elf_index): Handle SHT_HASH and SHT_DYNAMIC
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | readelf.c | 3607 case SHT_HASH: return "HASH"; in get_section_type_name()
|