Searched refs:DisasmTest1 (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Runtime/testcase/
H A DtstLdrDisasmTest.cpp110 extern "C" DECLEXPORT(int) DisasmTest1(void) function
116 MY_PRINTF(("DisasmTest1: %p\n", &DisasmTest1));
H A DtstLdr-4.cpp43 extern "C" DECLEXPORT(int) DisasmTest1(void);
179 UINT32_MAX, "DisasmTest1", &Value);
185 RTPrintf("tstLdr-4: Failed to get symbol \"DisasmTest1\" from load #%d: %Rrc\n", i, rc);
234 int rc = DisasmTest1();
237 RTPrintf("tstLdr-4: FATAL ERROR - DisasmTest1 is buggy: rc=%#x\n", rc);

Completed in 57 milliseconds