Home
last modified time | relevance | path

Searched refs:ctf_ptrtab_len (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/libctf/
H A Dctf-create.c47 size_t new_ptrtab_len = fp->ctf_ptrtab_len; in ctf_grow_ptrtab()
54 else if ((fp->ctf_typemax + 2) > fp->ctf_ptrtab_len) in ctf_grow_ptrtab()
55 new_ptrtab_len = fp->ctf_ptrtab_len * 1.25; in ctf_grow_ptrtab()
57 if (new_ptrtab_len != fp->ctf_ptrtab_len) in ctf_grow_ptrtab()
66 memset (fp->ctf_ptrtab + fp->ctf_ptrtab_len, 0, in ctf_grow_ptrtab()
67 (new_ptrtab_len - fp->ctf_ptrtab_len) * sizeof (uint32_t)); in ctf_grow_ptrtab()
68 fp->ctf_ptrtab_len = new_ptrtab_len; in ctf_grow_ptrtab()
H A Dctf-serialize.c1138 nfp->ctf_ptrtab_len = fp->ctf_ptrtab_len; in ctf_serialize()
H A Dctf-impl.h404 size_t ctf_ptrtab_len; /* Num types storable in ptrtab currently. */ member
H A Dctf-open.c773 fp->ctf_ptrtab_len = fp->ctf_typemax + 1; in init_types()
774 fp->ctf_ptrtab = malloc (sizeof (uint32_t) * fp->ctf_ptrtab_len); in init_types()
H A Dctf-lookup.c70 && grow_pptrtab (fp, pfp->ctf_ptrtab_len) < 0) in refresh_pptrtab()
H A DChangeLog-20201123 <ctf_ptrtab_len>: New.
1223 and ctf_ptrtab_len. GNU style fix for the final ptrtab scan.
/netbsd-src/external/gpl3/binutils.old/dist/libctf/
H A Dctf-create.c47 size_t new_ptrtab_len = fp->ctf_ptrtab_len; in ctf_grow_ptrtab()
54 else if ((fp->ctf_typemax + 2) > fp->ctf_ptrtab_len) in ctf_grow_ptrtab()
55 new_ptrtab_len = fp->ctf_ptrtab_len * 1.25; in ctf_grow_ptrtab()
57 if (new_ptrtab_len != fp->ctf_ptrtab_len) in ctf_grow_ptrtab()
66 memset (fp->ctf_ptrtab + fp->ctf_ptrtab_len, 0, in ctf_grow_ptrtab()
67 (new_ptrtab_len - fp->ctf_ptrtab_len) * sizeof (uint32_t)); in ctf_grow_ptrtab()
68 fp->ctf_ptrtab_len = new_ptrtab_len; in ctf_grow_ptrtab()
H A Dctf-serialize.c1138 nfp->ctf_ptrtab_len = fp->ctf_ptrtab_len; in ctf_serialize()
H A Dctf-impl.h404 size_t ctf_ptrtab_len; /* Num types storable in ptrtab currently. */ member
H A Dctf-open.c773 fp->ctf_ptrtab_len = fp->ctf_typemax + 1; in init_types()
774 fp->ctf_ptrtab = malloc (sizeof (uint32_t) * fp->ctf_ptrtab_len); in init_types()
H A Dctf-lookup.c70 && grow_pptrtab (fp, pfp->ctf_ptrtab_len) < 0) in refresh_pptrtab()
H A DChangeLog-20201123 <ctf_ptrtab_len>: New.
1223 and ctf_ptrtab_len. GNU style fix for the final ptrtab scan.
/netbsd-src/external/gpl3/gdb/dist/libctf/
H A DChangeLog-20201123 <ctf_ptrtab_len>: New.
1223 and ctf_ptrtab_len. GNU style fix for the final ptrtab scan.