1 #include "dlopen_relocation.h" 2 #include "dlopen_relocation_1.h" 3 RelocationTest(void)4int RelocationTest(void) 5 { 6 RelocationTestOrder01(); 7 return RelocationTestOrder(); 8 } 9 RelocationMainProcessTest()10int RelocationMainProcessTest() 11 { 12 return RelocationMainProcessTestImpl(); 13 } 14