Home
last modified time | relevance | path

Searched refs:ctf_dynhash_elements (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/libctf/
H A Dctf-serialize.c245 *padsize = (ctf_dynhash_elements (linker_known) - beyond_max) * sizeof (uint32_t); in symtypetab_density()
598 nsymtypes = ctf_dynhash_elements (s->symfp->ctf_dynsyms); in ctf_emit_symtypetab_sects()
603 nsymtypes = ctf_dynhash_elements (fp->ctf_objthash) in ctf_emit_symtypetab_sects()
604 + ctf_dynhash_elements (fp->ctf_funchash); in ctf_emit_symtypetab_sects()
H A Dctf-hash.c279 ctf_dynhash_elements (ctf_dynhash_t *hp) in ctf_dynhash_elements() function
495 size_t els = ctf_dynhash_elements (h); in ctf_dynhash_next_sorted()
H A Dctf-util.c294 size_t els = ctf_dynhash_elements ((ctf_dynhash_t *) i->cu.ctn_h); in ctf_next_copy()
H A Dctf-link.c122 input->n = ctf_dynhash_elements (fp->ctf_link_inputs); in ctf_link_add_ctf_internal()
127 ctf_dynhash_elements (fp->ctf_link_inputs)) < 0) in ctf_link_add_ctf_internal()
379 if (fp->ctf_link_outputs && ctf_dynhash_elements (fp->ctf_link_outputs) != 0) in ctf_link_add_cu_mapping()
1728 if (!ctf_dynhash_elements (fp->ctf_dynsyms)) in ctf_link_shuffle_syms()
H A Dctf-impl.h643 extern size_t ctf_dynhash_elements (ctf_dynhash_t *);
H A Dctf-dedup.c1356 if (!ctf_assert (fp, ctf_dynhash_elements (d->cd_output_mapping) > 0)) in ctf_dedup_hash_kind()
1517 if (ctf_dynhash_elements (name_counts) <= 1) in ctf_dedup_detect_name_ambiguity()
H A DChangeLog-2020783 (ctf_dynhash_elements): New.
790 (ctf_dynhash_elements): New.
/netbsd-src/external/gpl3/binutils.old/dist/libctf/
H A Dctf-serialize.c245 *padsize = (ctf_dynhash_elements (linker_known) - beyond_max) * sizeof (uint32_t); in symtypetab_density()
598 nsymtypes = ctf_dynhash_elements (s->symfp->ctf_dynsyms); in ctf_emit_symtypetab_sects()
603 nsymtypes = ctf_dynhash_elements (fp->ctf_objthash) in ctf_emit_symtypetab_sects()
604 + ctf_dynhash_elements (fp->ctf_funchash); in ctf_emit_symtypetab_sects()
H A Dctf-hash.c279 ctf_dynhash_elements (ctf_dynhash_t *hp) in ctf_dynhash_elements() function
495 size_t els = ctf_dynhash_elements (h); in ctf_dynhash_next_sorted()
H A Dctf-util.c304 size_t els = ctf_dynhash_elements ((ctf_dynhash_t *) i->cu.ctn_h); in ctf_next_copy()
H A Dctf-link.c122 input->n = ctf_dynhash_elements (fp->ctf_link_inputs); in ctf_link_add_ctf_internal()
127 ctf_dynhash_elements (fp->ctf_link_inputs)) < 0) in ctf_link_add_ctf_internal()
380 if (fp->ctf_link_outputs && ctf_dynhash_elements (fp->ctf_link_outputs) != 0) in ctf_link_add_cu_mapping()
1715 if (!ctf_dynhash_elements (fp->ctf_dynsyms)) in ctf_link_shuffle_syms()
H A Dctf-impl.h643 extern size_t ctf_dynhash_elements (ctf_dynhash_t *);
H A Dctf-dedup.c1357 if (!ctf_assert (fp, ctf_dynhash_elements (d->cd_output_mapping) > 0)) in ctf_dedup_hash_kind()
1518 if (ctf_dynhash_elements (name_counts) <= 1) in ctf_dedup_detect_name_ambiguity()
H A DChangeLog-2020783 (ctf_dynhash_elements): New.
790 (ctf_dynhash_elements): New.
/netbsd-src/external/gpl3/gdb/dist/libctf/
H A DChangeLog-2020783 (ctf_dynhash_elements): New.
790 (ctf_dynhash_elements): New.