Searched refs:ctf_dynhash_lookup (Results 1 – 6 of 6) sorted by relevance
/dflybsd-src/contrib/binutils-2.34/libctf/ |
H A D | ctf-string.c | 38 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 D | ctf-link.c | 93 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 D | ctf-hash.c | 222 ctf_dynhash_lookup (ctf_dynhash_t *hp, const void *key) in ctf_dynhash_lookup() function
|
H A D | ctf-impl.h | 388 extern void *ctf_dynhash_lookup (ctf_dynhash_t *, const void *);
|
H A D | ctf-create.c | 663 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 D | ctf-types.c | 313 id = (ctf_id_t) ctf_dynhash_lookup (np->ctn_writable, name); in ctf_lookup_by_rawhash()
|