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

/vbox/src/VBox/Runtime/common/ldr/
H A DldrMemory.cpp263 RTDECL(int) RTLdrOpenInMemory(const char *pszName, uint32_t fFlags, RTLDRARCH enmArch, size_t cbImage, function
267 LogFlow(("RTLdrOpenInMemory: pszName=%p:{%s} fFlags=%#x enmArch=%d cbImage=%#zx pfnRead=%p pfnDtor=%p pvUser=%p phLdrMod=%p\n",
323 RT_EXPORT_SYMBOL(RTLdrOpenInMemory); variable
/vbox/include/iprt/
H A Dmangling.h701 # define RTLdrOpenInMemory RT_MANGLER(RTLdrOpenInMemory) macro

Completed in 76 milliseconds