Lines Matching refs:ctf_lookups
1236 fp->ctf_lookups[0].ctl_prefix = "struct"; in ctf_set_ctl_hashes()
1237 fp->ctf_lookups[0].ctl_len = strlen (fp->ctf_lookups[0].ctl_prefix); in ctf_set_ctl_hashes()
1238 fp->ctf_lookups[0].ctl_hash = &fp->ctf_structs; in ctf_set_ctl_hashes()
1239 fp->ctf_lookups[1].ctl_prefix = "union"; in ctf_set_ctl_hashes()
1240 fp->ctf_lookups[1].ctl_len = strlen (fp->ctf_lookups[1].ctl_prefix); in ctf_set_ctl_hashes()
1241 fp->ctf_lookups[1].ctl_hash = &fp->ctf_unions; in ctf_set_ctl_hashes()
1242 fp->ctf_lookups[2].ctl_prefix = "enum"; in ctf_set_ctl_hashes()
1243 fp->ctf_lookups[2].ctl_len = strlen (fp->ctf_lookups[2].ctl_prefix); in ctf_set_ctl_hashes()
1244 fp->ctf_lookups[2].ctl_hash = &fp->ctf_enums; in ctf_set_ctl_hashes()
1245 fp->ctf_lookups[3].ctl_prefix = _CTF_NULLSTR; in ctf_set_ctl_hashes()
1246 fp->ctf_lookups[3].ctl_len = strlen (fp->ctf_lookups[3].ctl_prefix); in ctf_set_ctl_hashes()
1247 fp->ctf_lookups[3].ctl_hash = &fp->ctf_names; in ctf_set_ctl_hashes()
1248 fp->ctf_lookups[4].ctl_prefix = NULL; in ctf_set_ctl_hashes()
1249 fp->ctf_lookups[4].ctl_len = 0; in ctf_set_ctl_hashes()
1250 fp->ctf_lookups[4].ctl_hash = NULL; in ctf_set_ctl_hashes()