Searched refs:ctf_lookups (Results 1 – 4 of 4) sorted by relevance
1203 fp->ctf_lookups[0].ctl_prefix = "struct"; in ctf_set_ctl_hashes()1204 fp->ctf_lookups[0].ctl_len = strlen (fp->ctf_lookups[0].ctl_prefix); in ctf_set_ctl_hashes()1205 fp->ctf_lookups[0].ctl_hash = &fp->ctf_structs; in ctf_set_ctl_hashes()1206 fp->ctf_lookups[1].ctl_prefix = "union"; in ctf_set_ctl_hashes()1207 fp->ctf_lookups[1].ctl_len = strlen (fp->ctf_lookups[1].ctl_prefix); in ctf_set_ctl_hashes()1208 fp->ctf_lookups[1].ctl_hash = &fp->ctf_unions; in ctf_set_ctl_hashes()1209 fp->ctf_lookups[2].ctl_prefix = "enum"; in ctf_set_ctl_hashes()1210 fp->ctf_lookups[2].ctl_len = strlen (fp->ctf_lookups[2].ctl_prefix); in ctf_set_ctl_hashes()1211 fp->ctf_lookups[2].ctl_hash = &fp->ctf_enums; in ctf_set_ctl_hashes()1212 fp->ctf_lookups[3].ctl_prefix = _CTF_NULLSTR; in ctf_set_ctl_hashes()[all …]
544 memcpy (&nfp->ctf_lookups, fp->ctf_lookups, sizeof (fp->ctf_lookups)); in ctf_serialize()567 memset (fp->ctf_lookups, 0, sizeof (fp->ctf_lookups)); in ctf_serialize()
129 for (lp = fp->ctf_lookups; lp->ctl_prefix != NULL; lp++) in ctf_lookup_by_name()
253 ctf_lookup_t ctf_lookups[5]; /* Pointers to nametabs for name lookup. */ member