Home
last modified time | relevance | path

Searched refs:dlopen (Results 1 – 25 of 27) sorted by relevance

12

/bionic/tests/
Ddlfcn_test.cpp90 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 …]
Delftls_dl_test.cpp52 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 …]
Dcfi_test.cpp41 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()
Dpthread_dlfcn_test.cpp43 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()
Ddlext_test.cpp73 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 …]
Ddlfcn_symlink_support.cpp57 void* handle = dlopen(source_file_name, RTLD_NOW); in create_dlfcn_test_symlink()
Datexit_test.cpp32 void* handle = dlopen("libtest_atexit.so", RTLD_NOW); in TEST()
Dutils.h58 return (dlopen("libc.so", 0) != nullptr); in have_dl()
/bionic/tests/libs/
Ddlopen_testlib_dlopen_from_ctor.cpp20 void* handle = dlopen("libc.so", RTLD_NOW); in call_dlopen_from_ctor()
Delftls_dlopen_ie_error_helper.cpp38 void* lib = dlopen("libtest_elftls_shared_var_ie.so", RTLD_LOCAL | RTLD_NOW); in main()
Ddlopen_b.cpp10 void *handle = dlopen("libtest_dt_runpath_x.so", RTLD_NOW); in dlopen_b()
Dcfi_test_helper2.cpp25 handle = dlopen("libcfi-test.so", RTLD_NOW | RTLD_NOLOAD); in main()
Dld_config_test_helper.cpp40 void* handle = dlopen(vdso_name, RTLD_NOW); in main()
Dnamespaces_root.cpp54 void* handle = dlopen("libnstest_dlopened.so", RTLD_NOW | RTLD_GLOBAL); in ns_get_dlopened_string()
DAndroid.bp269 // 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/
Dlibdl_static.cpp21 void* dlopen(const char* /*filename*/, int /*flag*/) { in dlopen() function
Dlibdl.map.txt25 dlopen;
Dlibdl.cpp82 void* dlopen(const char* filename, int flag) { in dlopen() function
/bionic/tests/headers/posix/
Ddlfcn_h.c41 FUNCTION(dlopen, void* (*f)(const char*, int)); in dlfcn_h()
/bionic/libc/bionic/
Dicu.cpp42 g_libicuuc_handle = dlopen("libandroidicu.so", RTLD_LOCAL); in __find_icu()
DNetdClient.cpp48 void* netdClientHandle = dlopen("libnetd_client.so", RTLD_NOW); in netdClientInitImpl()
Dmalloc_common_dynamic.cpp317 impl_handle = dlopen(shared_lib, RTLD_NOW | RTLD_LOCAL); in LoadSharedLibrary()
/bionic/libc/include/
Ddlfcn.h48 void* dlopen(const char* __filename, int __flag);
/bionic/
Dandroid-changes-for-ndk-developers.md38 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/
Delf-tls.md25 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 …]

12