Home
last modified time | relevance | path

Searched refs:ctf_pptrtab_len (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/libctf/
H A Dctf-lookup.c37 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()
H A Dctf-serialize.c1139 nfp->ctf_pptrtab_len = fp->ctf_pptrtab_len; in ctf_serialize()
H A Dctf-impl.h406 size_t ctf_pptrtab_len; /* Num types storable in pptrtab currently. */ member
H A Dctf-open.c1982 fp->ctf_pptrtab_len = 0; in ctf_import()
2021 fp->ctf_pptrtab_len = 0; in ctf_import_unref()
H A DChangeLog700 <ctf_pptrtab_len>: New.
/netbsd-src/external/gpl3/binutils/dist/libctf/
H A Dctf-lookup.c37 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()
H A Dctf-serialize.c1139 nfp->ctf_pptrtab_len = fp->ctf_pptrtab_len; in ctf_serialize()
H A Dctf-impl.h406 size_t ctf_pptrtab_len; /* Num types storable in pptrtab currently. */ member
H A Dctf-open.c1983 fp->ctf_pptrtab_len = 0; in ctf_import()
2022 fp->ctf_pptrtab_len = 0; in ctf_import_unref()
H A DChangeLog721 <ctf_pptrtab_len>: New.
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git168208 ctf_pptrtab_len, as its name suggests (and as other tests of it in