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