Home
last modified time | relevance | path

Searched refs:htab_elements (Results 1 – 5 of 5) sorted by relevance

/toolchain/binutils/binutils-2.27/libiberty/
Dhashtab.c223 #define htab_elements(htab) ((htab)->n_elements - (htab)->n_deleted) macro
226 (htab_elements) (htab_t htab) in size_t() argument
228 return htab_elements (htab); in size_t()
531 elts = htab_elements (htab); in htab_expand()
789 if (htab_elements (htab) * 8 < size && size > 32) in htab_traverse()
DChangeLog2595 (htab_elements): Likewise.
2924 htab_size, htab_elements, htab_mod_1, htab_mod, htab_mod_m2,
3316 (htab_elements): Likewise.
3322 (htab_clear_slot): Use htab_size, htab_elements.
5902 htab_elements, htab_collisions.
/toolchain/binutils/binutils-2.27/include/
Dhashtab.h183 extern size_t htab_elements (htab_t);
/toolchain/binutils/binutils-2.27/binutils/
Dobjcopy.c1533 || (htab_elements (keepglobal_specific_htab) != 0 in filter_symbols()
2350 || htab_elements (strip_specific_htab) != 0 in copy_object()
2351 || htab_elements (keep_specific_htab) != 0 in copy_object()
2352 || htab_elements (localize_specific_htab) != 0 in copy_object()
2353 || htab_elements (globalize_specific_htab) != 0 in copy_object()
2354 || htab_elements (keepglobal_specific_htab) != 0 in copy_object()
2355 || htab_elements (weaken_specific_htab) != 0 in copy_object()
3676 && htab_elements (strip_specific_htab) == 0) in strip_main()
/toolchain/binutils/binutils-2.27/bfd/
Delfxx-mips.c1855 sprintf (name, ".text.stub.%d", (int) htab_elements (htab->la25_stubs)); in mips_elf_add_la25_intro()