Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/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()
DChangeLog2281 (htab_elements): Likewise.
2610 htab_size, htab_elements, htab_mod_1, htab_mod, htab_mod_m2,
3002 (htab_elements): Likewise.
3008 (htab_clear_slot): Use htab_size, htab_elements.
5588 htab_elements, htab_collisions.
/toolchain/binutils/binutils-2.25/include/
Dhashtab.h188 extern size_t htab_elements (htab_t);
/toolchain/binutils/binutils-2.25/binutils/
Dobjcopy.c1342 || (htab_elements (keepglobal_specific_htab) != 0 in filter_symbols()
2082 || htab_elements (strip_specific_htab) != 0 in copy_object()
2083 || htab_elements (keep_specific_htab) != 0 in copy_object()
2084 || htab_elements (localize_specific_htab) != 0 in copy_object()
2085 || htab_elements (globalize_specific_htab) != 0 in copy_object()
2086 || htab_elements (keepglobal_specific_htab) != 0 in copy_object()
2087 || htab_elements (weaken_specific_htab) != 0 in copy_object()
3356 && htab_elements (strip_specific_htab) == 0) in strip_main()
/toolchain/binutils/binutils-2.25/bfd/
Delfxx-mips.c1859 sprintf (name, ".text.stub.%d", (int) htab_elements (htab->la25_stubs)); in mips_elf_add_la25_intro()