Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Dcoffgrok.c50 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()
[all …]
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Dcoffgrok.c50 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()
625 if (i >= rawcount) in do_define()
716 for (i = 0; i < rawcount;) in doit()
880 rawcount = obj_raw_syment_count (abfd); in coff_grok()
881 tindex = (struct coff_symbol **) (xcalloc (sizeof (struct coff_symbol *), rawcount)); in coff_grok()