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