Searched defs:iLineSect (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgmodcodeview.cpp1813 uint32_t iLineSect = 1; local
1845 if (iLineSect == 1)
1875 else if (iLineSect == 1)
1882 && ( iLineSect == 1
1883 || Sym.SectionNumber == (int32_t)iLineSect) )
1886 if (iLineSect == 1)
1894 if ( Sym.SectionNumber == (int32_t)iLineSect
1899 rtDbgModCvAddCoffLineNumbers(pThis, szFile, iLineSect, &paLines[iLine], cLinesToAdd);
1904 else if ( iLineSect == 1
1916 if ( iLineSect
[all...]

Completed in 39 milliseconds