1 #include "dlopen_004.h" 2 Dlopen004()3void Dlopen004() 4 { 5 Dlopen0041(); 6 } 7 DlopenTestImpl004()8__attribute__((weak)) int DlopenTestImpl004() 9 { 10 return 0; 11 } 12 DlopenTest004()13int DlopenTest004() 14 { 15 return DlopenTestImpl004(); 16 }