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

/vbox/src/VBox/Runtime/testcase/
H A DtstLdr-2.cpp123 RTUINTPTR Addr2 = 0xd0000000; local
124 rc = RTLdrRelocate(hLdrMod, pvBits, Addr2, Addr, testGetImport, NULL);
127 if (MyDisBlock((uint8_t *)pvBits + off, Addr2 - (uintptr_t)pvBits))
134 pszFilename, Addr2, Addr, rc);

Completed in 57 milliseconds