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

/vbox/src/VBox/Runtime/tools/
H A DRTLdrFlt.cpp407 RTINTPTR offLine; local
408 rc = RTDbgAsLineByAddr(hDbgAs, u64Address, &offLine, &Line, NULL);
/vbox/src/bldprogs/
H A DVBoxTpG.cpp1258 size_t const offLine = ScmStreamTell(pStrm); local
1260 RTPrintf("%s:%d:%zd: error: %s.\n", g_pszScript, iLine + 1, off - offLine + 1, pszMsg);
1268 cchLine, pszLine, off - offLine, "");
H A DVBoxCPP.cpp562 size_t const offLine = ScmStreamTell(pStrm); local
564 RTPrintf("%s:%d:%zd: error: %N.\n", pThis->pInputStack->szName, iLine + 1, off - offLine + 1, pszMsg, va);
572 cchLine, pszLine, off - offLine, "");

Completed in 63 milliseconds