Home
last modified time | relevance | path

Searched refs:dst_fp (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/ctf/
H A Dctf_create.c1715 if (dst_fp == src_fp) in ctf_add_type()
1718 if (!(dst_fp->ctf_flags & LCTF_RDWR)) in ctf_add_type()
1731 hp = &dst_fp->ctf_structs; in ctf_add_type()
1734 hp = &dst_fp->ctf_unions; in ctf_add_type()
1737 hp = &dst_fp->ctf_enums; in ctf_add_type()
1740 hp = &dst_fp->ctf_names; in ctf_add_type()
1775 dtd->dtd_type > dst_fp->ctf_dtoldid; in ctf_add_type()
1788 dst.ctb_file = dst_fp; in ctf_add_type()
1881 ctf_type_size(dst_fp, dst_type)) in ctf_add_type()
1931 ctf_ref_inc(dst_fp, dmd->dmd_type); in ctf_add_type()
[all …]