Home
last modified time | relevance | path

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

/netbsd-src/external/cddl/osnet/dist/common/ctf/
H A Dctf_open.c763 fp->ctf_lookups[0].ctl_hash = &fp->ctf_structs; in ctf_bufopen()
766 fp->ctf_lookups[1].ctl_hash = &fp->ctf_unions; in ctf_bufopen()
769 fp->ctf_lookups[2].ctl_hash = &fp->ctf_enums; in ctf_bufopen()
772 fp->ctf_lookups[3].ctl_hash = &fp->ctf_names; in ctf_bufopen()
775 fp->ctf_lookups[4].ctl_hash = NULL; in ctf_bufopen()
H A Dctf_impl.h98 ctf_hash_t *ctl_hash; /* pointer to hash table for lookup */ member
H A Dctf_lookup.c147 if ((hp = ctf_hash_lookup(lp->ctl_hash, fp, p, in ctf_lookup_by_name()
H A Dctf_create.c465 fp->ctf_lookups[0].ctl_hash = &fp->ctf_structs; in ctf_update()
466 fp->ctf_lookups[1].ctl_hash = &fp->ctf_unions; in ctf_update()
467 fp->ctf_lookups[2].ctl_hash = &fp->ctf_enums; in ctf_update()
468 fp->ctf_lookups[3].ctl_hash = &fp->ctf_names; in ctf_update()
/netbsd-src/external/gpl3/binutils/dist/libctf/
H A Dctf-open.c1238 fp->ctf_lookups[0].ctl_hash = &fp->ctf_structs; in ctf_set_ctl_hashes()
1241 fp->ctf_lookups[1].ctl_hash = &fp->ctf_unions; in ctf_set_ctl_hashes()
1244 fp->ctf_lookups[2].ctl_hash = &fp->ctf_enums; in ctf_set_ctl_hashes()
1247 fp->ctf_lookups[3].ctl_hash = &fp->ctf_names; in ctf_set_ctl_hashes()
1250 fp->ctf_lookups[4].ctl_hash = NULL; in ctf_set_ctl_hashes()
H A Dctf-impl.h136 ctf_names_t *ctl_hash; /* Pointer to hash table for lookup. */ member
H A Dctf-lookup.c279 if ((type = ctf_lookup_by_rawhash (fp, lp->ctl_hash, in ctf_lookup_by_name_internal()
/netbsd-src/external/gpl3/binutils.old/dist/libctf/
H A Dctf-open.c1238 fp->ctf_lookups[0].ctl_hash = &fp->ctf_structs; in ctf_set_ctl_hashes()
1241 fp->ctf_lookups[1].ctl_hash = &fp->ctf_unions; in ctf_set_ctl_hashes()
1244 fp->ctf_lookups[2].ctl_hash = &fp->ctf_enums; in ctf_set_ctl_hashes()
1247 fp->ctf_lookups[3].ctl_hash = &fp->ctf_names; in ctf_set_ctl_hashes()
1250 fp->ctf_lookups[4].ctl_hash = NULL; in ctf_set_ctl_hashes()
H A Dctf-impl.h136 ctf_names_t *ctl_hash; /* Pointer to hash table for lookup. */ member
H A Dctf-lookup.c282 if ((type = ctf_lookup_by_rawhash (fp, lp->ctl_hash, in ctf_lookup_by_name_internal()