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

/openbsd-current/gnu/usr.bin/binutils-2.17/binutils/
H A Dstabs.c3610 unsigned int typestring_alloc;
3718 minfo.typestring_alloc = 10;
3720 xmalloc (minfo.typestring_alloc
5048 if (minfo->typestring_count >= minfo->typestring_alloc)
5050 minfo->typestring_alloc += 10;
5053 (minfo->typestring_alloc
3609 unsigned int typestring_alloc; member in struct:stab_demangle_info
/openbsd-current/gnu/usr.bin/binutils/binutils/
H A Dstabs.c3606 unsigned int typestring_alloc;
3710 minfo.typestring_alloc = 10;
3712 xmalloc (minfo.typestring_alloc
5039 if (minfo->typestring_count >= minfo->typestring_alloc)
5041 minfo->typestring_alloc += 10;
5044 (minfo->typestring_alloc
3605 unsigned int typestring_alloc; member in struct:stab_demangle_info

Completed in 466 milliseconds