Searched refs:ctf_array_info (Results 1 – 4 of 4) sorted by relevance
/dflybsd-src/contrib/binutils-2.34/libctf/ |
H A D | ctf-types.c | 520 if (ctf_array_info (fp, type, &ar) < 0 in ctf_type_size() 559 if (ctf_array_info (fp, type, &r) < 0) in ctf_type_align() 885 return (ctf_array_info (lfp, ltype, &la) == 0 in ctf_type_compat() 886 && ctf_array_info (rfp, rtype, &ra) == 0 in ctf_type_compat() 991 ctf_array_info (ctf_file_t *fp, ctf_id_t type, ctf_arinfo_t *arp) in ctf_array_info() function
|
H A D | ctf-decl.c | 93 (void) ctf_array_info (fp, type, &ar); in ctf_decl_push()
|
H A D | ctf-create.c | 1836 if (ctf_array_info (src_fp, src_type, &src_ar) != 0) in ctf_add_type_internal() 1852 if (ctf_array_info (dst_fp, dst_type, &dst_ar) != 0) in ctf_add_type_internal()
|
/dflybsd-src/contrib/binutils-2.34/include/ |
H A D | ctf-api.h | 333 extern int ctf_array_info (ctf_file_t *, ctf_id_t, ctf_arinfo_t *);
|