Searched refs:ctf_lookup_by_id (Results 1 – 6 of 6) sorted by relevance
/freebsd/cddl/contrib/opensolaris/common/ctf/ |
H A D | ctf_types.c | 195 if ((tp = ctf_lookup_by_id(&fp, type)) == NULL) in ctf_member_iter() 237 if ((tp = ctf_lookup_by_id(&fp, type)) == NULL) in ctf_enum_iter() 294 while ((tp = ctf_lookup_by_id(&fp, type)) != NULL) { in ctf_type_resolve() 362 const void *tp = ctf_lookup_by_id(&rfp, cdp->cd_type); in ctf_type_qlname() 492 if ((tp = ctf_lookup_by_id(&fp, type)) == NULL) in ctf_type_size() 543 if ((tp = ctf_lookup_by_id(&fp, type)) == NULL) in ctf_type_align() 600 if ((tp = ctf_lookup_by_id(&fp, type)) == NULL) in ctf_type_kind() 619 if ((tp = ctf_lookup_by_id(&fp, type)) == NULL) in ctf_type_reference() 650 if (ctf_lookup_by_id(&fp, type) == NULL) in ctf_type_pointer() 659 if (ctf_lookup_by_id(&fp, type) == NULL) in ctf_type_pointer() [all …]
|
H A D | ctf_create.c | 834 if (ctf_lookup_by_id(&fpd, arp->ctr_contents) == NULL && in ctf_add_array() 839 if (ctf_lookup_by_id(&fpd, arp->ctr_index) == NULL && in ctf_add_array() 869 if (ctf_lookup_by_id(&fpd, arp->ctr_contents) == NULL && in ctf_set_array() 874 if (ctf_lookup_by_id(&fpd, arp->ctr_index) == NULL && in ctf_set_array() 911 if (ctf_lookup_by_id(&fpd, ctc->ctc_return) == NULL && in ctf_add_function() 917 if (ctf_lookup_by_id(&fpd, argv[i]) == NULL && in ctf_add_function() 1058 if (ref == CTF_ERR || (ctf_lookup_by_id(&fpd, ref) == NULL && in ctf_add_typedef() 1270 if (ctf_lookup_by_id(&fpd, type) == NULL && in ctf_delete_type() 1351 if ((src_tp = ctf_lookup_by_id(&src_fp, src_type)) == NULL) in soucmp() 1353 if ((dst_tp = ctf_lookup_by_id(&dst_fp, dst_type)) == NULL) in soucmp() [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_lookup.c | 219 ctf_lookup_by_id(ctf_file_t **fpp, ctf_id_t type) in ctf_lookup_by_id() function
|
H A D | ctf_impl.h | 314 extern const void *ctf_lookup_by_id(ctf_file_t **, ctf_id_t);
|
/freebsd/sys/cddl/dev/fbt/ |
H A D | fbt.c | 855 ctf_lookup_by_id(linker_ctf_t *lc, ctf_id_t type) in ctf_lookup_by_id() function 887 if ((tp = ctf_lookup_by_id(lc, type)) == NULL) in fbt_array_info() 958 if ((tp = ctf_lookup_by_id(lc, type)) == NULL) { in ctf_decl_push() 1084 const void *tp = ctf_lookup_by_id(lc, cdp->cd_type); in fbt_type_name()
|