Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gas/
Ddwarf2dbg.c224 static unsigned int dirs_allocated; variable
580 if (dir >= dirs_allocated) in get_filenum()
582 dirs_allocated = dir + 32; in get_filenum()
583 dirs = XRESIZEVEC (char *, dirs, dirs_allocated); in get_filenum()
DChangeLog-02032736 (dirs, dirs_in_use, dirs_allocated): New variables.