Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/
Ddwarf2dbg.c219 static unsigned int files_allocated; variable
610 if (i >= files_allocated) in get_filenum()
612 unsigned int old = files_allocated; in get_filenum()
614 files_allocated = i + 32; in get_filenum()