Searched refs:ctf_type_reference (Results 1 – 5 of 5) sorted by relevance
/dflybsd-src/contrib/binutils-2.34/libctf/ |
H A D | ctf-types.c | 292 return ctf_type_reference (fp, type); in ctf_type_resolve_unsliced() 652 if ((type = ctf_type_reference (fp, type)) == CTF_ERR) in ctf_type_kind() 664 ctf_type_reference (ctf_file_t *fp, ctf_id_t type) in ctf_type_reference() function 882 return (ctf_type_compat (lfp, ctf_type_reference (lfp, ltype), in ctf_type_compat() 883 rfp, ctf_type_reference (rfp, rtype))); in ctf_type_compat()
|
H A D | ctf-decl.c | 119 ctf_decl_push (cd, fp, ctf_type_reference (fp, type)); in ctf_decl_push()
|
H A D | ctf-dump.c | 92 && ctf_type_reference (fp, id) != CTF_ERR in ctf_is_slice() 156 new_id = ctf_type_reference (fp, id); in ctf_dump_format_type()
|
H A D | ctf-create.c | 1811 src_type = ctf_type_reference (src_fp, src_type); in ctf_add_type_internal() 1825 src_type = ctf_type_reference (src_fp, src_type); in ctf_add_type_internal() 2016 src_type = ctf_type_reference (src_fp, src_type); in ctf_add_type_internal()
|
/dflybsd-src/contrib/binutils-2.34/include/ |
H A D | ctf-api.h | 324 extern ctf_id_t ctf_type_reference (ctf_file_t *, ctf_id_t);
|