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