- ac818e2 linker: make it less unclear that all the workarounds are ILP32-only. by Elliott Hughes · 7 months ago
- 1cbf193 Merge "Add API to set page size compat mode" into main by Pawan Wagh · 10 months ago
- 8e5de06 Add API to set page size compat mode by Pawan Wagh · 11 months ago
- 4edc20d Re-land^2 linker support for MTE globals by Florian Mayer · 10 months ago
- 8eceeea Revert "Re-land linker support for MTE globals" by Daniel Chapin · 11 months ago
- 2e6e409 Re-land linker support for MTE globals by Mitch Phillips · 1 year, 1 month ago
- 6bbb75a Revert "Linker support for MTE globals." by Evgenii Stepanov · 1 year, 9 months ago
- e8139f5 Linker support for MTE globals. by Mitch Phillips · 2 years, 10 months ago
- 9a027c7 Hold the loader mutex in linker_main once constructors are running by Ryan Prichard · 2 years, 2 months ago
- a493fe4 Add the recoverable GWP-ASan feature. by Mitch Phillips · 2 years, 8 months ago
- bb1e373 Delay setting linker soname until post-reloc and post-ctor by Ryan Prichard · 4 years, 8 months ago
- f9dd1a7 Store soname as a std::string. by Elliott Hughes · 4 years, 8 months ago
- 172611f __loader_cfi_fail: acquire g_dl_mutex by Ryan Prichard · 5 years ago
- c2a9379 android_get_exported_namespace: acquire g_dl_mutex by Ryan Prichard · 5 years ago
- d9a4115 Cleanup linker unwinder integration by Ryan Prichard · 6 years ago
- cf9ed12 Use PT_INTERP as the linker's l_name path by Ryan Prichard · 6 years ago
- 34583c1 Move dlerror out of a TLS slot and into a pthread_internal_t member. by Elliott Hughes · 7 years ago
- abf736a Expose libc_shared_globals to libc.so with symbol by Ryan Prichard · 7 years ago
- ff1428a Move API levels from `uint32_t` to `int`. by Elliott Hughes · 7 years ago
- 0489645 Fix linker's _r_debug (gdb) info by Ryan Prichard · 7 years ago
- 9ee4591 linker: Allow link namespaces without name filters by Logan Chien · 8 years ago
- 06016f2 Fix dlclose for libraries with thread_local dtors by dimitry · 8 years ago
- 8e8c2c0 Unhardcode linker soname by dimitry · 8 years ago
- 7abea57 Replace artificial symbol table with proper one by dimitry · 8 years ago
- cd510cb Make dl_iterate_phdr return correct name for first entry by Dimitry Ivanov · 8 years ago
- 01de74e linker: add android_get_exported_namespace by Jiyong Park · 8 years ago
- 295082b Avoid "D linker : (null)" with debug.ld.all for dlerror. by Elliott Hughes · 8 years ago
- 11968b8 linker: log only real dlerrors by Dimitry Ivanov · 8 years ago
- 5e2285d Allocate thread local buffers in __init_tls. by Josh Gao · 9 years ago
- bcc4da9 Unify linker files under one license (BSD) by Dimitry Ivanov · 9 years ago
- 7a34b9d Replace public library list with shared lib sonames (part 2/2) by Dimitry Ivanov · 9 years ago
- 0a3637d Runtime support for CFI by Evgenii Stepanov · 9 years ago
- a6588e5 Fix android_dlwarning lookup by Dimitry Ivanov · 9 years ago
- d9e427c Bionic loader is no longer hijacking libdl.so by Dimitry Ivanov · 9 years ago
- dcb846c Revert "Bionic loader is no longer hijacking libdl.so" by Andreas Gampe · 9 years ago
- c12acef Bionic loader is no longer hijacking libdl.so by Dimitry Ivanov · 9 years ago
- 5e071a1 dlerror returns char*, not const char*. by Elliott Hughes · 9 years ago
- 48ec288 Extract soinfo and globals to separate files. by Dimitry Ivanov · 9 years ago
- 769b33f Sync linker with internal branch by Dimitry Ivanov · 9 years ago
- b996d60 linker: Enable debug logging via properties by Dimitry Ivanov · 9 years ago
- 1a5fd9c Fix misc-macro-parentheses warnings in bionic. by Chih-Hung Hsieh · 9 years ago
- fc2da53 linker: Allow caller to specify parent namespace by Dimitry Ivanov · 9 years ago
- d88e1f3 linker: hide the pointer to soinfo by Dimitry Ivanov · 9 years ago
- 7331fe1 linker: implement shared namespaces by Dimitry Ivanov · 10 years ago
- 9cf99cb linker: add dlvsym(3) by Dimitry Ivanov · 10 years ago
- 4a2c5aa Move dlsym and dladdr implementation to linker.cpp by Dimitry Ivanov · 10 years ago
- 284ae35 Add permitted_when_isolated_path to linker namespaces by Dimitry Ivanov · 10 years ago
- 1ffec1c Introduce anonymous namespace by Dmitriy Ivanov · 10 years ago
- 42d5fcb Introducing linker namespaces by Dmitriy Ivanov · 10 years ago
- 747d30e dlfcn: update ifdef around old_name_ by Mike Frysinger · 10 years ago
- e5cfafe Fix potential race condition on dlopen by Dmitriy Ivanov · 10 years ago
- 0cdef7e Respect caller DT_RUNPATH in dlopen(). by Evgenii Stepanov · 10 years ago
- 7271caf Lock on dl_interate_phdr by Dmitriy Ivanov · 10 years ago
- 1913352 Backward compatibility for dlsym(RTLD_DEFAULT, ...) by Dmitriy Ivanov · 10 years ago
- d974e88 Work around incorrect dt_needed entries by Dmitriy Ivanov · 10 years ago
- 79fd668 Add functions to provide target sdk version by Dmitriy Ivanov · 10 years ago
- 2a81536 Support symbol versioning by Dmitriy Ivanov · 10 years ago
- aae859c Add realpath for soinfo by Dmitriy Ivanov · 10 years ago
- 76ac1ac Look into local group on dlsym with RTLD_DEFAULT by Dmitriy Ivanov · 10 years ago
- 618f1a3 Implement lookup by DT_SONAME by Dmitriy Ivanov · 10 years ago
- 05fc1d7 Add missing includes. by Elliott Hughes · 11 years ago
- 291dbf6 Merge "Count references for groups instead of instances" by Dmitriy Ivanov · 11 years ago
- ab972b9 Count references for groups instead of instances by Dmitriy Ivanov · 11 years ago
- 212e0e3 Build our benchmarks against glibc too. by Elliott Hughes · 11 years ago
- 047b593 Rename soinfo methods and fields by Dmitriy Ivanov · 11 years ago
- ec18ce0 Add support for hash-style=gnu by Dmitriy Ivanov · 11 years ago
- 07e5bc1 Add file_offset parameter to android_extinfo by Dmitriy Ivanov · 11 years ago
- 6cdeb52 Fix unused DT entry warnings. by Dmitriy Ivanov · 11 years ago
- 8f61d99 Remove has_DT_SYMBOLIC flag by Dmitriy Ivanov · 11 years ago
- e8ba50f Fix dlsym() to take into account RTLD_GLOBAL/LOCAL by Dmitriy Ivanov · 11 years ago
- 9aea164 Add IFUNC support for arm64 and IRELATIVE reloc by Dmitriy Ivanov · 11 years ago
- 14669a9 Load libraries in breadth-first order by Dmitriy Ivanov · 11 years ago
- 498eb18 Revert "Load libraries in breadth-first order" by Dmitriy Ivanov · 11 years ago
- a3ad450 Load libraries in breadth-first order by Dmitriy Ivanov · 11 years ago
- 851135b Replace NULL with nullptr by Dmitriy Ivanov · 11 years ago
- 0d15094 Bump soinfo version by Dmitriy Ivanov · 11 years ago
- 02aa705 Revert "Add support for protected local symbol lookup." by Dmitriy Ivanov · 11 years ago
- aa0f2bd Fix dlsym(3) to do breadth first search. by Dmitriy Ivanov · 11 years ago
- d97e9f5 Add support for protected local symbol lookup. by Dmitriy Ivanov · 11 years ago
- ddc4497 Merge "Revert "HACK: linker: check for handle==0xffffffff on LP64"" by Colin Cross · 11 years ago
- ce44166 Fix weak function lookups by Dmitriy Ivanov · 11 years ago
- acfc637 Revert "HACK: linker: check for handle==0xffffffff on LP64" by Colin Cross · 11 years ago
- 1a58629 Remove an unused parameter from the dlopen implementation. by Elliott Hughes · 11 years ago
- ca1c802 Removed dlsym handle != NULL check for lp64 by Dmitriy Ivanov · 11 years ago
- 346fea0 HACK: linker: check for handle==0xffffffff on LP64 by Colin Cross · 11 years ago
- b648a8a Add RTLD_NOLOAD support and some related changes. by Dmitriy Ivanov · 11 years ago
- d59e500 Improve detection of already loaded libraries by Dmitriy Ivanov · 11 years ago
- 1728b23 Switch to g_ for globals. by Elliott Hughes · 11 years ago
- 012cb45 Add android_dlopen_ext() interface to linker. by Torne (Richard Coles) · 12 years ago
- faf05ba Clean up all the lint cpplint can find in the dynamic linker. by Elliott Hughes · 12 years ago
- 9918665 [MIPS64] Dynamic linker by Chris Dearman · 12 years ago
- 0266ae5 Switch <elf.h> over to linux uapi under the covers. by Elliott Hughes · 12 years ago
- d1973ca bionic: rename aarch64 target to arm64 by Colin Cross · 12 years ago
- a4aafd1 Make it possible for code to query the dynamic linker's default search path. by Elliott Hughes · 12 years ago
- e365f9d AArch64: Linker64 support for AArch64 by Marcus Oakland · 12 years ago
- e4d792a Don't allow text relocations on 64-bit. by Elliott Hughes · 12 years ago
- 4eeb1f1 Clean up linker architecture macros. by Elliott Hughes · 12 years ago
- eb847bc Fix x86_64 build, clean up intermediate libraries. by Elliott Hughes · 12 years ago
- 2a0b873 Fix __errno for LP64 and clean up __get_tls. by Elliott Hughes · 12 years ago
- afac15d Use C99 structure initializer designator style. by Elliott Hughes · 12 years ago