Searched refs:ctf_type_resolve (Results 1 – 3 of 3) sorted by relevance
/dflybsd-src/contrib/binutils-2.34/libctf/ |
H A D | ctf-types.c | 50 if ((type = ctf_type_resolve (fp, type)) == CTF_ERR) in ctf_member_iter() 241 ctf_type_resolve (ctf_file_t *fp, ctf_id_t type) in ctf_type_resolve() function 285 if ((type = ctf_type_resolve (fp, type)) == CTF_ERR) in ctf_type_resolve_unsliced() 493 if ((type = ctf_type_resolve (fp, type)) == CTF_ERR) in ctf_type_size() 543 if ((type = ctf_type_resolve (fp, type)) == CTF_ERR) in ctf_type_align() 714 if ((type = ctf_type_resolve (fp, type)) == CTF_ERR) in ctf_type_pointer() 852 ltype = ctf_type_resolve (lfp, ltype); in ctf_type_compat() 855 rtype = ctf_type_resolve (rfp, rtype); in ctf_type_compat() 924 if ((type = ctf_type_resolve (fp, type)) == CTF_ERR) in ctf_member_info() 1147 if ((type = ctf_type_resolve (fp, type)) == CTF_ERR) in ctf_func_type_info() [all …]
|
H A D | ctf-create.c | 1401 ctf_id_t ltype = ctf_type_resolve (fp, lmd->dmd_type); in ctf_add_member_offset() 1499 if ((ctf_type_resolve (fp, ref) == CTF_ERR) in ctf_add_variable() 1638 if ((ctf_type_resolve (src_fp, src_type) == CTF_ERR) in ctf_add_type_internal()
|
/dflybsd-src/contrib/binutils-2.34/include/ |
H A D | ctf-api.h | 316 extern ctf_id_t ctf_type_resolve (ctf_file_t *, ctf_id_t);
|