Lines Matching refs:ctf_lookups
762 fp->ctf_lookups[0].ctl_prefix = "struct"; in ctf_bufopen()
763 fp->ctf_lookups[0].ctl_len = strlen(fp->ctf_lookups[0].ctl_prefix); in ctf_bufopen()
764 fp->ctf_lookups[0].ctl_hash = &fp->ctf_structs; in ctf_bufopen()
765 fp->ctf_lookups[1].ctl_prefix = "union"; in ctf_bufopen()
766 fp->ctf_lookups[1].ctl_len = strlen(fp->ctf_lookups[1].ctl_prefix); in ctf_bufopen()
767 fp->ctf_lookups[1].ctl_hash = &fp->ctf_unions; in ctf_bufopen()
768 fp->ctf_lookups[2].ctl_prefix = "enum"; in ctf_bufopen()
769 fp->ctf_lookups[2].ctl_len = strlen(fp->ctf_lookups[2].ctl_prefix); in ctf_bufopen()
770 fp->ctf_lookups[2].ctl_hash = &fp->ctf_enums; in ctf_bufopen()
771 fp->ctf_lookups[3].ctl_prefix = _CTF_NULLSTR; in ctf_bufopen()
772 fp->ctf_lookups[3].ctl_len = strlen(fp->ctf_lookups[3].ctl_prefix); in ctf_bufopen()
773 fp->ctf_lookups[3].ctl_hash = &fp->ctf_names; in ctf_bufopen()
774 fp->ctf_lookups[4].ctl_prefix = NULL; in ctf_bufopen()
775 fp->ctf_lookups[4].ctl_len = 0; in ctf_bufopen()
776 fp->ctf_lookups[4].ctl_hash = NULL; in ctf_bufopen()