1. 9d3382d Revert "Fix dlsym() to take into account RTLD_GLOBAL/LOCAL" by Dmitriy Ivanov · 10 years ago
  2. 0f47d9c Fix unused DT entry warnings. by Dmitriy Ivanov · 10 years ago
  3. b364d95 Remove has_DT_SYMBOLIC flag by Dmitriy Ivanov · 10 years ago
  4. c85e82d Fix dlsym() to take into account RTLD_GLOBAL/LOCAL by Dmitriy Ivanov · 10 years ago
  5. de01780 Add file_offset parameter to android_extinfo by Dmitriy Ivanov · 10 years ago
  6. f4cb631 Add IFUNC support for arm64 and IRELATIVE reloc by Dmitriy Ivanov · 10 years ago
  7. ae69a95 Load libraries in breadth-first order by Dmitriy Ivanov · 10 years ago
  8. c0133a7 Revert "Load libraries in breadth-first order" by Dmitriy Ivanov · 10 years ago
  9. 59c12a6 Load libraries in breadth-first order by Dmitriy Ivanov · 10 years ago
  10. cfad7ae Replace NULL with nullptr by Dmitriy Ivanov · 10 years ago
  11. 3bbd218 Bump soinfo version by Dmitriy Ivanov · 10 years ago
  12. 9419420 Revert "Add support for protected local symbol lookup." by Dmitriy Ivanov · 10 years ago
  13. db7a17d Revert "Revert "Fix dlsym(3) to do breadth first search."" by Dmitriy Ivanov · 10 years ago
  14. 1b1966d Revert "Fix dlsym(3) to do breadth first search." by Dmitriy Ivanov · 10 years ago
  15. 422106a Fix dlsym(3) to do breadth first search. by Dmitriy Ivanov · 10 years ago
  16. d97e9f5 Add support for protected local symbol lookup. by Dmitriy Ivanov · 10 years ago
  17. ddc4497 Merge "Revert "HACK: linker: check for handle==0xffffffff on LP64"" by Colin Cross · 10 years ago
  18. ce44166 Fix weak function lookups by Dmitriy Ivanov · 10 years ago
  19. acfc637 Revert "HACK: linker: check for handle==0xffffffff on LP64" by Colin Cross · 10 years ago
  20. 1a58629 Remove an unused parameter from the dlopen implementation. by Elliott Hughes · 10 years ago
  21. ca1c802 Removed dlsym handle != NULL check for lp64 by Dmitriy Ivanov · 10 years ago
  22. 346fea0 HACK: linker: check for handle==0xffffffff on LP64 by Colin Cross · 10 years ago
  23. b648a8a Add RTLD_NOLOAD support and some related changes. by Dmitriy Ivanov · 10 years ago
  24. d59e500 Improve detection of already loaded libraries by Dmitriy Ivanov · 10 years ago
  25. 1728b23 Switch to g_ for globals. by Elliott Hughes · 10 years ago
  26. 012cb45 Add android_dlopen_ext() interface to linker. by Torne (Richard Coles) · 10 years ago
  27. faf05ba Clean up all the lint cpplint can find in the dynamic linker. by Elliott Hughes · 10 years ago
  28. 9918665 [MIPS64] Dynamic linker by Chris Dearman · 10 years ago
  29. 0266ae5 Switch <elf.h> over to linux uapi under the covers. by Elliott Hughes · 10 years ago
  30. d1973ca bionic: rename aarch64 target to arm64 by Colin Cross · 10 years ago
  31. a4aafd1 Make it possible for code to query the dynamic linker's default search path. by Elliott Hughes · 10 years ago
  32. e365f9d AArch64: Linker64 support for AArch64 by Marcus Oakland · 11 years ago
  33. e4d792a Don't allow text relocations on 64-bit. by Elliott Hughes · 11 years ago
  34. 4eeb1f1 Clean up linker architecture macros. by Elliott Hughes · 11 years ago
  35. eb847bc Fix x86_64 build, clean up intermediate libraries. by Elliott Hughes · 11 years ago
  36. 2a0b873 Fix __errno for LP64 and clean up __get_tls. by Elliott Hughes · 11 years ago
  37. afac15d Use C99 structure initializer designator style. by Elliott Hughes · 11 years ago
  38. c00f2cb x86_64 linker. by Elliott Hughes · 11 years ago
  39. c620059 Remove 32-bit assumptions from the ELF code. by Elliott Hughes · 11 years ago
  40. 24053a4 Add the dl_iterate_phdr function to libdl for arm. by Christopher Ferris · 11 years ago
  41. ca0c11b Use more types than just 'unsigned' in the linker. by Elliott Hughes · 11 years ago
  42. 650be4e More linker cleanup. by Elliott Hughes · 11 years ago
  43. d4ee82d Minor linker cleanup, primarily to use Elf32_Dyn by Brian Carlstrom · 11 years ago
  44. cade4c3 Support System.loadLibrary for libraries with transitive dependencies. by Elliott Hughes · 11 years ago
  45. e66190d Check for unknown flags passed to dlopen(3). by Elliott Hughes · 11 years ago
  46. d23736e Keep the dynamic linker's soinfo pools mostly read-only. by Elliott Hughes · 12 years ago
  47. 5ae44f3 linker: handle R_ARM_COPY relocations in a proper way by Ard Biesheuvel · 12 years ago
  48. 20aa6c0 Workaround g++ 4.7 compfail by Pavel Chupin · 12 years ago
  49. 5419b94 Make dlerror(3) thread-safe. by Elliott Hughes · 12 years ago
  50. 22d6292 Make the dlfcn mutex static. by Elliott Hughes · 12 years ago
  51. 3b297c4 Fix dlerror(3). by Elliott Hughes · 12 years ago