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

/vbox/src/VBox/Runtime/testcase/
H A DtstLdr-3.cpp44 static RTUINTPTR g_uLoadAddr; variable
121 int rc = RTLdrEnumSymbols(g_hLdrMod, RTLDR_ENUM_SYMBOL_FLAGS_ALL, g_pvBits, g_uLoadAddr, testEnumSymbol2, pNearSym);
131 if ( uAddress > RTLdrSize(g_hLdrMod) + g_uLoadAddr
132 || uAddress < g_uLoadAddr)
250 uint8_t *pbCode = (uint8_t *)g_pvBits + (NearSym.aSyms[0].Value - g_uLoadAddr);
292 g_uLoadAddr = (RTUINTPTR)RTStrToUInt64(argv[1]);
301 rc = RTLdrGetBits(g_hLdrMod, g_pvBits, g_uLoadAddr, testGetImport, &g_uLoadAddr);
314 uint64_t uMax = RTLdrSize(g_hLdrMod) + g_uLoadAddr;
315 for (uint64_t uCur = g_uLoadAddr
[all...]

Completed in 405 milliseconds