Searched refs:ctf_dtd_lookup (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/contrib/binutils-2.34/libctf/ |
H A D | ctf-create.c | 661 ctf_dtd_lookup (const ctf_file_t *fp, ctf_id_t type) in ctf_dtd_lookup() function 680 return ctf_dtd_lookup (fp, id); in ctf_dynamic_type() 1022 ctf_dtdef_t *dtd = ctf_dtd_lookup (fp, type); in ctf_set_array() 1103 dtd = ctf_dtd_lookup (fp, type); in ctf_add_struct_sized() 1140 dtd = ctf_dtd_lookup (fp, type); in ctf_add_union_sized() 1176 dtd = ctf_dtd_lookup (fp, type); in ctf_add_enum() 1286 ctf_dtdef_t *dtd = ctf_dtd_lookup (fp, enid); in ctf_add_enumerator() 1344 ctf_dtdef_t *dtd = ctf_dtd_lookup (fp, souid); in ctf_add_member_offset() 1463 ctf_dtdef_t *dtd = ctf_dtd_lookup (fp, type); in ctf_add_member_encoded()
|
H A D | ctf-impl.h | 333 &(ctf_dtd_lookup (fp, LCTF_INDEX_TO_TYPE \ 404 extern ctf_dtdef_t *ctf_dtd_lookup (const ctf_file_t *, ctf_id_t);
|