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

/vbox/src/VBox/Runtime/common/ldr/
H A DldrEx.cpp227 RTDECL(int) RTLdrGetBits(RTLDRMOD hLdrMod, void *pvBits, RTLDRADDR BaseAddress, PFNRTLDRIMPORT pfnGetImport, void *pvUser) function
229 LogFlow(("RTLdrGetBits: hLdrMod=%RTldrm pvBits=%p BaseAddress=%RTptr pfnGetImport=%p pvUser=%p\n",
245 LogFlow(("RTLdrGetBits: returns %Rrc\n",rc));
248 RT_EXPORT_SYMBOL(RTLdrGetBits); variable
258 * Must have been passed to RTLdrGetBits().
374 * Set this to NULL if no RTLdrGetBits() processed image bits are available.
/vbox/include/iprt/
H A Dmangling.h683 # define RTLdrGetBits RT_MANGLER(RTLdrGetBits) macro

Completed in 66 milliseconds