Lines Matching refs:ctf_lookups
918 fp->ctf_lookups[0].ctl_prefix = "struct"; in ctf_bufopen()
919 fp->ctf_lookups[0].ctl_len = strlen(fp->ctf_lookups[0].ctl_prefix); in ctf_bufopen()
920 fp->ctf_lookups[0].ctl_hash = &fp->ctf_structs; in ctf_bufopen()
921 fp->ctf_lookups[1].ctl_prefix = "union"; in ctf_bufopen()
922 fp->ctf_lookups[1].ctl_len = strlen(fp->ctf_lookups[1].ctl_prefix); in ctf_bufopen()
923 fp->ctf_lookups[1].ctl_hash = &fp->ctf_unions; in ctf_bufopen()
924 fp->ctf_lookups[2].ctl_prefix = "enum"; in ctf_bufopen()
925 fp->ctf_lookups[2].ctl_len = strlen(fp->ctf_lookups[2].ctl_prefix); in ctf_bufopen()
926 fp->ctf_lookups[2].ctl_hash = &fp->ctf_enums; in ctf_bufopen()
927 fp->ctf_lookups[3].ctl_prefix = _CTF_NULLSTR; in ctf_bufopen()
928 fp->ctf_lookups[3].ctl_len = strlen(fp->ctf_lookups[3].ctl_prefix); in ctf_bufopen()
929 fp->ctf_lookups[3].ctl_hash = &fp->ctf_names; in ctf_bufopen()
930 fp->ctf_lookups[4].ctl_prefix = NULL; in ctf_bufopen()
931 fp->ctf_lookups[4].ctl_len = 0; in ctf_bufopen()
932 fp->ctf_lookups[4].ctl_hash = NULL; in ctf_bufopen()