Searched refs:ctf_hash_lookup (Results 1 – 5 of 5) sorted by relevance
/freebsd/cddl/contrib/opensolaris/common/ctf/ |
H A D | ctf_hash.c | 135 ctf_helem_t *hep = ctf_hash_lookup(hp, fp, str, strlen(str)); in ctf_hash_define() 145 ctf_hash_lookup(ctf_hash_t *hp, ctf_file_t *fp, const char *key, size_t len) in ctf_hash_lookup() function
|
H A D | ctf_create.c | 954 hep = ctf_hash_lookup(hp, fp, name, strlen(name)); in ctf_add_struct() 976 hep = ctf_hash_lookup(hp, fp, name, strlen(name)); in ctf_add_union() 998 hep = ctf_hash_lookup(hp, fp, name, strlen(name)); in ctf_add_enum() 1037 if (name != NULL && (hep = ctf_hash_lookup(hp, in ctf_add_forward() 1454 (hep = ctf_hash_lookup(hp, dst_fp, name, strlen(name))) != NULL) { in ctf_add_type() 1531 (hep = ctf_hash_lookup(&src_fp->ctf_names, src_fp, name, in ctf_add_type()
|
H A D | ctf_lookup.c | 147 if ((hp = ctf_hash_lookup(lp->ctl_hash, fp, p, in ctf_lookup_by_name()
|
H A D | ctf_impl.h | 320 extern ctf_helem_t *ctf_hash_lookup(ctf_hash_t *, ctf_file_t *,
|
H A D | ctf_open.c | 506 if ((hep = ctf_hash_lookup(&fp->ctf_names, fp, in init_types() 636 if (ctf_hash_lookup(hp, fp, in init_types()
|