Searched refs:ctf_pptrtab_len (Results 1 – 11 of 11) sorted by relevance
37 memset (fp->ctf_pptrtab + fp->ctf_pptrtab_len, 0, in grow_pptrtab()38 sizeof (uint32_t) * (new_len - fp->ctf_pptrtab_len)); in grow_pptrtab()40 fp->ctf_pptrtab_len = new_len; in grow_pptrtab()69 if (idx >= fp->ctf_pptrtab_len in refresh_pptrtab()179 if (child && idx < child->ctf_pptrtab_len) in ctf_lookup_by_name_internal()209 if (child && idx < child->ctf_pptrtab_len) in ctf_lookup_by_name_internal()
1139 nfp->ctf_pptrtab_len = fp->ctf_pptrtab_len; in ctf_serialize()
406 size_t ctf_pptrtab_len; /* Num types storable in pptrtab currently. */ member
1982 fp->ctf_pptrtab_len = 0; in ctf_import()2021 fp->ctf_pptrtab_len = 0; in ctf_import_unref()
700 <ctf_pptrtab_len>: New.
1983 fp->ctf_pptrtab_len = 0; in ctf_import()2022 fp->ctf_pptrtab_len = 0; in ctf_import_unref()
721 <ctf_pptrtab_len>: New.
168208 ctf_pptrtab_len, as its name suggests (and as other tests of it in