Searched refs:src_fp (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/cddl/contrib/opensolaris/common/ctf/ |
| H A D | ctf_create.c | 1420 if (dst_fp == src_fp) in ctf_add_type() 1429 name = ctf_type_rname(src_fp, tp); in ctf_add_type() 1493 if (ctf_type_encoding(src_fp, src_type, in ctf_add_type() 1504 src.ctb_file = src_fp; in ctf_add_type() 1531 (hep = ctf_hash_lookup(&src_fp->ctf_names, src_fp, name, in ctf_add_type() 1537 ctf_errno(src_fp))); in ctf_add_type() 1540 ctf_add_type(dst_fp, src_fp, in ctf_add_type() 1562 src_type = ctf_type_reference(src_fp, src_type); in ctf_add_type() 1639 if ((size = ctf_type_size(src_fp, src_type)) > in ctf_add_type() 1640 LCTF_MAX_SIZE(src_fp)) { in ctf_add_type() [all …]
|