Lines Matching refs:rawcount
50 static unsigned int rawcount; variable
195 if (idx >= rawcount) in do_sections_p2()
197 if (rawcount == 0) in do_sections_p2()
214 if (i >= rawcount) in do_where()
350 if (i >= rawcount) in do_type()
357 if (sym->n_numaux == 0 || i >= rawcount -1 || rawsyms[i + 1].is_sym) in do_type()
442 if (idx >= rawcount) in do_type()
444 if (rawcount == 0) in do_type()
483 if (idx >= rawcount) in do_type()
645 if (i >= rawcount) in do_define()
736 for (i = 0; i < rawcount;) in doit()
900 rawcount = obj_raw_syment_count (abfd); in coff_grok()
901 tindex = (struct coff_symbol **) (xcalloc (sizeof (struct coff_symbol *), rawcount)); in coff_grok()