Searched refs:libdl (Results 1 – 11 of 11) sorted by relevance
/bionic/libdl/ |
D | Android.bp | 2 // libdl 10 "libdl.cpp", 33 name: "libdl", 39 // NOTE: --exclude-libs=libgcc.a makes sure that any symbols libdl.so pulls from 40 // libgcc.a are made static to libdl.so. This in turn ensures that libraries that 41 // a) pull symbols from libgcc.a and b) depend on libdl.so will not rely on libdl.so 60 version_script: ":libdl.arm.map", 65 version_script: ":libdl.arm64.map", 73 version_script: ":libdl.x86.map", 77 version_script: ":libdl.x86_64.map", [all …]
|
/bionic/tests/ |
D | libdl_test.cpp | 23 TEST(libdl, application_sdk_versions_smoke) { in TEST() argument
|
D | Android.bp | 478 "libdl", 698 "libdl",
|
/bionic/tools/ |
D | update_version_scripts.sh | 6 git diff --exit-code HEAD libc/*.map libdl/*.map libm/*.map linker/*.map
|
D | update_notice.sh | 4 ./libc/tools/generate-NOTICE.py libc libdl libm linker libstdc++ > libc/NOTICE
|
/bionic/linker/ |
D | linker_cfi.cpp | 197 soinfo* libdl = find_libdl(solist); in NotifyLibDl() local 198 if (libdl == nullptr) { in NotifyLibDl() 203 uintptr_t cfi_init = soinfo_find_symbol(libdl, "__cfi_init"); in NotifyLibDl()
|
D | ld.config.format.md | 81 namespace.ns.link.default.shared_libs = libc.so:libdl.so:libm.so:libstdc++.so
|
D | Android.bp | 206 // when stl is not set to "none" build system adds libdl
|
/bionic/ |
D | README.md | 26 #### libdl/ --- libdl.so
|
D | android-changes-for-ndk-developers.md | 176 0x00000001 (NEEDED) Shared library: [libdl.so] 293 0x00000001 (NEEDED) Shared library: [libdl.so]
|
/bionic/libc/ |
D | Android.bp | 1565 // WARNING: The only libraries libc.so should depend on are libdl.so and ld-android.so! 1575 "libdl",
|