Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/binutils/gas/
HDdwarf2dbg.c167 static unsigned int files_allocated; variable
503 if (i >= files_allocated) in get_filenum()
505 unsigned int old = files_allocated; in get_filenum()
507 files_allocated = i + 32; in get_filenum()