Searched refs:ctf_typemax (Results 1 – 5 of 5) sorted by relevance
/dflybsd-src/contrib/binutils-2.34/libctf/ |
H A D | ctf-open.c | 683 for (tp = tbuf; tp < tend; fp->ctf_typemax++) in init_types() 749 fp->ctf_txlate = malloc (sizeof (uint32_t) * (fp->ctf_typemax + 1)); in init_types() 750 fp->ctf_ptrtab_len = fp->ctf_typemax + 1; in init_types() 759 memset (fp->ctf_txlate, 0, sizeof (uint32_t) * (fp->ctf_typemax + 1)); in init_types() 760 memset (fp->ctf_ptrtab, 0, sizeof (uint32_t) * (fp->ctf_typemax + 1)); in init_types() 877 && LCTF_TYPE_TO_INDEX (fp, tp->ctt_type) <= fp->ctf_typemax) in init_types() 900 ctf_dprintf ("%lu total types processed\n", fp->ctf_typemax); in init_types() 915 for (id = 1; id <= fp->ctf_typemax; id++) in init_types() 924 && LCTF_TYPE_TO_INDEX (fp, tp->ctt_type) <= fp->ctf_typemax) in init_types()
|
H A D | ctf-create.c | 45 else if ((fp->ctf_typemax + 2) > fp->ctf_ptrtab_len) in ctf_grow_ptrtab() 249 fp->ctf_dtoldid = fp->ctf_typemax; in ctf_update() 679 if ((unsigned long) idx <= fp->ctf_typemax) in ctf_dynamic_type() 734 snapid.dtd_id = fp->ctf_typemax; in ctf_snapshot() 786 fp->ctf_typemax = id.dtd_id; in ctf_rollback() 808 if (LCTF_INDEX_TO_TYPE (fp, fp->ctf_typemax, 1) >= CTF_MAX_TYPE) in ctf_add_generic() 811 if (LCTF_INDEX_TO_TYPE (fp, fp->ctf_typemax, 1) == (CTF_MAX_PTYPE - 1)) in ctf_add_generic() 821 type = ++fp->ctf_typemax; in ctf_add_generic() 916 && ref_idx < fp->ctf_typemax) in ctf_add_reftype() 925 && refref_idx < fp->ctf_typemax) in ctf_add_reftype()
|
H A D | ctf-lookup.c | 343 if (idx > 0 && (unsigned long) idx <= fp->ctf_typemax) in ctf_lookup_by_id()
|
H A D | ctf-impl.h | 269 unsigned long ctf_typemax; /* Maximum valid type ID number. */ member
|
H A D | ctf-types.c | 163 ctf_id_t id, max = fp->ctf_typemax; in ctf_type_iter() 183 ctf_id_t id, max = fp->ctf_typemax; in ctf_type_iter_all()
|