aboutsummaryrefslogtreecommitdiffstats
path: root/libdl
Commit message (Expand)AuthorAgeFilesLines
* Exclude libgcc_stripped wherever libgcc is excludedYi Kong2019-05-071-0/+2
* Load libc_malloc_* libraries from the runtime APEXJiyong Park2019-04-061-0/+1
* Fix CtsJniTestCasesdimitry2019-03-292-0/+9
* Move platform-private symbols out of libdl.sodimitry2019-03-205-97/+226
* Don't install *.mountpoint targetsJiyong Park2019-03-141-1/+0
* Clarify reason for native_coverage being off for libdlPirama Arumuga Nainar2019-02-151-0/+2
* Disable native_coverage for libdlPirama Arumuga Nainar2019-02-071-0/+1
* Add bionic mount points under /bionicJiyong Park2019-01-311-0/+1
* Add stubs variants for bionic libsJiyong Park2019-01-042-8/+17
* Generate the per-arch .map files at build time.Elliott Hughes2018-12-177-341/+36
* Prevent dependency cycle due to system_shared_libs expansionDan Willemsen2018-12-031-0/+1
* Make android_get_application_target_sdk_version available to the NDK.Elliott Hughes2018-11-157-7/+7
* Move API levels from `uint32_t` to `int`.Elliott Hughes2018-11-131-4/+4
* Allow host bionic to use libdl_staticDan Willemsen2018-10-111-0/+1
* Exclude libclang_rt.builtins symbolsYi Kong2018-10-031-1/+7
* Work around b/24465209, do not pack relocation table.Chih-Hung Hsieh2018-05-231-2/+2
* Work around b/24465209, do not use clang lldChih-Hung Hsieh2018-05-231-0/+2
* Mark as recovery_available: trueJiyong Park2018-05-141-0/+2
* Merge "Support getting/setting API level in static binaries."Elliott Hughes2018-04-042-19/+11
|\
| * Support getting/setting API level in static binaries.Elliott Hughes2018-04-032-19/+11
* | Break libdl.so and ld-android.so's dependency on libc.so.Ryan Prichard2018-03-302-6/+13
|/
* Run bpfmt manually.Elliott Hughes2018-02-051-3/+6
* Test ld-android.so directlydimitry2018-01-298-46/+0
* linker: Allow link namespaces without name filtersLogan Chien2018-01-258-0/+46
* Package bionic static libraries in the NDK.Dan Albert2018-01-221-0/+1
* Fixing app compat issue b/72143978Ian Pedowitz2018-01-181-6/+5
* Remove obsolete workaround.Elliott Hughes2018-01-101-5/+6
* Move ld-android.so build under linker/dimitry2018-01-092-47/+0
* libdl.cpp doesn't need <stdbool.h> like libdl.c did.Elliott Hughes2017-10-191-1/+0
* Rename libdl.c to libdl.cpp.Josh Gao2017-10-162-2/+6
* Make libdl symbols weak.dimitry2017-10-052-4/+41
* Don't repeat ourselves unnecessarily in the maps.Elliott Hughes2017-10-027-21/+21
* Fix API level of cfi_* symbols to 27Jiyong Park2017-10-027-28/+28
* [cfi] Fix __cfi_check address calculation.Evgenii Stepanov2017-09-151-1/+4
* Restore dummy libdl.a implementationdimitry2017-08-302-1/+63
* [cfi] Export __cfi_shadow_size.Evgenii Stepanov2017-08-038-0/+12
* __cfi_slowpath[_diag] are available to NDK and VNDK clientsJiyong Park2017-07-137-21/+49
* Merge "linker: add android_get_exported_namespace"Treehugger Robot2017-05-028-0/+14
|\
| * linker: add android_get_exported_namespaceJiyong Park2017-04-288-0/+14
* | Make dl_iterate_phdr weak in libdl.Dan Albert2017-04-251-0/+5
|/
* Remove .(ll)ndk suffix from (ll)ndk_libraryDan Willemsen2017-04-111-2/+2
* Add LLNDK stub libraries for the VNDKDan Willemsen2017-04-051-0/+5
* Enable ld-android on linux_bionic buildsDan Willemsen2017-03-151-0/+1
* Replace public library list with shared lib sonames (part 2/2)Dimitry Ivanov2017-02-098-12/+31
* Fix CFI initialization crash on x86.Evgenii Stepanov2017-02-021-1/+3
* Revert "Fix CFI initialization crash on x86."Evgenii Stepanov2017-01-311-3/+1
* Fix CFI initialization crash on x86.Evgenii Stepanov2017-01-311-1/+3
* Revert "Fix CFI initialization crash on x86."Alex Cheung2017-01-311-3/+1
* Fix CFI initialization crash on x86.Evgenii Stepanov2017-01-301-1/+3
* Runtime support for CFIEvgenii Stepanov2017-01-189-1/+102