Home
last modified time | relevance | path

Searched refs:loc_hash_table (Results 1 – 10 of 10) sorted by relevance

/toolchain/binutils/binutils-2.27/bfd/
Delfxx-sparc.h63 htab_t loc_hash_table; member
Delfnn-ia64.c155 htab_t loc_hash_table; member
1421 if (ia64_info->loc_hash_table) in elfNN_ia64_link_hash_table_free()
1423 htab_traverse (ia64_info->loc_hash_table, in elfNN_ia64_link_hash_table_free()
1425 htab_delete (ia64_info->loc_hash_table); in elfNN_ia64_link_hash_table_free()
1456 ret->loc_hash_table = htab_try_create (1024, elfNN_ia64_local_htab_hash, in elfNN_ia64_hash_table_create()
1459 if (!ret->loc_hash_table || !ret->loc_hash_memory) in elfNN_ia64_hash_table_create()
1526 htab_traverse (ia64_info->loc_hash_table, in elfNN_ia64_dyn_sym_traverse()
1584 slot = htab_find_slot_with_hash (ia64_info->loc_hash_table, &e, h, in get_local_sym_hash()
Delf64-ia64-vms.c162 htab_t loc_hash_table; member
1030 if (ia64_info->loc_hash_table) in elf64_ia64_link_hash_table_free()
1032 htab_traverse (ia64_info->loc_hash_table, in elf64_ia64_link_hash_table_free()
1034 htab_delete (ia64_info->loc_hash_table); in elf64_ia64_link_hash_table_free()
1065 ret->loc_hash_table = htab_try_create (1024, elf64_ia64_local_htab_hash, in elf64_ia64_hash_table_create()
1068 if (!ret->loc_hash_table || !ret->loc_hash_memory) in elf64_ia64_hash_table_create()
1138 htab_traverse (ia64_info->loc_hash_table, in elf64_ia64_dyn_sym_traverse()
1352 slot = htab_find_slot_with_hash (ia64_info->loc_hash_table, &e, h, in get_local_sym_hash()
Delf32-i386.c872 htab_t loc_hash_table; member
980 slot = htab_find_slot_with_hash (htab->loc_hash_table, &e, h, in elf_i386_get_local_sym_hash()
1016 if (htab->loc_hash_table) in elf_i386_link_hash_table_free()
1017 htab_delete (htab->loc_hash_table); in elf_i386_link_hash_table_free()
1044 ret->loc_hash_table = htab_try_create (1024, in elf_i386_link_hash_table_create()
1049 if (!ret->loc_hash_table || !ret->loc_hash_memory) in elf_i386_link_hash_table_create()
3335 htab_traverse (htab->loc_hash_table, in elf_i386_size_dynamic_sections()
5927 htab_traverse (htab->loc_hash_table, in elf_i386_output_arch_local_syms()
Delfxx-sparc.c1077 slot = htab_find_slot_with_hash (htab->loc_hash_table, &e, h, in elf_sparc_get_local_sym_hash()
1113 if (htab->loc_hash_table) in _bfd_sparc_elf_link_hash_table_free()
1114 htab_delete (htab->loc_hash_table); in _bfd_sparc_elf_link_hash_table_free()
1179 ret->loc_hash_table = htab_try_create (1024, in _bfd_sparc_elf_link_hash_table_create()
1184 if (!ret->loc_hash_table || !ret->loc_hash_memory) in _bfd_sparc_elf_link_hash_table_create()
2662 htab_traverse (htab->loc_hash_table, allocate_local_dynrelocs, info); in _bfd_sparc_elf_size_dynamic_sections()
4823 htab_traverse (htab->loc_hash_table, finish_local_dynamic_symbol, info); in _bfd_sparc_elf_finish_dynamic_sections()
Delf64-x86-64.c892 htab_t loc_hash_table; member
1005 slot = htab_find_slot_with_hash (htab->loc_hash_table, &e, h, in elf_x86_64_get_local_sym_hash()
1041 if (htab->loc_hash_table) in elf_x86_64_link_hash_table_free()
1042 htab_delete (htab->loc_hash_table); in elf_x86_64_link_hash_table_free()
1086 ret->loc_hash_table = htab_try_create (1024, in elf_x86_64_link_hash_table_create()
1091 if (!ret->loc_hash_table || !ret->loc_hash_memory) in elf_x86_64_link_hash_table_create()
3729 htab_traverse (htab->loc_hash_table, in elf_x86_64_size_dynamic_sections()
6363 htab_traverse (htab->loc_hash_table, in elf_x86_64_output_arch_local_syms()
Delfnn-aarch64.c2351 htab_t loc_hash_table; member
2468 slot = htab_find_slot_with_hash (htab->loc_hash_table, &e, h, in elfNN_aarch64_get_local_sym_hash()
2558 if (ret->loc_hash_table) in elfNN_aarch64_link_hash_table_free()
2559 htab_delete (ret->loc_hash_table); in elfNN_aarch64_link_hash_table_free()
2599 ret->loc_hash_table = htab_try_create (1024, in elfNN_aarch64_link_hash_table_create()
2604 if (!ret->loc_hash_table || !ret->loc_hash_memory) in elfNN_aarch64_link_hash_table_create()
8451 htab_traverse (htab->loc_hash_table, in elfNN_aarch64_size_dynamic_sections()
8456 htab_traverse (htab->loc_hash_table, in elfNN_aarch64_size_dynamic_sections()
9198 htab_traverse (htab->loc_hash_table, in elfNN_aarch64_finish_dynamic_sections()
DChangeLog-20092301 (elf_i386_link_hash_table): Add loc_hash_table and
2311 (elf_i386_link_hash_table_create): Create loc_hash_table and
2321 (elf64_x86_64_link_hash_table): Add loc_hash_table and
2331 (elf64_x86_64_link_hash_table_create): Create loc_hash_table
DChangeLog-20103031 * elfxx-sparc.h (_bfd_sparc_elf_link_hash_table): Add loc_hash_table
DChangeLog-0203682 (struct elfNN_ia64_link_hash_table): Change loc_hash_table's type
689 loc_hash_table. Initialize loc_hash_memory.
695 (get_local_sym_hash): Use hashtab.h hashtable for loc_hash_table.