Home
last modified time | relevance | path

Searched refs:ctf_type_reference (Results 1 – 5 of 5) sorted by relevance

/dflybsd-src/contrib/binutils-2.34/libctf/
H A Dctf-types.c292 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 Dctf-decl.c119 ctf_decl_push (cd, fp, ctf_type_reference (fp, type)); in ctf_decl_push()
H A Dctf-dump.c92 && 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 Dctf-create.c1811 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 Dctf-api.h324 extern ctf_id_t ctf_type_reference (ctf_file_t *, ctf_id_t);