Searched refs:ctf_type_mapping (Results 1 – 3 of 3) sorted by relevance
/dflybsd-src/contrib/binutils-2.34/libctf/ |
H A D | ctf-link.c | 79 ctf_type_mapping (ctf_file_t *src_fp, ctf_id_t src_type, ctf_file_t **dst_fp) in ctf_type_mapping() function 427 dst_type = ctf_type_mapping (arg->in_fp, type, &check_fp); in ctf_link_one_variable() 458 dst_type = ctf_type_mapping (arg->in_fp, type, &check_fp); in ctf_link_one_variable()
|
H A D | ctf-impl.h | 413 extern ctf_id_t ctf_type_mapping (ctf_file_t *src_fp, ctf_id_t src_type,
|
H A D | ctf-create.c | 1652 tmp = ctf_type_mapping (src_fp, src_type, &tmp_fp); in ctf_add_type_internal() 1969 memb_type = ctf_type_mapping (src_fp, dmd->dmd_type, &dst); in ctf_add_type_internal()
|