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

/freebsd-11-stable/contrib/binutils/binutils/
H A Dwrstabs.c139 size_t symbols_alloc; member in struct:stab_write_handle
380 if (info->symbols_size + STAB_SYMBOL_SIZE > info->symbols_alloc)
382 info->symbols_alloc *= 2;
384 info->symbols_alloc);
476 info.symbols_alloc = 500;
477 info.symbols = (bfd_byte *) xmalloc (info.symbols_alloc);

Completed in 62 milliseconds