Searched refs:PRTDBGSEGMENT (Results 1 - 9 of 9) sorted by relevance
/vbox/src/VBox/Runtime/include/internal/ |
H A D | dbgmod.h | 360 DECLCALLBACKMEMBER(int, pfnSegmentByIndex)(PRTDBGMODINT pMod, RTDBGSEGIDX iSeg, PRTDBGSEGMENT pSegInfo);
|
/vbox/include/iprt/ |
H A D | dbg.h | 102 typedef RTDBGSEGMENT *PRTDBGSEGMENT; typedef 1184 RTDECL(int) RTDbgModSegmentByIndex(RTDBGMOD hDbgMod, RTDBGSEGIDX iSeg, PRTDBGSEGMENT pSegInfo);
|
/vbox/src/VBox/Runtime/common/dbg/ |
H A D | dbgmoddbghelp.cpp | 152 static DECLCALLBACK(int) rtDbgModDbgHelp_SegmentByIndex(PRTDBGMODINT pMod, RTDBGSEGIDX iSeg, PRTDBGSEGMENT pSegInfo)
|
H A D | dbgmodnm.cpp | 140 static DECLCALLBACK(int) rtDbgModNm_SegmentByIndex(PRTDBGMODINT pMod, RTDBGSEGIDX iSeg, PRTDBGSEGMENT pSegInfo)
|
H A D | dbgmoddeferred.cpp | 323 static DECLCALLBACK(int) rtDbgModDeferredDbg_SegmentByIndex(PRTDBGMODINT pMod, RTDBGSEGIDX iSeg, PRTDBGSEGMENT pSegInfo)
|
H A D | dbgmodcontainer.cpp | 466 static DECLCALLBACK(int) rtDbgModContainer_SegmentByIndex(PRTDBGMODINT pMod, RTDBGSEGIDX iSeg, PRTDBGSEGMENT pSegInfo)
|
H A D | dbgmod.cpp | 1716 RTDECL(int) RTDbgModSegmentByIndex(RTDBGMOD hDbgMod, RTDBGSEGIDX iSeg, PRTDBGSEGMENT pSegInfo)
|
H A D | dbgmodcodeview.cpp | 2116 static DECLCALLBACK(int) rtDbgModCv_SegmentByIndex(PRTDBGMODINT pMod, RTDBGSEGIDX iSeg, PRTDBGSEGMENT pSegInfo)
|
H A D | dbgmoddwarf.cpp | 4589 static DECLCALLBACK(int) rtDbgModDwarf_SegmentByIndex(PRTDBGMODINT pMod, RTDBGSEGIDX iSeg, PRTDBGSEGMENT pSegInfo)
|
Completed in 3601 milliseconds