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

/vbox/src/bldprogs/
H A Dscmstream.h67 PSCMSTREAMLINE paLines; member in struct:SCMSTREAM
72 /** The sizeof the the memory backing paLines. */
/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgmodcodeview.cpp1748 * @param paLines Pointer to the first line number table entry.
1752 PCIMAGE_LINENUMBER paLines, uint32_t cLines)
1755 PCIMAGE_LINENUMBER pCur = paLines;
1794 * @param paLines Pointer to the line number table.
1801 PCIMAGE_LINENUMBER paLines, uint32_t cLines,
1899 rtDbgModCvAddCoffLineNumbers(pThis, szFile, iLineSect, &paLines[iLine], cLinesToAdd);
1751 rtDbgModCvAddCoffLineNumbers(PRTDBGMODCV pThis, const char *pszFile, uint32_t iSection, PCIMAGE_LINENUMBER paLines, uint32_t cLines) argument
1799 rtDbgModCvProcessCoffSymbolTable(PRTDBGMODCV pThis, PCIMAGE_SYMBOL paSymbols, uint32_t cSymbols, PCIMAGE_LINENUMBER paLines, uint32_t cLines, const char *pszzStrTab, uint32_t cbStrTab) argument

Completed in 57 milliseconds