Searched refs:dlfcn (Results 1 – 6 of 6) sorted by relevance
/aosp12/bionic/tests/ |
H A D | dlfcn_test.cpp | 81 TEST(dlfcn, ctor_function_call) { in TEST() argument 106 TEST(dlfcn, dlsym_from_sofile) { in TEST() argument 222 TEST(dlfcn, dlopen_noload) { in TEST() argument 260 TEST(dlfcn, dlopen_vdso) { in TEST() argument 276 TEST(dlfcn, ifunc_variable) { in TEST() argument 310 TEST(dlfcn, ifunc) { in TEST() argument 339 TEST(dlfcn, ifunc_ctor_call) { in TEST() argument 996 TEST(dlfcn, dladdr_libc) { in TEST() argument 1261 TEST(dlfcn, dlvsym_smoke) { in TEST() argument 1520 TEST(dlfcn, RTLD_macros) { in TEST() argument [all …]
|
H A D | dlext_test.cpp | 234 TEST(dlfcn, dlopen_from_nullptr_android_api_level_28) { in TEST() argument 241 TEST(dlfcn, dlopen_system_libicuuc_android_api_level_28) { in TEST() argument 247 TEST(dlfcn, dlopen_system_libicuuc_android_api_level_29) { in TEST() argument 253 TEST(dlfcn, dlopen_system_libicuuc_android_api_level_current) { in TEST() argument 258 TEST(dlfcn, dlopen_from_zip_absolute_path) { in TEST() argument 272 TEST(dlfcn, dlopen_from_zip_with_dt_runpath) { in TEST() argument 291 TEST(dlfcn, dlopen_from_zip_ld_library_path) { in TEST() argument
|
/aosp12/bionic/tests/libs/ |
H A D | Android.bp | 234 // Library used by dlfcn tests 298 // Library used by dlfcn nodelete tests 307 // Library used by dlfcn nodelete tests 316 // Library used by dlfcn nodelete tests 650 // Libraries used by dlfcn tests to verify local group ref_counting 682 // Libraries used by dlfcn tests to verify correct load order: 758 // Libraries used by dlfcn tests to verify correct relocation order: 902 // Libraries used by dlfcn tests to verify correct relocation order: 1031 // Library with dependency loop used by dlfcn tests 1115 // Library with dependency used by dlfcn tests
|
/aosp12/frameworks/compile/mclinker/include/mcld/Config/ |
H A D | Config.h.in | 19 /* Define to 1 if you have the <dlfcn.h> header file. */
|
H A D | Config.h.cmake | 96 /* Define to 1 if you have the <dlfcn.h> header file. */
|
/aosp12/bionic/linker/ |
H A D | Android.bp | 177 "dlfcn.cpp",
|