aboutsummaryrefslogtreecommitdiff
path: root/linker/linker.cpp
AgeCommit message (Expand)Author
2021-01-22Ensure same order of global group members in all NS'sRyan Prichard
2021-01-13Delay setting linker soname until post-reloc and post-ctorRyan Prichard
2021-01-11Store soname as a std::string.Elliott Hughes
2020-11-06linker: add ld.config.txt parse time to systrace.Elliott Hughes
2020-09-23Enable BTI in bionic linkerTamas Petz
2020-08-03Rename linker greylist to exempt-listRyan Prichard
2020-08-02Merge "linker: Cleanup for Android's inclusive language guidance"Treehugger Robot
2020-07-31linker: Cleanup for Android's inclusive language guidanceLuke Huang
2020-07-30Remove debug.ld.greylist_disabled propertyRyan Prichard
2020-07-21Changes for #inclusivefixit.Elliott Hughes
2020-07-16Pagetable-friendly shared library address randomization.Evgenii Stepanov
2020-07-06Merge "Revert "Add randomized padding around shared library mappings.""Evgenii Stepanov
2020-07-06Revert "Add randomized padding around shared library mappings."Evgenii Stepanov
2020-06-30Disable warning message for missing linker config in some casesKiyoung Kim
2020-06-17Add randomized padding around shared library mappings.Evgenii Stepanov
2020-05-15Allow native_bridge linker to use different APEX from native oneVictor Khimenko
2020-05-07Move libicuuc.so into com.android.i18n module.Victor Chang
2020-03-27Fix bootstrap linker library searchingRyan Prichard
2020-03-27Remove dangling soinfo* from elf_readers_map_Ryan Prichard
2020-03-27Fix DL_WARN_documented_change URLRyan Prichard
2020-03-27remove search_linked_namespaces paramRyan Prichard
2020-03-27Refactor linker lookup code a bitRyan Prichard
2020-03-17Update linkerconfig missing message to warningKiyoung Kim
2020-02-18Merge "Deprecate sys.linker.use_generated_config property"Kiyoung Kim
2020-02-15Deprecate sys.linker.use_generated_config propertyKiyoung Kim
2020-02-13Remove unused mips/mips64 code from the linker.Elliott Hughes
2020-02-12Adjust the documentation of `get_ld_config_file_apex_path`.Roland Levillain
2020-02-07Merge "Use generated linker config for APEX binaries"Kiyoung Kim
2020-02-03Use generated linker config for APEX binariesKiyoung Kim
2020-01-31Rename dlsym_handle_lookup:6 to dlsym_handle_lookup_implRyan Prichard
2020-01-24Modernize SHT_RELR support.Elliott Hughes
2020-01-13Optimize GNU hash linking for large inputsRyan Prichard
2020-01-10Merge changes I578d36a1,Id17508ab,I385f312bRyan Prichard
2020-01-07Merge "Do not add duplicate soinfos to g_default_namespace"Ryan Prichard
2020-01-06Validate defined versions in prelink_imageRyan Prichard
2020-01-02Prelink each library only onceRyan Prichard
2019-12-27Do not add duplicate soinfos to g_default_namespaceNIEJuhu
2019-12-20Stop using the __ANDROID_API_x__ constants.Elliott Hughes
2019-12-17Do not DL_WARN when failed to find generated linker configKiyoung Kim
2019-12-16Prefer arch-specific linker config when availableEvgeny Eltsin
2019-12-13Enable linker configuration from generator by defaultKiyoung Kim
2019-12-05Move linker config under /linkerconfigKiyoung Kim
2019-11-09Merge "linker: add more context to link failure error."Treehugger Robot
2019-11-05linker: add more context to link failure error.Josh Gao
2019-11-05Use ifuncs in the linkerRyan Prichard
2019-10-30Merge "linker: remove COUNT_PAGES"Ryan Prichard
2019-10-29Merge "Revert "Load /dev/linker/ld.config.txt by default""Treehugger Robot
2019-10-29Revert "Load /dev/linker/ld.config.txt by default"Roland Levillain
2019-10-28Adopt GNU calling convention for ifunc resolvers.Peter Collingbourne
2019-10-25linker: remove COUNT_PAGESRyan Prichard