Searched refs:src_fp (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/external/gpl3/binutils/dist/libctf/ |
| H A D | ctf-create.c | 1498 ctf_add_type_mapping (ctf_dict_t *src_fp, ctf_id_t src_type, in ctf_add_type_mapping() argument 1501 if (LCTF_TYPE_ISPARENT (src_fp, src_type) && src_fp->ctf_parent) in ctf_add_type_mapping() 1502 src_fp = src_fp->ctf_parent; in ctf_add_type_mapping() 1504 src_type = LCTF_TYPE_TO_INDEX(src_fp, src_type); in ctf_add_type_mapping() 1526 key->cltk_fp = src_fp; in ctf_add_type_mapping() 1539 ctf_type_mapping (ctf_dict_t *src_fp, ctf_id_t src_type, ctf_dict_t **dst_fp) in ctf_type_mapping() argument 1545 if (LCTF_TYPE_ISPARENT (src_fp, src_type) && src_fp->ctf_parent) in ctf_type_mapping() 1546 src_fp = src_fp->ctf_parent; in ctf_type_mapping() 1548 src_type = LCTF_TYPE_TO_INDEX(src_fp, src_type); in ctf_type_mapping() 1549 key.cltk_fp = src_fp; in ctf_type_mapping() [all …]
|
| H A D | ctf-dedup.c | 3125 ctf_dedup_type_mapping (ctf_dict_t *fp, ctf_dict_t *src_fp, ctf_id_t src_type) in ctf_dedup_type_mapping() argument 3155 if (src_fp->ctf_parent && ctf_type_isparent (src_fp, src_type)) in ctf_dedup_type_mapping() 3156 src_fp = src_fp->ctf_parent; in ctf_dedup_type_mapping() 3160 found = ctf_dynhash_lookup_kv (d->cd_input_nums, src_fp, NULL, &num_ptr); in ctf_dedup_type_mapping()
|
| H A D | ctf-impl.h | 708 extern ctf_id_t ctf_dedup_type_mapping (ctf_dict_t *fp, ctf_dict_t *src_fp,
|
| /netbsd-src/external/gpl3/binutils.old/dist/libctf/ |
| H A D | ctf-create.c | 1468 ctf_add_type_mapping (ctf_dict_t *src_fp, ctf_id_t src_type, in ctf_add_type_mapping() argument 1471 if (LCTF_TYPE_ISPARENT (src_fp, src_type) && src_fp->ctf_parent) in ctf_add_type_mapping() 1472 src_fp = src_fp->ctf_parent; in ctf_add_type_mapping() 1474 src_type = LCTF_TYPE_TO_INDEX(src_fp, src_type); in ctf_add_type_mapping() 1496 key->cltk_fp = src_fp; in ctf_add_type_mapping() 1509 ctf_type_mapping (ctf_dict_t *src_fp, ctf_id_t src_type, ctf_dict_t **dst_fp) in ctf_type_mapping() argument 1515 if (LCTF_TYPE_ISPARENT (src_fp, src_type) && src_fp->ctf_parent) in ctf_type_mapping() 1516 src_fp = src_fp->ctf_parent; in ctf_type_mapping() 1518 src_type = LCTF_TYPE_TO_INDEX(src_fp, src_type); in ctf_type_mapping() 1519 key.cltk_fp = src_fp; in ctf_type_mapping() [all …]
|
| H A D | ctf-dedup.c | 3128 ctf_dedup_type_mapping (ctf_dict_t *fp, ctf_dict_t *src_fp, ctf_id_t src_type) in ctf_dedup_type_mapping() argument 3158 if (src_fp->ctf_parent && ctf_type_isparent (src_fp, src_type)) in ctf_dedup_type_mapping() 3159 src_fp = src_fp->ctf_parent; in ctf_dedup_type_mapping() 3163 found = ctf_dynhash_lookup_kv (d->cd_input_nums, src_fp, NULL, &num_ptr); in ctf_dedup_type_mapping()
|
| H A D | ctf-impl.h | 708 extern ctf_id_t ctf_dedup_type_mapping (ctf_dict_t *fp, ctf_dict_t *src_fp,
|
| /netbsd-src/external/cddl/osnet/dist/common/ctf/ |
| H A D | ctf_create.c | 1261 ctf_add_type(ctf_file_t *dst_fp, ctf_file_t *src_fp, ctf_id_t src_type) in ctf_add_type() argument 1281 if (dst_fp == src_fp) in ctf_add_type() 1287 if ((tp = ctf_lookup_by_id(&src_fp, src_type)) == NULL) in ctf_add_type() 1288 return (ctf_set_errno(dst_fp, ctf_errno(src_fp))); in ctf_add_type() 1290 name = ctf_strptr(src_fp, tp->ctt_name); in ctf_add_type() 1291 kind = LCTF_INFO_KIND(src_fp, tp->ctt_info); in ctf_add_type() 1292 flag = LCTF_INFO_ROOT(src_fp, tp->ctt_info); in ctf_add_type() 1293 vlen = LCTF_INFO_VLEN(src_fp, tp->ctt_info); in ctf_add_type() 1355 if (ctf_type_encoding(src_fp, src_type, in ctf_add_type() 1366 src.ctb_file = src_fp; in ctf_add_type() [all …]
|