Searched refs:ctf_lookup_by_id (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/common/ctf/ |
H A D | ctf_types.c | 73 if ((tp = ctf_lookup_by_id(&fp, type)) == NULL) in ctf_member_iter() 125 if ((tp = ctf_lookup_by_id(&fp, type)) == NULL) in ctf_enum_iter() 180 while ((tp = ctf_lookup_by_id(&fp, type)) != NULL) { in ctf_type_resolve() 327 ctf_lookup_by_id(&rfp, cdp->cd_type); in ctf_type_qlname() 471 if ((tp = ctf_lookup_by_id(&fp, type)) == NULL) in ctf_type_size() 537 if ((tp = ctf_lookup_by_id(&fp, type)) == NULL) in ctf_type_align() 597 if ((tp = ctf_lookup_by_id(&fp, type)) == NULL) in ctf_type_kind() 613 if ((tp = ctf_lookup_by_id(&fp, type)) == NULL) in ctf_type_reference() 641 if (ctf_lookup_by_id(&fp, type) == NULL) in ctf_type_pointer() 650 if (ctf_lookup_by_id(&fp, type) == NULL) in ctf_type_pointer() [all …]
|
H A D | ctf_create.c | 1062 if (ctf_lookup_by_id(&fpd, arp->ctr_contents) == NULL && in ctf_add_array() 1070 if (ctf_lookup_by_id(&fpd, arp->ctr_index) == NULL && in ctf_add_array() 1101 if (ctf_lookup_by_id(&fpd, arp->ctr_contents) == NULL && in ctf_set_array() 1106 if (ctf_lookup_by_id(&fpd, arp->ctr_index) == NULL && in ctf_set_array() 1143 if (ctf_lookup_by_id(&fpd, ctc->ctc_return) == NULL && in ctf_add_funcptr() 1149 if (ctf_lookup_by_id(&fpd, argv[i]) == NULL && in ctf_add_funcptr() 1332 if (ref == CTF_ERR || (ctf_lookup_by_id(&fpd, ref) == NULL && in ctf_add_typedef() 1595 if (ctf_lookup_by_id(&fpd, type) == NULL && in ctf_delete_type() 1707 if ((tp = ctf_lookup_by_id(&src_fp, src_type)) == NULL) in ctf_add_type() 2006 if (ctf_lookup_by_id(&afp, fip->ctc_return) == NULL) in ctf_add_function() [all …]
|
H A D | ctf_decl.c | 97 if ((tp = ctf_lookup_by_id(&fp, type)) == NULL) { in ctf_decl_push()
|
H A D | ctf_impl.h | 257 extern const ctf_type_t *ctf_lookup_by_id(ctf_file_t **, ctf_id_t);
|
H A D | ctf_lookup.c | 216 ctf_lookup_by_id(ctf_file_t **fpp, ctf_id_t type) in ctf_lookup_by_id() function
|
/titanic_50/usr/src/lib/libctf/common/ |
H A D | ctf_diff.c | 112 if ((itp = ctf_lookup_by_id(&ifp, iid)) == NULL) in ctf_diff_name() 115 if ((otp = ctf_lookup_by_id(&ofp, oid)) == NULL) in ctf_diff_name() 329 if ((itp = ctf_lookup_by_id(&ifp, iid)) == NULL) in ctf_diff_struct() 332 if ((otp = ctf_lookup_by_id(&ofp, oid)) == NULL) in ctf_diff_struct() 518 if ((itp = ctf_lookup_by_id(&ifp, iid)) == NULL) in ctf_diff_union() 520 if ((otp = ctf_lookup_by_id(&ofp, oid)) == NULL) in ctf_diff_union() 563 if ((itp = ctf_lookup_by_id(&ifp, iid)) == NULL) in ctf_diff_enum() 565 if ((otp = ctf_lookup_by_id(&ofp, oid)) == NULL) in ctf_diff_enum()
|