Searched refs:ctf_typemax (Results 1 – 7 of 7) sorted by relevance
227 for (tp = tbuf; tp < tend; fp->ctf_typemax++) { in init_types()331 fp->ctf_txlate = ctf_alloc(sizeof (uint_t) * (fp->ctf_typemax + 1)); in init_types()332 fp->ctf_ptrtab = ctf_alloc(sizeof (ushort_t) * (fp->ctf_typemax + 1)); in init_types()340 bzero(fp->ctf_txlate, sizeof (uint_t) * (fp->ctf_typemax + 1)); in init_types()341 bzero(fp->ctf_ptrtab, sizeof (ushort_t) * (fp->ctf_typemax + 1)); in init_types()483 CTF_TYPE_TO_INDEX(tp->ctt_type) <= fp->ctf_typemax) in init_types()506 ctf_dprintf("%lu total types processed\n", fp->ctf_typemax); in init_types()521 for (id = 1; id <= fp->ctf_typemax; id++) { in init_types()528 CTF_TYPE_TO_INDEX(tp->ctt_type) <= fp->ctf_typemax) in init_types()966 sizeof (uint_t) * (fp->ctf_typemax + 1)); in ctf_close()[all …]
219 ulong_t ctf_typemax; /* maximum valid type ID number */ member
227 if (type > 0 && type <= fp->ctf_typemax) { in ctf_lookup_by_id()
152 ctf_id_t id, max = fp->ctf_typemax; in ctf_type_iter()1304 return (fp->ctf_typemax + (child ? CTF_CHILD_START : 0)); in ctf_max_id()
619 for (i = 1; i < cmp->cm_src->ctf_typemax + 1; i++) { in ctf_merge_fixup_dedup_map()668 for (i = 1; i <= cmp->cm_src->ctf_typemax; i++) { in ctf_merge_common()678 for (i = 1; i <= cmp->cm_src->ctf_typemax; i++) { in ctf_merge_common()698 for (i = 1; i <= cmp->cm_src->ctf_typemax; i++) { in ctf_merge_common()724 for (i = 1; i <= cmp->cm_src->ctf_typemax; i++) { in ctf_merge_uniquify_types()736 for (i = 1; i <= cmp->cm_src->ctf_typemax; i++) { in ctf_merge_uniquify_types()751 (cmp->cm_src->ctf_typemax + 1)); in ctf_merge_types_init()755 (cmp->cm_src->ctf_typemax + 1)); in ctf_merge_types_init()763 (cmp->cm_src->ctf_typemax + 1)); in ctf_merge_types_fini()1378 ltype = out->ctf_typemax; in ctf_merge_merge()
719 iend = cds->cds_ifp->ctf_typemax; in ctf_diff_pass1()726 jend = cds->cds_ofp->ctf_typemax; in ctf_diff_pass1()802 end = cds->cds_ofp->ctf_typemax; in ctf_diff_pass2()832 fsize = sizeof (ctf_id_t) * ifp->ctf_typemax; in ctf_diff_init()833 rsize = sizeof (ctf_id_t) * ofp->ctf_typemax; in ctf_diff_init()912 fsize = sizeof (ctf_id_t) * cds->cds_ifp->ctf_typemax; in ctf_diff_fini()913 rsize = sizeof (ctf_id_t) * cds->cds_ofp->ctf_typemax; in ctf_diff_fini()
174 if (ctf_add_label(fp, label, fp->ctf_typemax, 0) == CTF_ERR) { in ctf_elfconvert()