Searched refs:ctf_pptrtab_len (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/external/gpl3/binutils/dist/libctf/
H A Dctf-lookup.c37 memset (fp->ctf_pptrtab + fp->ctf_pptrtab_len, 0,
38 sizeof (uint32_t) * (new_len - fp->ctf_pptrtab_len));
40 fp->ctf_pptrtab_len = new_len;
69 if (idx >= fp->ctf_pptrtab_len
179 if (child && idx < child->ctf_pptrtab_len)
209 if (child && idx < child->ctf_pptrtab_len)
H A Dctf-impl.h406 size_t ctf_pptrtab_len; /* Num types storable in pptrtab currently. */ member in struct:ctf_dict
H A Dctf-serialize.c1139 nfp->ctf_pptrtab_len = fp->ctf_pptrtab_len;
H A Dctf-open.c1982 fp->ctf_pptrtab_len = 0;
2021 fp->ctf_pptrtab_len = 0;
/netbsd-current/external/gpl3/gdb/dist/libctf/
H A Dctf-lookup.c37 memset (fp->ctf_pptrtab + fp->ctf_pptrtab_len, 0,
38 sizeof (uint32_t) * (new_len - fp->ctf_pptrtab_len));
40 fp->ctf_pptrtab_len = new_len;
69 if (idx >= fp->ctf_pptrtab_len
179 if (child && idx < child->ctf_pptrtab_len)
209 if (child && idx < child->ctf_pptrtab_len)
H A Dctf-impl.h406 size_t ctf_pptrtab_len; /* Num types storable in pptrtab currently. */ member in struct:ctf_dict
H A Dctf-serialize.c1139 nfp->ctf_pptrtab_len = fp->ctf_pptrtab_len;
H A Dctf-open.c1982 fp->ctf_pptrtab_len = 0;
2021 fp->ctf_pptrtab_len = 0;
/netbsd-current/external/gpl3/binutils.old/dist/libctf/
H A Dctf-lookup.c37 memset (fp->ctf_pptrtab + fp->ctf_pptrtab_len, 0,
38 sizeof (uint32_t) * (new_len - fp->ctf_pptrtab_len));
40 fp->ctf_pptrtab_len = new_len;
69 if (idx >= fp->ctf_pptrtab_len
179 if (child && idx < child->ctf_pptrtab_len)
209 if (child && idx < child->ctf_pptrtab_len)
H A Dctf-impl.h406 size_t ctf_pptrtab_len; /* Num types storable in pptrtab currently. */ member in struct:ctf_dict
H A Dctf-serialize.c1139 nfp->ctf_pptrtab_len = fp->ctf_pptrtab_len;
H A Dctf-open.c1982 fp->ctf_pptrtab_len = 0;
2021 fp->ctf_pptrtab_len = 0;

Completed in 143 milliseconds