Home | History | Annotate | Download | only in m_debuginfo

Lines Matching defs:nlines

1676     DWORD       nlines;         /* number of lines in this block */
1683 } l[1]; /* actually array of <nlines> */
1723 lbh->size, lbh->nlines);
1753 for (i = 0; i < lbh->nlines; i++) {
1759 if (lbh->nlines > 1) {
1760 for (i = 0; i < lbh->nlines-1; i++) {
1775 + lbh->l[ lbh->nlines-1].offset;
1780 pfx, lbh->l[ lbh->nlines-1 ].lineno ^ 0x80000000,
1785 lbh->l[lbh->nlines-1].lineno ^ 0x80000000, 0 );