Searched refs:dst_fp (Results 1 – 1 of 1) sorted by relevance
1681 ctf_add_type(ctf_file_t *dst_fp, ctf_file_t *src_fp, ctf_id_t src_type) in ctf_add_type() argument1701 if (dst_fp == src_fp) in ctf_add_type()1704 if (!(dst_fp->ctf_flags & LCTF_RDWR)) in ctf_add_type()1705 return (ctf_set_errno(dst_fp, ECTF_RDONLY)); in ctf_add_type()1708 return (ctf_set_errno(dst_fp, ctf_errno(src_fp))); in ctf_add_type()1717 hp = &dst_fp->ctf_structs; in ctf_add_type()1720 hp = &dst_fp->ctf_unions; in ctf_add_type()1723 hp = &dst_fp->ctf_enums; in ctf_add_type()1726 hp = &dst_fp->ctf_names; in ctf_add_type()1736 (hep = ctf_hash_lookup(hp, dst_fp, name, strlen(name))) != NULL) { in ctf_add_type()[all …]