1. 01 Aug, 2024 1 commit
  2. 30 Jul, 2024 3 commits
  3. 29 Jul, 2024 2 commits
  4. 26 Jul, 2024 2 commits
  5. 25 Jul, 2024 5 commits
  6. 24 Jul, 2024 1 commit
  7. 23 Jul, 2024 1 commit
  8. 22 Jul, 2024 2 commits
  9. 18 Jul, 2024 4 commits
  10. 15 Jul, 2024 3 commits
  11. 14 Jul, 2024 1 commit
  12. 11 Jul, 2024 4 commits
  13. 10 Jul, 2024 3 commits
  14. 09 Jul, 2024 1 commit
  15. 07 Jul, 2024 1 commit
  16. 04 Jul, 2024 1 commit
  17. 03 Jul, 2024 2 commits
  18. 02 Jul, 2024 2 commits
  19. 01 Jul, 2024 1 commit
    • vdso_support: support DT_GNU_HASH · 1278ee9b
      This library provides `LookupSymbol` and `LookupSymbolByAddress`. The latter
      needs `GetNumSymbols` support. An object file needs either .hash (DT_HASH) or
      .gnu.hash (DT_GNU_HASH). This patch adds DT_GNU_HASH support.
      
      Note: glibc has been supporting DT_GNU_HASH since 2006 and .hash has been quite
      obsoleted in the Linux communities.
      PiperOrigin-RevId: 648459622
      Change-Id: I3aa1274cd4617990844258175715e3be2343afd2
      Fangrui Song committed