Searched refs:ctf_lookup_by_id (Results 1 – 5 of 5) sorted by relevance
/dflybsd-src/contrib/binutils-2.34/libctf/ |
H A D | ctf-types.c | 53 if ((tp = ctf_lookup_by_id (&fp, type)) == NULL) in ctf_member_iter() 123 if ((tp = ctf_lookup_by_id (&fp, type)) == NULL) in ctf_enum_iter() 250 while ((tp = ctf_lookup_by_id (&fp, type)) != NULL) in ctf_type_resolve() 288 if ((tp = ctf_lookup_by_id (&fp, type)) == NULL) in ctf_type_resolve_unsliced() 365 const ctf_type_t *tp = ctf_lookup_by_id (&rfp, cdp->cd_type); in ctf_type_aname() 474 if ((tp = ctf_lookup_by_id (&fp, type)) == NULL) in ctf_type_aname_raw() 496 if ((tp = ctf_lookup_by_id (&fp, type)) == NULL) in ctf_type_size() 546 if ((tp = ctf_lookup_by_id (&fp, type)) == NULL) in ctf_type_align() 633 if ((tp = ctf_lookup_by_id (&fp, type)) == NULL) in ctf_type_kind_unsliced() 669 if ((tp = ctf_lookup_by_id (&fp, type)) == NULL) in ctf_type_reference() [all …]
|
H A D | ctf-create.c | 894 if (ctf_lookup_by_id (&tmp, ref) == NULL) in ctf_add_reftype() 951 if ((tp = ctf_lookup_by_id (&tmp, ref)) == NULL) in ctf_add_slice() 1002 if (ctf_lookup_by_id (&tmp, arp->ctr_contents) == NULL) in ctf_add_array() 1006 if (ctf_lookup_by_id (&tmp, arp->ctr_index) == NULL) in ctf_add_array() 1056 if (ctf_lookup_by_id (&tmp, ctc->ctc_return) == NULL) in ctf_add_function() 1062 if (ctf_lookup_by_id (&tmp, argv[i]) == NULL) in ctf_add_function() 1251 if (ctf_lookup_by_id (&tmp, ref) == NULL) in ctf_add_typedef() 1495 if (ctf_lookup_by_id (&tmp, ref) == NULL) in ctf_add_variable() 1635 if ((src_tp = ctf_lookup_by_id (&src_fp, src_type)) == NULL) in ctf_add_type_internal() 1668 if ((dst_tp = ctf_lookup_by_id (&tmp_fp, dst_type)) != NULL) in ctf_add_type_internal() [all …]
|
H A D | ctf-decl.c | 84 if ((tp = ctf_lookup_by_id (&fp, type)) == NULL) in ctf_decl_push()
|
H A D | ctf-lookup.c | 313 ctf_lookup_by_id (ctf_file_t **fpp, ctf_id_t type) in ctf_lookup_by_id() function
|
H A D | ctf-impl.h | 356 extern const ctf_type_t *ctf_lookup_by_id (ctf_file_t **, ctf_id_t);
|