Searched refs:ctf_name_table (Results 1 – 4 of 4) sorted by relevance
/dflybsd-src/contrib/binutils-2.34/libctf/ |
H A D | ctf-impl.h | 355 extern ctf_names_t *ctf_name_table (ctf_file_t *, int);
|
H A D | ctf-create.c | 584 ctf_name_table (ctf_file_t *fp, int kind) in ctf_name_table() function 609 if (ctf_dynhash_insert (ctf_name_table (fp, kind)->ctn_writable, in ctf_dtd_insert() 651 ctf_dynhash_remove (ctf_name_table (fp, kind)->ctn_writable, in ctf_dtd_delete() 767 ctf_dynhash_remove (ctf_name_table (fp, kind)->ctn_writable, in ctf_rollback()
|
H A D | ctf-types.c | 301 return ctf_lookup_by_rawhash (fp, ctf_name_table (fp, kind), name); in ctf_lookup_by_rawname()
|
H A D | ctf-open.c | 857 ctf_names_t *np = ctf_name_table (fp, tp->ctt_type); in init_types()
|