Home
last modified time | relevance | path

Searched refs:htab_size (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.27/libiberty/
Dhashtab.c213 #define htab_size(htab) ((htab)->size) macro
216 (htab_size) (htab_t htab) in size_t() argument
218 return htab_size (htab); in size_t()
415 size_t size = htab_size (htab); in htab_delete()
441 size_t size = htab_size (htab); in htab_empty()
485 size_t size = htab_size (htab); in find_empty_slot_for_expand()
593 size = htab_size (htab); in htab_find_with_hash()
642 size = htab_size (htab); in htab_find_slot_with_hash()
647 size = htab_size (htab); in htab_find_slot_with_hash()
746 if (slot < htab->entries || slot >= htab->entries + htab_size (htab) in htab_clear_slot()
[all …]
DChangeLog2593 * hashtab.c (htab_size): Define as both macro and non-inline
2924 htab_size, htab_elements, htab_mod_1, htab_mod, htab_mod_m2,
3315 * hashtab.c (htab_size): Move to top of file; mark inline.
3320 (find_empty_slot_for_expand): Use htab_size, htab_mod, htab_mod_m2.
3322 (htab_clear_slot): Use htab_size, htab_elements.
5901 htab_remove_elt, htab_clear_slot, htab_traverse, htab_size,
/toolchain/binutils/binutils-2.27/include/
Dhashtab.h182 extern size_t htab_size (htab_t);
/toolchain/binutils/binutils-2.27/bfd/
Delfxx-mips.c4384 g->got_entries = htab_create (htab_size (oldg.got_entries), in mips_elf_resolve_final_got_entries()