Searched refs:ctf_type_encoding (Results 1 – 4 of 4) sorted by relevance
/dflybsd-src/contrib/binutils-2.34/libctf/ |
H A D | ctf-types.c | 729 ctf_type_encoding (ctf_file_t *fp, ctf_id_t type, ctf_encoding_t *ep) in ctf_type_encoding() function 754 data = ctf_type_encoding (fp, slice->cts_type, &underlying_en); in ctf_type_encoding() 788 data = ctf_type_encoding (fp, slice->cts_type, &underlying_en); in ctf_type_encoding() 878 return (ctf_type_encoding (lfp, ltype, &le) == 0 in ctf_type_compat() 879 && ctf_type_encoding (rfp, rtype, &re) == 0 in ctf_type_compat() 897 lencoded = ctf_type_encoding (lfp, ltype, &le); in ctf_type_compat() 898 rencoded = ctf_type_encoding (rfp, rtype, &re); in ctf_type_compat()
|
H A D | ctf-dump.c | 93 && ctf_type_encoding (fp, id, enc) == 0); in ctf_is_slice() 136 ctf_type_encoding (fp, id, &enc); in ctf_dump_format_type() 564 ctf_type_encoding (state->cdm_fp, id, &ep); in ctf_dump_member()
|
H A D | ctf-create.c | 1407 if (ctf_type_encoding (fp, ltype, &linfo) == 0) in ctf_add_member_offset() 1723 if (ctf_type_encoding (src_fp, src_type, &src_en) != 0) in ctf_add_type_internal() 1733 if (ctf_type_encoding (dst_fp, dst_type, &dst_en) != 0) in ctf_add_type_internal()
|
/dflybsd-src/contrib/binutils-2.34/include/ |
H A D | ctf-api.h | 326 extern int ctf_type_encoding (ctf_file_t *, ctf_id_t, ctf_encoding_t *);
|