Home
last modified time | relevance | path

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

/dragonfly/contrib/binutils-2.34/libctf/
H A Dctf-open.c1205 fp->ctf_lookups[0].ctl_hash = &fp->ctf_structs; in ctf_set_ctl_hashes()
1208 fp->ctf_lookups[1].ctl_hash = &fp->ctf_unions; in ctf_set_ctl_hashes()
1211 fp->ctf_lookups[2].ctl_hash = &fp->ctf_enums; in ctf_set_ctl_hashes()
1214 fp->ctf_lookups[3].ctl_hash = &fp->ctf_names; in ctf_set_ctl_hashes()
1217 fp->ctf_lookups[4].ctl_hash = NULL; in ctf_set_ctl_hashes()
H A Dctf-lookup.c164 if ((type = ctf_lookup_by_rawhash (fp, lp->ctl_hash, in ctf_lookup_by_name()
H A Dctf-impl.h102 ctf_names_t *ctl_hash; /* Pointer to hash table for lookup. */ member