Home | History | Annotate | Download | only in bfd

Lines Matching defs:num_dirs

1245   unsigned int          num_dirs;
1465 && table->files[file - 1].dir <= table->num_dirs
1680 table->num_dirs = 0;
1806 if ((table->num_dirs % DIR_ALLOC_CHUNK) == 0)
1810 amt = table->num_dirs + DIR_ALLOC_CHUNK;
1819 table->dirs[table->num_dirs++] = cur_dir;