HomeSort by: relevance | last modified time | path
    Searched refs:rawcount (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/binutils/
coffgrok.c 50 static unsigned int rawcount; variable
195 if (idx >= rawcount)
197 if (rawcount == 0)
214 if (i >= rawcount)
350 if (i >= rawcount)
357 if (sym->n_numaux == 0 || i >= rawcount -1 || rawsyms[i + 1].is_sym)
625 if (i >= rawcount)
716 for (i = 0; i < rawcount;)
880 rawcount = obj_raw_syment_count (abfd);
881 tindex = (struct coff_symbol **) (xcalloc (rawcount,
    [all...]
  /src/external/gpl3/binutils.old/dist/binutils/
coffgrok.c 50 static unsigned int rawcount; variable
195 if (idx >= rawcount)
197 if (rawcount == 0)
214 if (i >= rawcount)
350 if (i >= rawcount)
357 if (sym->n_numaux == 0 || i >= rawcount -1 || rawsyms[i + 1].is_sym)
625 if (i >= rawcount)
716 for (i = 0; i < rawcount;)
880 rawcount = obj_raw_syment_count (abfd);
881 tindex = (struct coff_symbol **) (xcalloc (rawcount,
    [all...]

Completed in 25 milliseconds