Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/binutils/
Dwrstabs.c139 size_t symbols_alloc; member
379 if (info->symbols_size + STAB_SYMBOL_SIZE > info->symbols_alloc) in stab_write_symbol()
381 info->symbols_alloc *= 2; in stab_write_symbol()
383 info->symbols_alloc); in stab_write_symbol()
474 info.symbols_alloc = 500; in write_stabs_in_sections_debugging_info()
475 info.symbols = (bfd_byte *) xmalloc (info.symbols_alloc); in write_stabs_in_sections_debugging_info()