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

/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgmoddbghelp.cpp96 static DECLCALLBACK(int) rtDbgModDbgHelp_LineAdd(PRTDBGMODINT pMod, const char *pszFile, size_t cchFile, uint32_t uLineNo, argument
101 return RTDbgModLineAdd(hCnt, pszFile, uLineNo, iSeg, off, piOrdinal);
H A Ddbgmodnm.cpp84 static DECLCALLBACK(int) rtDbgModNm_LineAdd(PRTDBGMODINT pMod, const char *pszFile, size_t cchFile, uint32_t uLineNo, argument
89 return RTDbgModLineAdd(pThis->hCnt, pszFile, uLineNo, iSeg, off, piOrdinal);
H A Ddbgmodcontainer.cpp86 uint32_t uLineNo; member in struct:RTDBGMODCTNLINE
202 pLineInfo->uLineNo = pMyLine->uLineNo;
229 pLineInfo->uLineNo = pMyLine->uLineNo;
247 static DECLCALLBACK(int) rtDbgModContainer_LineAdd(PRTDBGMODINT pMod, const char *pszFile, size_t cchFile, uint32_t uLineNo, argument
272 pLine->uLineNo = uLineNo;
H A Ddbgmodcodeview.cpp2060 static DECLCALLBACK(int) rtDbgModCv_LineAdd(PRTDBGMODINT pMod, const char *pszFile, size_t cchFile, uint32_t uLineNo, argument
2065 return RTDbgModLineAdd(pThis->hCnt, pszFile, uLineNo, iSeg, off, piOrdinal);
H A Ddbgmoddwarf.cpp4533 static DECLCALLBACK(int) rtDbgModDwarf_LineAdd(PRTDBGMODINT pMod, const char *pszFile, size_t cchFile, uint32_t uLineNo, argument
4538 return RTDbgModLineAdd(pThis->hCnt, pszFile, uLineNo, iSeg, off, piOrdinal);
/vbox/include/iprt/
H A Ddbg.h181 uint32_t uLineNo; member in struct:RTDBGLINE
888 * @param uLineNo The line number.
894 RTDECL(int) RTDbgAsLineAdd(RTDBGAS hDbgAs, const char *pszFile, uint32_t uLineNo, RTUINTPTR Addr, uint32_t *piOrdinal);
1410 * @param uLineNo The line number.
1417 RTDECL(int) RTDbgModLineAdd(RTDBGMOD hDbgMod, const char *pszFile, uint32_t uLineNo,
/vbox/src/VBox/VMM/VMMR0/
H A DGMMR0.cpp740 static uint32_t gmmR0SanityCheck(PGMM pGMM, const char *pszFunction, unsigned uLineNo);
1743 const char *pszFunction, unsigned uLineNo)
1762 cPages, pszSetName, pSet->cFreePages, pszFunction, uLineNo);
1777 * @param uLineNo The line number.
1779 static uint32_t gmmR0SanityCheck(PGMM pGMM, const char *pszFunction, unsigned uLineNo) argument
1783 cErrors += gmmR0SanityCheckSet(pGMM, &pGMM->PrivateX, "private", pszFunction, uLineNo);
1784 cErrors += gmmR0SanityCheckSet(pGMM, &pGMM->Shared, "shared", pszFunction, uLineNo);
1742 gmmR0SanityCheckSet(PGMM pGMM, PGMMCHUNKFREESET pSet, const char *pszSetName, const char *pszFunction, unsigned uLineNo) argument
/vbox/include/VBox/vmm/
H A Ddbgf.h615 uint32_t uLineNo; member in struct:DBGFLINE

Completed in 130 milliseconds