Searched refs:dst_fp (Results 1 – 1 of 1) sorted by relevance
1251 ctf_add_type(ctf_file_t *dst_fp, ctf_file_t *src_fp, ctf_id_t src_type) in ctf_add_type() argument1271 if (dst_fp == src_fp) in ctf_add_type()1274 if (!(dst_fp->ctf_flags & LCTF_RDWR)) in ctf_add_type()1275 return (ctf_set_errno(dst_fp, ECTF_RDONLY)); in ctf_add_type()1278 return (ctf_set_errno(dst_fp, ctf_errno(src_fp))); in ctf_add_type()1287 hp = &dst_fp->ctf_structs; in ctf_add_type()1290 hp = &dst_fp->ctf_unions; in ctf_add_type()1293 hp = &dst_fp->ctf_enums; in ctf_add_type()1296 hp = &dst_fp->ctf_names; in ctf_add_type()1306 (hep = ctf_hash_lookup(hp, dst_fp, name, strlen(name))) != NULL) { in ctf_add_type()[all …]