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

/vbox/include/iprt/
H A Ddbg.h968 RTDECL(int) RTDbgModCreateFromMachOImage(PRTDBGMOD phDbgMod, const char *pszFilename, const char *pszName,
H A Dmangling.h430 # define RTDbgModCreateFromMachOImage RT_MANGLER(RTDbgModCreateFromMachOImage) macro
/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgmod.cpp1365 RTDECL(int) RTDbgModCreateFromMachOImage(PRTDBGMOD phDbgMod, const char *pszFilename, const char *pszName, function
1471 RT_EXPORT_SYMBOL(RTDbgModCreateFromMachOImage);
/vbox/src/VBox/Debugger/
H A DDBGPlugInDarwin.cpp560 rc = RTDbgModCreateFromMachOImage(&hMod, pszName, NULL, f64Bit ? RTLDRARCH_AMD64 : RTLDRARCH_X86_32, 0 /*cbImage*/,

Completed in 396 milliseconds