Searched refs:ctf_dtd_lookup (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/common/ctf/ |
H A D | ctf_create.c | 228 ctf_dtdef_t *dtd = ctf_dtd_lookup(fp, tid); in ctf_ref_inc() 246 ctf_dtdef_t *dtd = ctf_dtd_lookup(fp, tid); in ctf_ref_dec() 798 ctf_dtd_lookup(ctf_file_t *fp, ctf_id_t type) in ctf_dtd_lookup() function 1063 ctf_dtd_lookup(fp, arp->ctr_contents) == NULL) { in ctf_add_array() 1071 ctf_dtd_lookup(fp, arp->ctr_index) == NULL) { in ctf_add_array() 1092 ctf_dtdef_t *dtd = ctf_dtd_lookup(fp, type); in ctf_set_array() 1102 ctf_dtd_lookup(fp, arp->ctr_contents) == NULL) in ctf_set_array() 1107 ctf_dtd_lookup(fp, arp->ctr_index) == NULL) in ctf_set_array() 1144 ctf_dtd_lookup(fp, ctc->ctc_return) == NULL) in ctf_add_funcptr() 1150 ctf_dtd_lookup(fp, argv[i]) == NULL) in ctf_add_funcptr() [all …]
|
H A D | ctf_impl.h | 279 extern ctf_dtdef_t *ctf_dtd_lookup(ctf_file_t *, ctf_id_t);
|
H A D | ctf_types.c | 514 ctf_dtdef_t *dtd = ctf_dtd_lookup(fp, type); in ctf_type_size()
|
/titanic_50/usr/src/lib/libctf/common/ |
H A D | ctf_dwarf.c | 1133 dtd = ctf_dtd_lookup(cup->cu_ctfp, base); in ctf_dwarf_member_bitfield() 1138 dtd = ctf_dtd_lookup(cup->cu_ctfp, dtd->dtd_data.ctt_type); in ctf_dwarf_member_bitfield()
|
H A D | ctf_merge.c | 570 dtd = ctf_dtd_lookup(cmp->cm_out, mapid); in ctf_merge_fixup_sou()
|