Home
last modified time | relevance | path

Searched refs:typestring_alloc (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Dstabs.c3772 unsigned int typestring_alloc; member
3880 minfo.typestring_alloc = 10; in stab_demangle_argtypes()
3882 = xmalloc (minfo.typestring_alloc * sizeof (*minfo.typestrings)); in stab_demangle_argtypes()
5195 if (minfo->typestring_count >= minfo->typestring_alloc) in stab_demangle_remember_type()
5197 minfo->typestring_alloc += 10; in stab_demangle_remember_type()
5200 minfo->typestring_alloc * sizeof (*minfo->typestrings)); in stab_demangle_remember_type()
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Dstabs.c3766 unsigned int typestring_alloc; member
3874 minfo.typestring_alloc = 10; in stab_demangle_argtypes()
3876 xmalloc (minfo.typestring_alloc in stab_demangle_argtypes()
5198 if (minfo->typestring_count >= minfo->typestring_alloc) in stab_demangle_remember_type()
5200 minfo->typestring_alloc += 10; in stab_demangle_remember_type()
5203 (minfo->typestring_alloc in stab_demangle_remember_type()