Searched refs:uSymbol (Results 1 - 13 of 13) sorted by relevance

/vbox/src/VBox/Runtime/testcase/
H A DtstLdr-3.cpp58 unsigned uSymbol; member in struct:TESTNEARSYM::TESTSYM
69 * @param uSymbol Symbol ordinal, ~0 if not used.
73 static DECLCALLBACK(int) testEnumSymbol2(RTLDRMOD hLdrMod, const char *pszSymbol, unsigned uSymbol, RTUINTPTR Value, void *pvUser) argument
89 pSym->aSyms[0].uSymbol = uSymbol;
107 pSym->aSyms[1].uSymbol = uSymbol;
199 * @param pszSymbol Symbol name, NULL if uSymbol should be used.
200 * @param uSymbol Symbol ordinal, ~0 if pszSymbol should be used.
204 static DECLCALLBACK(int) testGetImport(RTLDRMOD hLdrMod, const char *pszModule, const char *pszSymbol, unsigned uSymbol, RTUINTPT argument
228 testEnumSymbol1(RTLDRMOD hLdrMod, const char *pszSymbol, unsigned uSymbol, RTUINTPTR Value, void *pvUser) argument
[all...]
H A DtstLdr-2.cpp68 * @param pszSymbol Symbol name, NULL if uSymbol should be used.
69 * @param uSymbol Symbol ordinal, ~0 if pszSymbol should be used.
73 static DECLCALLBACK(int) testGetImport(RTLDRMOD hLdrMod, const char *pszModule, const char *pszSymbol, unsigned uSymbol, RTUINTPTR *pValue, void *pvUser) argument
H A DtstLdr-4.cpp52 * @param pszSymbol Symbol name, NULL if uSymbol should be used.
53 * @param uSymbol Symbol ordinal, ~0 if pszSymbol should be used.
57 static DECLCALLBACK(int) testGetImport(RTLDRMOD hLdrMod, const char *pszModule, const char *pszSymbol, unsigned uSymbol, RTUINTPTR *pValue, void *pvUser) argument
H A DtstLdr.cpp57 * @param pszSymbol Symbol name, NULL if uSymbol should be used.
58 * @param uSymbol Symbol ordinal, ~0 if pszSymbol should be used.
62 static DECLCALLBACK(int) testGetImport(RTLDRMOD hLdrMod, const char *pszModule, const char *pszSymbol, unsigned uSymbol, RTUINTPTR *pValue, void *pvUser) argument
/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgmodexports.cpp59 static DECLCALLBACK(int) rtDbgModExportsAddSymbolCallback(RTLDRMOD hLdrMod, const char *pszSymbol, unsigned uSymbol, argument
69 Log(("Symbol #%05u %#018RTptr %s [%Rrc]\n", uSymbol, Value, pszSymbol, rc)); NOREF(rc);
72 Log(("Symbol #%05u %#018RTptr %s [SKIPPED - INVALID ADDRESS]\n", uSymbol, Value, pszSymbol));
H A Ddbgmoddwarf.cpp4420 static DECLCALLBACK(int) rtDwarfSyms_EnumSymbolsCallback(RTLDRMOD hLdrMod, const char *pszSymbol, unsigned uSymbol, argument
4438 Log(("Dwarf: Symbol #%05u %#018RTptr %s [%Rrc]\n", uSymbol, Value, pszSymbol, rc)); NOREF(rc);
4442 Log(("Dwarf: Symbol #%05u %#018RTptr '%s' [SKIPPED - INVALID ADDRESS]\n", uSymbol, Value, pszSymbol));
/vbox/src/VBox/HostDrivers/Support/
H A DSUPLibLdr.cpp99 static DECLCALLBACK(int) supLoadModuleResolveImport(RTLDRMOD hLdrMod, const char *pszModule, const char *pszSymbol, unsigned uSymbol, RTUINTPTR *pValue, void *pvUser);
141 * @param pszSymbol Symbol name, NULL if uSymbol should be used.
142 * @param uSymbol Symbol ordinal, ~0 if pszSymbol should be used.
147 const char *pszSymbol, unsigned uSymbol, RTUINTPTR *pValue, void *pvUser)
149 NOREF(hLdrMod); NOREF(pvUser); NOREF(uSymbol);
279 static DECLCALLBACK(int) supLoadModuleCalcSizeCB(RTLDRMOD hLdrMod, const char *pszSymbol, unsigned uSymbol, RTUINTPTR Value, void *pvUser) argument
289 NOREF(hLdrMod); NOREF(uSymbol);
307 static DECLCALLBACK(int) supLoadModuleCreateTabsCB(RTLDRMOD hLdrMod, const char *pszSymbol, unsigned uSymbol, RTUINTPTR Value, void *pvUser) argument
322 NOREF(hLdrMod); NOREF(uSymbol);
146 supLoadModuleResolveImport(RTLDRMOD hLdrMod, const char *pszModule, const char *pszSymbol, unsigned uSymbol, RTUINTPTR *pValue, void *pvUser) argument
H A DSUPLib.cpp145 static DECLCALLBACK(int) supLoadModuleResolveImport(RTLDRMOD hLdrMod, const char *pszModule, const char *pszSymbol, unsigned uSymbol, RTUINTPTR *pValue, void *pvUser);
/vbox/include/iprt/
H A Dldr.h581 * @param pszSymbol Symbol name, NULL if uSymbol should be used.
582 * @param uSymbol Symbol ordinal, ~0 if pszSymbol should be used.
586 typedef DECLCALLBACK(int) RTLDRIMPORT(RTLDRMOD hLdrMod, const char *pszModule, const char *pszSymbol, unsigned uSymbol,
629 * @param uSymbol Symbol ordinal, ~0 if not used.
633 typedef DECLCALLBACK(int) RTLDRENUMSYMS(RTLDRMOD hLdrMod, const char *pszSymbol, unsigned uSymbol, RTLDRADDR Value, void *pvUser);
/vbox/src/VBox/VMM/VMMR3/
H A DPDMLdr.cpp66 static DECLCALLBACK(int) pdmR3GetImportRC(RTLDRMOD hLdrMod, const char *pszModule, const char *pszSymbol, unsigned uSymbol, RTUINTPTR *pValue, void *pvUser);
327 * @param pszSymbol Symbol name, NULL if uSymbol should be used.
328 * @param uSymbol Symbol ordinal, ~0 if pszSymbol should be used.
332 static DECLCALLBACK(int) pdmR3GetImportRC(RTLDRMOD hLdrMod, const char *pszModule, const char *pszSymbol, unsigned uSymbol, argument
337 NOREF(hLdrMod); NOREF(uSymbol);
1201 * @param uSymbol Symbol ordinal, ~0 if not used.
1205 static DECLCALLBACK(int) pdmR3QueryModFromEIPEnumSymbols(RTLDRMOD hLdrMod, const char *pszSymbol, unsigned uSymbol, argument
1225 RTStrPrintf(szOrd, sizeof(szOrd), "#%#x", uSymbol);
1244 RTStrPrintf(szOrd, sizeof(szOrd), "#%#x", uSymbol);
/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPHardenedVerifyProcess-win.cpp603 static DECLCALLBACK(int) supHardNtVpGetImport(RTLDRMOD hLdrMod, const char *pszModule, const char *pszSymbol, unsigned uSymbol, argument
606 /*SUP_DPRINTF(("supHardNtVpGetImport: %s / %#x / %s.\n", pszModule, uSymbol, pszSymbol));*/
614 pImage->uImageBase, uSymbol, pszSymbol, pValue);
630 pImage->uImageBase, uSymbol, pszSymbol, pValue);
649 uSymbol, pszSymbol, pInfo, cbInfo);
668 pInfo->szModule, pInfo->iOrdinal, pInfo->pszSymbol, pszModule, uSymbol, pszSymbol, rc));
672 uSymbol, pszSymbol, pszModule, rc));
676 uSymbol, pszSymbol, pszModule, rc));
/vbox/src/VBox/Runtime/common/ldr/
H A DldrELFRelocatable.cpp.h1290 unsigned uSymbol, PRTLDRADDR pValue, void *pvUser)
1289 GetImportStubCallback(RTLDRMOD hLdrMod, const char *pszModule, const char *pszSymbol, unsigned uSymbol, PRTLDRADDR pValue, void *pvUser) argument
/vbox/src/recompiler/
H A DVBoxREMWrapper.cpp1962 * @param pszSymbol Symbol name, NULL if uSymbol should be used.
1963 * @param uSymbol Symbol ordinal, ~0 if pszSymbol should be used.
1967 static DECLCALLBACK(int) remGetImport(RTLDRMOD hLdrMod, const char *pszModule, const char *pszSymbol, unsigned uSymbol, RTUINTPTR *pValue, void *pvUser) argument

Completed in 148 milliseconds