Searched refs:stabcount (Results 1 - 1 of 1) sorted by relevance

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

Completed in 937 milliseconds