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

/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgmodcodeview.cpp804 * @param cbSymTab The size of the symbol table.
807 static int rtDbgModCvSsProcessV4SymTab(PRTDBGMODCV pThis, void const *pvSymTab, size_t cbSymTab, uint32_t fFlags) argument
813 while (cbSymTab > 0 && RT_SUCCESS(rc))
822 RTDBGMODCV_CHECK_RET_BF(cbRec >= 2 && cbRec <= cbSymTab, ("cbRec=%#x cbSymTab=%#x\n", cbRec, cbSymTab));
865 cbSymTab -= cbRec + 2;

Completed in 53 milliseconds