Searched refs:rtDbgModContainer_SegmentAdd (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgmodcontainer.cpp490 static DECLCALLBACK(int) rtDbgModContainer_SegmentAdd(PRTDBGMODINT pMod, RTUINTPTR uRva, RTUINTPTR cb, const char *pszName, size_t cchName, function
729 /*.pfnSegmentAdd = */ rtDbgModContainer_SegmentAdd,
862 rc = rtDbgModContainer_SegmentAdd(pMod, 0, cbSeg, "default", sizeof("default") - 1, 0, NULL);

Completed in 53 milliseconds