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

/vbox/src/VBox/Runtime/testcase/
H A DtstLdrObj.cpp57 extern "C" DECLEXPORT(int) Entrypoint(void) function
65 memcpy(achBss, (void *)(uintptr_t)&Entrypoint, 32);
H A DtstLdrObjR0.cpp57 extern "C" DECLEXPORT(int) Entrypoint(void) function
61 memcpy(achBss, (void *)(uintptr_t)&Entrypoint, 32);

Completed in 50 milliseconds