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

  /bionic/tests/libs/
dlopen_testlib_simple.cpp 22 extern "C" bool dlopen_testlib_simple_func() { function
  /bionic/tests/
dlfcn_test.cpp 563 void* sym = dlsym(RTLD_DEFAULT, "dlopen_testlib_simple_func");
568 sym = dlsym(RTLD_DEFAULT, "dlopen_testlib_simple_func");
570 ASSERT_SUBSTR("undefined symbol: dlopen_testlib_simple_func", dlerror());
571 sym = dlsym(handle, "dlopen_testlib_simple_func");
578 sym = dlsym(RTLD_DEFAULT, "dlopen_testlib_simple_func");
580 ASSERT_SUBSTR("undefined symbol: dlopen_testlib_simple_func", dlerror());
581 sym = dlsym(handle, "dlopen_testlib_simple_func");
588 void* sym = dlsym(RTLD_DEFAULT, "dlopen_testlib_simple_func");
593 sym = dlsym(RTLD_DEFAULT, "dlopen_testlib_simple_func");
599 void* sym_after_dlclose = dlsym(RTLD_DEFAULT, "dlopen_testlib_simple_func");
    [all...]

Completed in 566 milliseconds