Searched refs:PRTDBGSYMBOL (Results 1 - 15 of 15) sorted by relevance
/vbox/src/VBox/Runtime/common/dbg/ |
H A D | dbg.cpp | 42 RTDECL(PRTDBGSYMBOL) RTDbgSymbolAlloc(void) 44 return (PRTDBGSYMBOL)RTMemAllocZ(sizeof(RTDBGSYMBOL)); 56 RTDECL(PRTDBGSYMBOL) RTDbgSymbolDup(PCRTDBGSYMBOL pSymInfo) 58 return (PRTDBGSYMBOL)RTMemDup(pSymInfo, sizeof(*pSymInfo)); 68 RTDECL(void) RTDbgSymbolFree(PRTDBGSYMBOL pSymInfo)
|
H A D | dbgmoddeferred.cpp | 201 static int rtDbgModDeferredDbgSymInfo_Start(PRTDBGMODDEFERRED pThis, PRTDBGSYMBOL pSymInfo) 221 static int rtDbgModDeferredDbgSymInfo_Last(PRTDBGMODDEFERRED pThis, PRTDBGSYMBOL pSymInfo) 236 PRTINTPTR poffDisp, PRTDBGSYMBOL pSymInfo) 259 PRTDBGSYMBOL pSymInfo) 281 static DECLCALLBACK(int) rtDbgModDeferredDbg_SymbolByOrdinal(PRTDBGMODINT pMod, uint32_t iOrdinal, PRTDBGSYMBOL pSymInfo)
|
H A D | dbgmoddbghelp.cpp | 107 PRTINTPTR poffDisp, PRTDBGSYMBOL pSymInfo) 116 PRTDBGSYMBOL pSymInfo) 125 static DECLCALLBACK(int) rtDbgModDbgHelp_SymbolByOrdinal(PRTDBGMODINT pMod, uint32_t iOrdinal, PRTDBGSYMBOL pSymInfo)
|
H A D | dbgmodnm.cpp | 95 PRTINTPTR poffDisp, PRTDBGSYMBOL pSymInfo) 104 PRTDBGSYMBOL pSymInfo) 113 static DECLCALLBACK(int) rtDbgModNm_SymbolByOrdinal(PRTDBGMODINT pMod, uint32_t iOrdinal, PRTDBGSYMBOL pSymInfo)
|
H A D | dbgmod.cpp | 1811 RTDECL(int) RTDbgModSymbolByOrdinal(RTDBGMOD hDbgMod, uint32_t iOrdinal, PRTDBGSYMBOL pSymInfo) 1825 RTDECL(int) RTDbgModSymbolByOrdinalA(RTDBGMOD hDbgMod, uint32_t iOrdinal, PRTDBGSYMBOL *ppSymInfo) 1830 PRTDBGSYMBOL pSymInfo = RTDbgSymbolAlloc(); 1846 PRTINTPTR poffDisp, PRTDBGSYMBOL pSymInfo) 1884 PRTINTPTR poffDisp, PRTDBGSYMBOL *ppSymInfo) 1889 PRTDBGSYMBOL pSymInfo = RTDbgSymbolAlloc(); 1904 RTDECL(int) RTDbgModSymbolByName(RTDBGMOD hDbgMod, const char *pszSymbol, PRTDBGSYMBOL pSymInfo) 1929 RTDECL(int) RTDbgModSymbolByNameA(RTDBGMOD hDbgMod, const char *pszSymbol, PRTDBGSYMBOL *ppSymInfo) 1934 PRTDBGSYMBOL pSymInfo = RTDbgSymbolAlloc();
|
H A D | dbgas.cpp | 1238 DECLINLINE(void) rtDbgAsAdjustSymbolValue(PRTDBGSYMBOL pSymbol, RTDBGMOD hDbgMod, RTUINTPTR MapAddr, RTDBGSEGIDX iMapSeg) 1353 PRTINTPTR poffDisp, PRTDBGSYMBOL pSymbol, PRTDBGMOD phMod) 1444 PRTINTPTR poffDisp, PRTDBGSYMBOL *ppSymInfo, PRTDBGMOD phMod) 1487 static bool rtDbgAsFindMappingAndAdjustSymbolValue(PRTDBGASINT pDbgAs, RTDBGMOD hDbgMod, PRTDBGSYMBOL pSymbol) 1559 RTDECL(int) RTDbgAsSymbolByName(RTDBGAS hDbgAs, const char *pszSymbol, PRTDBGSYMBOL pSymbol, PRTDBGMOD phMod) 1633 RTDECL(int) RTDbgAsSymbolByNameA(RTDBGAS hDbgAs, const char *pszSymbol, PRTDBGSYMBOL *ppSymbol, PRTDBGMOD phMod)
|
H A D | dbgmodcontainer.cpp | 159 DECLINLINE(int) rtDbgModContainerReturnSymbol(PCRTDBGMODCTNSYMBOL pMySym, PRTDBGSYMBOL pExtSym) 309 PRTINTPTR poffDisp, PRTDBGSYMBOL pSymInfo) 343 static DECLCALLBACK(int) rtDbgModContainer_SymbolByName(PRTDBGMODINT pMod, const char *pszSymbol, size_t cchSymbol, PRTDBGSYMBOL pSymInfo) 360 static DECLCALLBACK(int) rtDbgModContainer_SymbolByOrdinal(PRTDBGMODINT pMod, uint32_t iOrdinal, PRTDBGSYMBOL pSymInfo)
|
H A D | dbgmodcodeview.cpp | 2071 PRTINTPTR poffDisp, PRTDBGSYMBOL pSymInfo) 2080 PRTDBGSYMBOL pSymInfo) 2089 static DECLCALLBACK(int) rtDbgModCv_SymbolByOrdinal(PRTDBGMODINT pMod, uint32_t iOrdinal, PRTDBGSYMBOL pSymInfo)
|
H A D | dbgmoddwarf.cpp | 4544 PRTINTPTR poffDisp, PRTDBGSYMBOL pSymInfo) 4553 PRTDBGSYMBOL pSymInfo) 4562 static DECLCALLBACK(int) rtDbgModDwarf_SymbolByOrdinal(PRTDBGMODINT pMod, uint32_t iOrdinal, PRTDBGSYMBOL pSymInfo)
|
/vbox/include/iprt/ |
H A D | dbg.h | 135 typedef RTDBGSYMBOL *PRTDBGSYMBOL; typedef 144 RTDECL(PRTDBGSYMBOL) RTDbgSymbolAlloc(void); 153 RTDECL(PRTDBGSYMBOL) RTDbgSymbolDup(PCRTDBGSYMBOL pSymInfo); 160 RTDECL(void) RTDbgSymbolFree(PRTDBGSYMBOL pSymInfo); 825 PRTINTPTR poffDisp, PRTDBGSYMBOL pSymbol, PRTDBGMOD phMod); 845 PRTINTPTR poffDisp, PRTDBGSYMBOL *ppSymInfo, PRTDBGMOD phMod); 861 RTDECL(int) RTDbgAsSymbolByName(RTDBGAS hDbgAs, const char *pszSymbol, PRTDBGSYMBOL pSymbol, PRTDBGMOD phMod); 875 RTDECL(int) RTDbgAsSymbolByNameA(RTDBGAS hDbgAs, const char *pszSymbol, PRTDBGSYMBOL *ppSymbol, PRTDBGMOD phMod); 1277 RTDECL(int) RTDbgModSymbolByOrdinal(RTDBGMOD hDbgMod, uint32_t iOrdinal, PRTDBGSYMBOL pSymInfo); 1295 RTDECL(int) RTDbgModSymbolByOrdinalA(RTDBGMOD hDbgMod, uint32_t iOrdinal, PRTDBGSYMBOL *ppSymInf [all...] |
/vbox/src/VBox/Runtime/include/internal/ |
H A D | dbgmod.h | 410 DECLCALLBACKMEMBER(int, pfnSymbolByOrdinal)(PRTDBGMODINT pMod, uint32_t iOrdinal, PRTDBGSYMBOL pSymInfo); 425 DECLCALLBACKMEMBER(int, pfnSymbolByName)(PRTDBGMODINT pMod, const char *pszSymbol, size_t cchSymbol, PRTDBGSYMBOL pSymInfo); 448 PRTINTPTR poffDisp, PRTDBGSYMBOL pSymInfo);
|
/vbox/src/VBox/VMM/VMMR3/ |
H A D | DBGFAddrSpace.cpp | 1123 static void dbgfR3AsSymbolJoinNames(PRTDBGSYMBOL pSymbol, RTDBGMOD hMod) 1146 static void dbgfR3AsSymbolConvert(PRTDBGSYMBOL pSymbol, PCDBGFSYMBOL pDbgfSym) 1176 PRTGCINTPTR poffDisp, PRTDBGSYMBOL pSymbol, PRTDBGMOD phMod) 1235 VMMR3DECL(PRTDBGSYMBOL) DBGFR3AsSymbolByAddrA(PUVM pUVM, RTDBGAS hDbgAs, PCDBGFADDRESS pAddress, uint32_t fFlags, 1265 PRTDBGSYMBOL pSymbol, PRTDBGMOD phMod)
|
/vbox/src/VBox/Debugger/testcase/ |
H A D | tstDBGCStubs.cpp | 173 VMMR3DECL(int) DBGFR3AsSymbolByAddr(PUVM pUVM, RTDBGAS hDbgAs, PCDBGFADDRESS pAddress, uint32_t fFlags, PRTGCINTPTR poffDisplacement, PRTDBGSYMBOL pSymbol, PRTDBGMOD phMod) 177 VMMR3DECL(int) DBGFR3AsSymbolByName(PUVM pUVM, RTDBGAS hDbgAs, const char *pszSymbol, PRTDBGSYMBOL pSymbol, PRTDBGMOD phMod)
|
/vbox/include/VBox/vmm/ |
H A D | dbgf.h | 680 PRTGCINTPTR poffDisp, PRTDBGSYMBOL pSymbol, PRTDBGMOD phMod); 681 VMMR3DECL(PRTDBGSYMBOL) DBGFR3AsSymbolByAddrA(PUVM pUVM, RTDBGAS hDbgAs, PCDBGFADDRESS pAddress, uint32_t Flags, 683 VMMR3DECL(int) DBGFR3AsSymbolByName(PUVM pUVM, RTDBGAS hDbgAs, const char *pszSymbol, PRTDBGSYMBOL pSymbol, PRTDBGMOD phMod); 779 PRTDBGSYMBOL pSymPC; 796 PRTDBGSYMBOL pSymReturnPC;
|
/vbox/src/recompiler/ |
H A D | VBoxREMWrapper.cpp | 646 { REMPARMDESC_FLAGS_INT, sizeof(PRTDBGSYMBOL), NULL },
|
Completed in 114 milliseconds