Home
last modified time | relevance | path

Searched refs:ctf_typemax (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/common/ctf/
H A Dctf_open.c228 for (tp = tbuf; tp < tend; fp->ctf_typemax++) { in init_types()
332 fp->ctf_txlate = ctf_alloc(sizeof (uint_t) * (fp->ctf_typemax + 1)); in init_types()
333 fp->ctf_ptrtab = ctf_alloc(sizeof (ushort_t) * (fp->ctf_typemax + 1)); in init_types()
341 bzero(fp->ctf_txlate, sizeof (uint_t) * (fp->ctf_typemax + 1)); in init_types()
342 bzero(fp->ctf_ptrtab, sizeof (ushort_t) * (fp->ctf_typemax + 1)); in init_types()
484 CTF_TYPE_TO_INDEX(tp->ctt_type) <= fp->ctf_typemax) in init_types()
507 ctf_dprintf("%lu total types processed\n", fp->ctf_typemax); in init_types()
522 for (id = 1; id <= fp->ctf_typemax; id++) { in init_types()
529 CTF_TYPE_TO_INDEX(tp->ctt_type) <= fp->ctf_typemax) in init_types()
971 sizeof (uint_t) * (fp->ctf_typemax + 1)); in ctf_close()
[all …]
H A Dctf_impl.h220 ulong_t ctf_typemax; /* maximum valid type ID number */ member
H A Dctf_lookup.c230 if (type > 0 && type <= fp->ctf_typemax) { in ctf_lookup_by_id()
H A Dctf_types.c166 ctf_id_t id, max = fp->ctf_typemax; in ctf_type_iter()
1414 return (fp->ctf_typemax + (child ? CTF_CHILD_START : 0)); in ctf_max_id()
/illumos-gate/usr/src/lib/libctf/common/
H A Dctf_merge.c671 for (i = 1; i < cmp->cm_src->ctf_typemax + 1; i++) { in ctf_merge_dedup_remap()
716 for (i = 1; i <= cmp->cm_src->ctf_typemax; i++) { in ctf_merge_common()
727 for (i = 1; i <= cmp->cm_src->ctf_typemax; i++) { in ctf_merge_common()
747 for (i = 1; i <= cmp->cm_src->ctf_typemax; i++) { in ctf_merge_common()
769 for (i = 1; i <= cmp->cm_src->ctf_typemax; i++) { in ctf_merge_uniquify_types()
781 for (i = 1; i <= cmp->cm_src->ctf_typemax; i++) { in ctf_merge_uniquify_types()
796 (cmp->cm_src->ctf_typemax + 1)); in ctf_merge_types_init()
800 (cmp->cm_src->ctf_typemax + 1)); in ctf_merge_types_init()
808 (cmp->cm_src->ctf_typemax + 1)); in ctf_merge_types_fini()
1522 ltype = out->ctf_typemax; in ctf_merge_merge()
H A Dctf_diff.c719 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()
H A Dctf_convert.c176 if (ctf_add_label(fp, cch->cch_label, fp->ctf_typemax, 0) == in ctf_elfconvert()