Home
last modified time | relevance | path

Searched refs:SHT_HASH (Results 1 – 7 of 7) sorted by relevance

/toolchain/binutils/binutils-2.25/include/elf/
Dcommon.h454 #define SHT_HASH 5 /* A symbol hash table */ macro
/toolchain/binutils/binutils-2.25/gold/
Dlayout.cc671 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/
Delfcpp.h348 SHT_HASH = 5,
/toolchain/binutils/binutils-2.25/bfd/
Delf.c1635 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()
Delf32-arm.c16694 { STRING_COMMA_LEN (".hash"), 0, SHT_HASH, 0 },
DChangeLog-94956710 (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/
Dreadelf.c3607 case SHT_HASH: return "HASH"; in get_section_type_name()