Home
last modified time | relevance | path

Searched refs:ctf_pptrtab (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/libctf/
H A Dctf-lookup.c31 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()
H A Dctf-open.c1839 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()
H A Dctf-serialize.c1134 nfp->ctf_pptrtab = fp->ctf_pptrtab; in ctf_serialize()
1184 fp->ctf_pptrtab = NULL; in ctf_serialize()
H A Dctf-impl.h405 uint32_t *ctf_pptrtab; /* Parent types pointed to by child dicts. */ member
H A DChangeLog699 * ctf-impl.h (ctf_dict_t) <ctf_pptrtab>: New.
/netbsd-src/external/gpl3/binutils/dist/libctf/
H A Dctf-lookup.c31 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()
H A Dctf-open.c1840 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()
H A Dctf-serialize.c1134 nfp->ctf_pptrtab = fp->ctf_pptrtab; in ctf_serialize()
1184 fp->ctf_pptrtab = NULL; in ctf_serialize()
H A Dctf-impl.h405 uint32_t *ctf_pptrtab; /* Parent types pointed to by child dicts. */ member
H A DChangeLog720 * ctf-impl.h (ctf_dict_t) <ctf_pptrtab>: New.