Lines Matching refs:hep
949 ctf_helem_t *hep = NULL; in ctf_add_struct() local
954 hep = ctf_hash_lookup(hp, fp, name, strlen(name)); in ctf_add_struct()
956 if (hep != NULL && ctf_type_kind(fp, hep->h_type) == CTF_K_FORWARD) in ctf_add_struct()
957 dtd = ctf_dtd_lookup(fp, type = hep->h_type); in ctf_add_struct()
971 ctf_helem_t *hep = NULL; in ctf_add_union() local
976 hep = ctf_hash_lookup(hp, fp, name, strlen(name)); in ctf_add_union()
978 if (hep != NULL && ctf_type_kind(fp, hep->h_type) == CTF_K_FORWARD) in ctf_add_union()
979 dtd = ctf_dtd_lookup(fp, type = hep->h_type); in ctf_add_union()
993 ctf_helem_t *hep = NULL; in ctf_add_enum() local
998 hep = ctf_hash_lookup(hp, fp, name, strlen(name)); in ctf_add_enum()
1000 if (hep != NULL && ctf_type_kind(fp, hep->h_type) == CTF_K_FORWARD) in ctf_add_enum()
1001 dtd = ctf_dtd_lookup(fp, type = hep->h_type); in ctf_add_enum()
1015 ctf_helem_t *hep; in ctf_add_forward() local
1037 if (name != NULL && (hep = ctf_hash_lookup(hp, in ctf_add_forward()
1039 return (hep->h_type); in ctf_add_forward()
1418 ctf_helem_t *hep; in ctf_add_type() local
1454 (hep = ctf_hash_lookup(hp, dst_fp, name, strlen(name))) != NULL) { in ctf_add_type()
1455 dst_type = (ctf_id_t)hep->h_type; in ctf_add_type()
1531 (hep = ctf_hash_lookup(&src_fp->ctf_names, src_fp, name, in ctf_add_type()
1533 src_type != (ctf_id_t)hep->h_type) { in ctf_add_type()
1534 if (ctf_type_encoding(src_fp, (ctf_id_t)hep->h_type, in ctf_add_type()
1541 (ctf_id_t)hep->h_type) == CTF_ERR) in ctf_add_type()