HomeSort by relevance Sort by last modified time
    Searched full:stabcount (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/stabs/
stabs-dbgfmt.c 91 unsigned long stabcount; /* count stored stabs; doesn't include first */ member in struct:__anon14515
220 info->stabcount++;
334 info.stabcount = 0;
398 if (info.stabcount > 0xffff) {
403 stab->desc = (unsigned short)info.stabcount;

Completed in 35 milliseconds