Searched refs:ctf_lookup_by_id (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/common/ctf/ |
H A D | ctf_types.c | 69 if ((tp = ctf_lookup_by_id(&fp, type)) == NULL) in ctf_member_iter() 121 if ((tp = ctf_lookup_by_id(&fp, type)) == NULL) in ctf_enum_iter() 174 while ((tp = ctf_lookup_by_id(&fp, type)) != NULL) { in ctf_type_resolve() 242 ctf_lookup_by_id(&rfp, cdp->cd_type); in ctf_type_qlname() 354 if ((tp = ctf_lookup_by_id(&fp, type)) == NULL) in ctf_type_size() 402 if ((tp = ctf_lookup_by_id(&fp, type)) == NULL) in ctf_type_align() 462 if ((tp = ctf_lookup_by_id(&fp, type)) == NULL) in ctf_type_kind() 478 if ((tp = ctf_lookup_by_id(&fp, type)) == NULL) in ctf_type_reference() 506 if (ctf_lookup_by_id(&fp, type) == NULL) in ctf_type_pointer() 515 if (ctf_lookup_by_id(&fp, type) == NULL) in ctf_type_pointer() [all …]
|
H A D | ctf_create.c | 730 if (ctf_lookup_by_id(&fpd, arp->ctr_contents) == NULL && in ctf_add_array() 735 if (ctf_lookup_by_id(&fpd, arp->ctr_index) == NULL && in ctf_add_array() 764 if (ctf_lookup_by_id(&fpd, arp->ctr_contents) == NULL && in ctf_set_array() 769 if (ctf_lookup_by_id(&fpd, arp->ctr_index) == NULL && in ctf_set_array() 806 if (ctf_lookup_by_id(&fpd, ctc->ctc_return) == NULL && in ctf_add_function() 812 if (ctf_lookup_by_id(&fpd, argv[i]) == NULL && in ctf_add_function() 953 if (ref == CTF_ERR || (ctf_lookup_by_id(&fpd, ref) == NULL && in ctf_add_typedef() 1165 if (ctf_lookup_by_id(&fpd, type) == NULL && in ctf_delete_type() 1277 if ((tp = ctf_lookup_by_id(&src_fp, src_type)) == NULL) in ctf_add_type()
|
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 | 282 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
|