Home
last modified time | relevance | path

Searched refs:ctf_dynhash_lookup (Results 1 – 6 of 6) sorted by relevance

/dflybsd-src/contrib/binutils-2.34/libctf/
H A Dctf-string.c38 return ctf_dynhash_lookup (fp->ctf_syn_ext_strtab, in ctf_strraw_explicit()
48 return ctf_dynhash_lookup (fp->ctf_prov_strtab, in ctf_strraw_explicit()
153 atom = ctf_dynhash_lookup (fp->ctf_str_atoms, str); in ctf_str_add_ref_internal()
272 atom = ctf_dynhash_lookup (fp->ctf_str_atoms, str); in ctf_str_remove_ref()
427 nullstr = ctf_dynhash_lookup (fp->ctf_str_atoms, ""); in ctf_str_write_strtab()
H A Dctf-link.c93 dst_type = (uintptr_t) ctf_dynhash_lookup (target_fp->ctf_link_type_mapping, in ctf_type_mapping()
110 dst_type = (uintptr_t) ctf_dynhash_lookup (target_fp->ctf_link_type_mapping, in ctf_type_mapping()
196 if (((ctf_name = ctf_dynhash_lookup (fp->ctf_link_cu_mapping, filename)) == NULL) && in ctf_create_per_cu()
197 ((ctf_name = ctf_dynhash_lookup (fp->ctf_link_cu_mapping, cuname)) == NULL)) in ctf_create_per_cu()
204 if ((cu_fp = ctf_dynhash_lookup (fp->ctf_link_outputs, ctf_name)) == NULL) in ctf_create_per_cu()
394 dvd = ctf_dynhash_lookup (fp->ctf_dvhash, name); in check_variable()
H A Dctf-hash.c222 ctf_dynhash_lookup (ctf_dynhash_t *hp, const void *key) in ctf_dynhash_lookup() function
H A Dctf-impl.h388 extern void *ctf_dynhash_lookup (ctf_dynhash_t *, const void *);
H A Dctf-create.c663 return (ctf_dtdef_t *) ctf_dynhash_lookup (fp->ctf_dthash, (void *) type); in ctf_dtd_lookup()
706 return (ctf_dvdef_t *) ctf_dynhash_lookup (fp->ctf_dvhash, name); in ctf_dvd_lookup()
1656 if (ctf_dynhash_lookup (proc_tracking_fp->ctf_add_processing, in ctf_add_type_internal()
H A Dctf-types.c313 id = (ctf_id_t) ctf_dynhash_lookup (np->ctn_writable, name); in ctf_lookup_by_rawhash()