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