/bionic/tests/ |
D | dlfcn_test.cpp | 90 void* self = dlopen(nullptr, RTLD_NOW); in TEST() 107 void* handle = dlopen("libtest_dlsym_from_this.so", RTLD_LAZY | RTLD_LOCAL); in TEST() 144 void* preload = dlopen("libtest_dlsym_from_this_grandchild.so", RTLD_NOW | RTLD_LOCAL); in TEST() 147 void* handle = dlopen("libtest_dlsym_from_this.so", RTLD_NOW | RTLD_LOCAL); in TEST() 187 void* handle = dlopen("libtest_empty.so", RTLD_NOW); in TEST() 188 dlopen("libtest_with_dependency.so", RTLD_NOW | RTLD_GLOBAL); in TEST() 201 void* handle = dlopen("libtest_dlsym_from_this.so", RTLD_NOW); in TEST() 210 void* handle = dlopen("libtest_with_dependency.so", RTLD_NOW); in TEST() 223 void* handle = dlopen("libtest_simple.so", RTLD_NOW | RTLD_NOLOAD); in TEST() 225 handle = dlopen("libtest_simple.so", RTLD_NOW); in TEST() [all …]
|
D | elftls_dl_test.cpp | 52 void* lib = dlopen("libtest_elftls_shared_var_ie.so", RTLD_LOCAL | RTLD_NOW); in TEST() 90 void* lib = dlopen("libtest_elftls_dynamic.so", RTLD_LOCAL | RTLD_NOW); in TEST() 106 void* lib = dlopen("libtest_elftls_dynamic.so", RTLD_LOCAL | RTLD_NOW); in TEST() 138 void* lib = dlopen("libtest_elftls_dynamic.so", RTLD_LOCAL | RTLD_NOW); in TEST() 156 auto lib = dlopen(soname, RTLD_LOCAL | RTLD_NOW); \ in TEST() 226 void* lib = dlopen("libtest_elftls_dynamic.so", RTLD_LOCAL | RTLD_NOW); in TEST() 252 void* lib = dlopen("libtest_elftls_dynamic.so", RTLD_LOCAL | RTLD_NOW); in TEST() 276 void* lib = dlopen("libtest_elftls_shared_var.so", RTLD_LOCAL | RTLD_NOW); in TEST() 291 void* lib = dlopen("libtest_elftls_dynamic.so", RTLD_LOCAL | RTLD_NOW); in TEST() 313 void* lib = dlopen("libtest_elftls_dynamic.so", RTLD_LOCAL | RTLD_NOW); in TEST() [all …]
|
D | cfi_test.cpp | 41 handle = dlopen("libcfi-test.so", RTLD_NOW | RTLD_LOCAL); in TEST() 105 void* handle2 = dlopen("libcfi-test.so", RTLD_NOW | RTLD_LOCAL); in TEST() 127 handle = dlopen("libcfi-test-bad.so", RTLD_NOW | RTLD_LOCAL); in TEST() 130 handle = dlopen("libcfi-test-bad.so", RTLD_NOW | RTLD_LOCAL); in TEST()
|
D | pthread_dlfcn_test.cpp | 43 static void AtForkChild() { dlclose(g_atfork_test_handle); g_atfork_test_handle = dlopen("libtest_p… in AtForkChild() 48 void* handle = dlopen("libtest_pthread_atfork.so", RTLD_NOW | RTLD_LOCAL); in TEST() 93 g_atfork_test_handle = dlopen("libtest_pthread_atfork.so", RTLD_NOW | RTLD_LOCAL); in TEST()
|
D | dlext_test.cpp | 73 void* h = dlopen(kLibName, RTLD_NOW | RTLD_NOLOAD); in SetUp() 75 h = dlopen(kLibNameNoRelro, RTLD_NOW | RTLD_NOLOAD); in SetUp() 203 void* handle = dlopen("libdlext_test.so", RTLD_NOW); in TEST() 221 void* handle = dlopen(symlink_name.c_str(), RTLD_NOW); in TEST() 240 ASSERT_TRUE(dlopen(nullptr, RTLD_NOW) != nullptr); in TEST() 247 void* handle = dlopen((lib_path + "!/libdir/libatest_simple_zip.so").c_str(), RTLD_NOW); in TEST() 261 void* handle = dlopen((lib_path + "!/libdir/libtest_dt_runpath_d_zip.so").c_str(), RTLD_NOW); in TEST() 286 void* handle = dlopen("libdlext_test_zip.so", RTLD_NOW); in TEST() 291 handle = dlopen("libdlext_test_zip.so", RTLD_NOW); in TEST() 649 handle = dlopen(lib, RTLD_NOW); in SpawnChildrenAndMeasurePss() [all …]
|
D | dlfcn_symlink_support.cpp | 57 void* handle = dlopen(source_file_name, RTLD_NOW); in create_dlfcn_test_symlink()
|
D | atexit_test.cpp | 32 void* handle = dlopen("libtest_atexit.so", RTLD_NOW); in TEST()
|
D | utils.h | 58 return (dlopen("libc.so", 0) != nullptr); in have_dl()
|
/bionic/tests/libs/ |
D | dlopen_testlib_dlopen_from_ctor.cpp | 20 void* handle = dlopen("libc.so", RTLD_NOW); in call_dlopen_from_ctor()
|
D | elftls_dlopen_ie_error_helper.cpp | 38 void* lib = dlopen("libtest_elftls_shared_var_ie.so", RTLD_LOCAL | RTLD_NOW); in main()
|
D | dlopen_b.cpp | 10 void *handle = dlopen("libtest_dt_runpath_x.so", RTLD_NOW); in dlopen_b()
|
D | cfi_test_helper2.cpp | 25 handle = dlopen("libcfi-test.so", RTLD_NOW | RTLD_NOLOAD); in main()
|
D | ld_config_test_helper.cpp | 40 void* handle = dlopen(vdso_name, RTLD_NOW); in main()
|
D | namespaces_root.cpp | 54 void* handle = dlopen("libnstest_dlopened.so", RTLD_NOW | RTLD_GLOBAL); in ns_get_dlopened_string()
|
D | Android.bp | 269 // 3. Check that namespace sticks on dlopen 698 // Library with constructor that calls dlopen() b/7941716 743 // Library that depends on the library with constructor that calls dlopen() b/7941716
|
/bionic/libdl/ |
D | libdl_static.cpp | 21 void* dlopen(const char* /*filename*/, int /*flag*/) { in dlopen() function
|
D | libdl.map.txt | 25 dlopen;
|
D | libdl.cpp | 82 void* dlopen(const char* filename, int flag) { in dlopen() function
|
/bionic/tests/headers/posix/ |
D | dlfcn_h.c | 41 FUNCTION(dlopen, void* (*f)(const char*, int)); in dlfcn_h()
|
/bionic/libc/bionic/ |
D | icu.cpp | 42 g_libicuuc_handle = dlopen("libandroidicu.so", RTLD_LOCAL); in __find_icu()
|
D | NetdClient.cpp | 48 void* netdClientHandle = dlopen("libnetd_client.so", RTLD_NOW); in netdClientInitImpl()
|
D | malloc_common_dynamic.cpp | 317 impl_handle = dlopen(shared_lib, RTLD_NOW | RTLD_LOCAL); in LoadSharedLibrary()
|
/bionic/libc/include/ |
D | dlfcn.h | 48 void* dlopen(const char* __filename, int __flag);
|
/bionic/ |
D | android-changes-for-ndk-developers.md | 38 had to call `dlopen` or `System.loadLibrary` on all transitive 71 The dlopen(3) RTLD_LOCAL flag used to be ignored but is implemented 73 so even calls to dlopen(3) that didn’t explicitly use RTLD_LOCAL will 76 to dlopen(3) (as opposed to being referenced by DT_NEEDED entries). 95 `dlopen("/this/directory/does/not/exist/libc.so", RTLD_NOW)` would 129 Note that in API level 23 and above dlopen(3) will open a library from 130 any zip file, not just your APK. Just give dlopen(3) a path of the form 142 System.loadLibrary, DT_NEEDED entries, and direct calls to dlopen(3) 369 dlopen failed: "/data/data/com.example.bad/lib.so" has unsupported e_shentsize: 0x0 (expected 0x28) 376 ## Enable logging of dlopen/dlsym and library loading errors for apps (Available in Android O) [all …]
|
/bionic/docs/ |
D | elf-tls.md | 25 few instructions. TLS variables belonging to dlopen'ed shared objects, on the other hand, may be 116 musl, on the other, preallocates TLS memory in `pthread_create` and in `dlopen`, and each can report 211 objects using static TLS can't be loaded with `dlopen` unless libc has reserved enough surplus 214 use it, which can break `dlopen` if the surplus area is exhausted. See: 216 * web search: [`"dlopen: cannot load any more object with static TLS"`][glibc-static-tls-error] 221 `dlopen` can initialize the new static TLS memory in all existing threads. A thread list could be 228 [glibc-static-tls-error]: https://www.google.com/search?q=%22dlopen:+cannot+load+any+more+object+wi… 272 To support modules loaded with `dlopen`, the loader must use a resolver function that calls 522 The DTV and blocks for dlopen'ed modules are instead allocated using the Bionic loader's 553 The prototype lazily allocates TLS memory for dlopen'ed modules (see `__tls_get_addr`), and an [all …]
|