Searched refs:ctf_lookup_by_id (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/common/ctf/ |
H A D | ctf_types.c | 87 if ((tp = ctf_lookup_by_id(&fp, type)) == NULL) in ctf_member_iter() 139 if ((tp = ctf_lookup_by_id(&fp, type)) == NULL) in ctf_enum_iter() 194 while ((tp = ctf_lookup_by_id(&fp, type)) != NULL) { in ctf_type_resolve() 340 ctf_lookup_by_id(&rfp, cdp->cd_type); in ctf_type_qlname() 500 if ((tp = ctf_lookup_by_id(&fp, type)) == NULL) in ctf_type_size() 566 if ((tp = ctf_lookup_by_id(&fp, type)) == NULL) in ctf_type_align() 624 if ((tp = ctf_lookup_by_id(&fp, type)) == NULL) in ctf_type_kind() 640 if ((tp = ctf_lookup_by_id(&fp, type)) == NULL) in ctf_type_reference() 668 if (ctf_lookup_by_id(&fp, type) == NULL) in ctf_type_pointer() 677 if (ctf_lookup_by_id(&fp, type) == NULL) in ctf_type_pointer() [all …]
|
H A D | ctf_lookup.c | 219 ctf_lookup_by_id(ctf_file_t **fpp, ctf_id_t type) in ctf_lookup_by_id() function 331 if ((t = ctf_lookup_by_id(fpp, id)) != NULL) in ctf_dyn_lookup_by_id() 347 if ((t = ctf_lookup_by_id(&fp, id)) != NULL) { in ctf_dyn_array_info()
|
H A D | ctf_create.c | 1076 if (ctf_lookup_by_id(&fpd, arp->ctr_contents) == NULL && in ctf_add_array() 1084 if (ctf_lookup_by_id(&fpd, arp->ctr_index) == NULL && in ctf_add_array() 1115 if (ctf_lookup_by_id(&fpd, arp->ctr_contents) == NULL && in ctf_set_array() 1120 if (ctf_lookup_by_id(&fpd, arp->ctr_index) == NULL && in ctf_set_array() 1157 if (ctf_lookup_by_id(&fpd, ctc->ctc_return) == NULL && in ctf_add_funcptr() 1163 if (ctf_lookup_by_id(&fpd, argv[i]) == NULL && in ctf_add_funcptr() 1356 if (ref == CTF_ERR || (ctf_lookup_by_id(&fpd, ref) == NULL && in ctf_add_typedef() 1614 if (ctf_lookup_by_id(&fpd, type) == NULL && in ctf_delete_type() 1728 if ((tp = ctf_lookup_by_id(&src_fp, src_type)) == NULL) in ctf_add_type() 2028 if (ctf_lookup_by_id(&afp, fip->ctc_return) == NULL) in ctf_add_function() [all …]
|
H A D | ctf_decl.c | 95 if ((tp = ctf_lookup_by_id(&fp, type)) == NULL) { in ctf_decl_push()
|
H A D | ctf_impl.h | 265 extern const ctf_type_t *ctf_lookup_by_id(ctf_file_t **, ctf_id_t);
|
/illumos-gate/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()
|