HomeSort by relevance Sort by last modified time
    Searched refs:version_zero_function2 (Results 1 - 2 of 2) sorted by null

  /bionic/tests/libs/
versioned_uselib.cpp 22 int version_zero_function2() __attribute__((weak));
26 return version_zero_function2() + version_zero_function() + versioned_function();
30 int version_zero_function2() { function
  /bionic/tests/
dlfcn_test.cpp 1090 extern "C" int version_zero_function2() { function
    [all...]

Completed in 502 milliseconds