Searched refs:libdl (Results 1 – 7 of 7) sorted by relevance
/ndk/sources/android/support/src/ |
D | libdl_support.c | 50 void *libdl = dlopen("libdl.so", RTLD_NOW); in my_dladdr() local 53 if (libdl) { in my_dladdr() 57 p_dladdr = (dladdr_func_t)dlsym(libdl, "dladdr"); in my_dladdr() 70 void *libdl = dlopen("libc.so", RTLD_NOW); in main() local 71 void *h = dlsym(libdl, "printf"); in main()
|
/ndk/sources/android/support/tests/ |
D | libdl_unittest.cc | 14 TEST(libdl, my_dladdr) { in TEST() argument 15 void *h, *libdl = dlopen("libc.so", RTLD_NOW); in TEST() local 16 EXPECT_NE(0, libdl); in TEST() 17 h = dlsym(libdl, "printf"); in TEST()
|
/ndk/build/tools/ |
D | dev-platform-import.sh | 355 copy_system_shared_library libdl
|
D | dev-system-import.sh | 535 copy_system_shared_library libdl
|
/ndk/sources/android/crazy_linker/ |
D | README.TXT | 62 libdl.so will continue to work. However, calls to dlopen(), dlsym(),
|
/ndk/docs/text/ |
D | STABLE-APIS.text | 135 against /system/lib/libdl.so with:
|
D | CHANGES.text | 2585 (libdl.so). It is actually supported by all API levels.
|