Searched refs:loc_hash_table (Results 1 – 10 of 10) sorted by relevance
/toolchain/binutils/binutils-2.25/bfd/ |
D | elfxx-sparc.h | 63 htab_t loc_hash_table; member
|
D | elfnn-ia64.c | 155 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()
|
D | elf32-i386.c | 806 htab_t loc_hash_table; member 904 slot = htab_find_slot_with_hash (htab->loc_hash_table, &e, h, in elf_i386_get_local_sym_hash() 938 if (htab->loc_hash_table) in elf_i386_link_hash_table_free() 939 htab_delete (htab->loc_hash_table); in elf_i386_link_hash_table_free() 966 ret->loc_hash_table = htab_try_create (1024, in elf_i386_link_hash_table_create() 971 if (!ret->loc_hash_table || !ret->loc_hash_memory) in elf_i386_link_hash_table_create() 2815 htab_traverse (htab->loc_hash_table, in elf_i386_size_dynamic_sections() 4974 htab_traverse (htab->loc_hash_table, in elf_i386_finish_dynamic_sections()
|
D | elf64-ia64-vms.c | 162 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()
|
D | elf64-x86-64.c | 841 htab_t loc_hash_table; member 944 slot = htab_find_slot_with_hash (htab->loc_hash_table, &e, h, in elf_x86_64_get_local_sym_hash() 978 if (htab->loc_hash_table) in elf_x86_64_link_hash_table_free() 979 htab_delete (htab->loc_hash_table); in elf_x86_64_link_hash_table_free() 1023 ret->loc_hash_table = htab_try_create (1024, in elf_x86_64_link_hash_table_create() 1028 if (!ret->loc_hash_table || !ret->loc_hash_memory) in elf_x86_64_link_hash_table_create() 3049 htab_traverse (htab->loc_hash_table, in elf_x86_64_size_dynamic_sections() 5285 htab_traverse (htab->loc_hash_table, in elf_x86_64_finish_dynamic_sections()
|
D | elfxx-sparc.c | 1077 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() 2660 htab_traverse (htab->loc_hash_table, allocate_local_dynrelocs, info); in _bfd_sparc_elf_size_dynamic_sections() 4818 htab_traverse (htab->loc_hash_table, finish_local_dynamic_symbol, info); in _bfd_sparc_elf_finish_dynamic_sections()
|
D | elfnn-aarch64.c | 1890 htab_t loc_hash_table; member 2007 slot = htab_find_slot_with_hash (htab->loc_hash_table, &e, h, in elfNN_aarch64_get_local_sym_hash() 2097 if (ret->loc_hash_table) in elfNN_aarch64_link_hash_table_free() 2098 htab_delete (ret->loc_hash_table); in elfNN_aarch64_link_hash_table_free() 2138 ret->loc_hash_table = htab_try_create (1024, in elfNN_aarch64_link_hash_table_create() 2143 if (!ret->loc_hash_table || !ret->loc_hash_memory) in elfNN_aarch64_link_hash_table_create() 7405 htab_traverse (htab->loc_hash_table, in elfNN_aarch64_size_dynamic_sections() 7410 htab_traverse (htab->loc_hash_table, in elfNN_aarch64_size_dynamic_sections() 8140 htab_traverse (htab->loc_hash_table, in elfNN_aarch64_finish_dynamic_sections()
|
D | ChangeLog-2009 | 2301 (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
|
D | ChangeLog-2010 | 3031 * elfxx-sparc.h (_bfd_sparc_elf_link_hash_table): Add loc_hash_table
|
D | ChangeLog-0203 | 682 (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.
|