Searched refs:ctf_pptrtab (Results 1 – 10 of 10) sorted by relevance
31 if ((new_pptrtab = realloc (fp->ctf_pptrtab, sizeof (uint32_t) in grow_pptrtab()35 fp->ctf_pptrtab = new_pptrtab; in grow_pptrtab()37 memset (fp->ctf_pptrtab + fp->ctf_pptrtab_len, 0, in grow_pptrtab()73 fp->ctf_pptrtab[idx] = i; in refresh_pptrtab()181 ntype = child->ctf_pptrtab[idx]; in ctf_lookup_by_name_internal()211 ntype = child->ctf_pptrtab[idx]; in ctf_lookup_by_name_internal()
1839 free (fp->ctf_pptrtab); in ctf_dict_close()1980 free (fp->ctf_pptrtab); in ctf_import()1981 fp->ctf_pptrtab = NULL; in ctf_import()2019 free (fp->ctf_pptrtab); in ctf_import_unref()2020 fp->ctf_pptrtab = NULL; in ctf_import_unref()
1134 nfp->ctf_pptrtab = fp->ctf_pptrtab; in ctf_serialize()1184 fp->ctf_pptrtab = NULL; in ctf_serialize()
405 uint32_t *ctf_pptrtab; /* Parent types pointed to by child dicts. */ member
699 * ctf-impl.h (ctf_dict_t) <ctf_pptrtab>: New.
1840 free (fp->ctf_pptrtab); in ctf_dict_close()1981 free (fp->ctf_pptrtab); in ctf_import()1982 fp->ctf_pptrtab = NULL; in ctf_import()2020 free (fp->ctf_pptrtab); in ctf_import_unref()2021 fp->ctf_pptrtab = NULL; in ctf_import_unref()
720 * ctf-impl.h (ctf_dict_t) <ctf_pptrtab>: New.