aboutsummaryrefslogtreecommitdiff
path: root/elf/dl-lookup.c
AgeCommit message (Expand)Author
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers
2022-10-26elf: Reinstate on DL_DEBUG_BINDINGS _dl_lookup_symbol_xAdhemerval Zanella
2022-07-05elf: Fix direction of NODELETE log messages during symbol lookupFlorian Weimer
2022-06-15elf: Remove ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATAFangrui Song
2022-05-23elf: Refactor dl_new_hash so it can be tested / benchmarkedNoah Goldstein
2022-04-13Replace {u}int_fast{16|32} with {u}int32_tNoah Goldstein
2022-02-10elf: Remove prelink supportAdhemerval Zanella
2022-01-18elf: Move _dl_setup_hash to its own fileFlorian Weimer
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2021-10-07Add run-time check for indirect external accessH.J. Lu
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert
2020-04-24elf: Introduce <elf_machine_sym_no_match.h>Florian Weimer
2020-02-15ld.so: Do not export free/calloc/malloc/realloc functions [BZ #25486]Florian Weimer
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2019-12-13dlopen: Rework handling of pending NODELETE statusFlorian Weimer
2019-12-13dlopen: Fix issues related to NODELETE handling and relocationsFlorian Weimer
2019-11-27Remove all loaded objects if dlopen fails, ignoring NODELETE [BZ #20839]Florian Weimer
2019-11-12Clarify purpose of assert in _dl_lookup_symbol_xFlorian Weimer
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert
2019-08-29MIPS support for GNU hashMihailo Stojanovic
2019-06-28ld.so: Support moving versioned symbols between sonames [BZ #24741]Florian Weimer
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2018-06-29elf: Accept absolute (SHN_ABS) symbols whose value is zero [BZ #23307]Maciej W. Rozycki
2018-02-05Use ADDRIDX with DT_GNU_HASHH.J. Lu
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-08-31elf: Remove internal_function attributeFlorian Weimer
2017-08-10ld.so: Introduce struct dl_exceptionFlorian Weimer
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-07-01Treat STV_HIDDEN and STV_INTERNAL symbols as STB_LOCALMaciej W. Rozycki
2016-03-31Report dlsym, dlvsym lookup errors using dlerror [BZ #19509]Florian Weimer
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-11-07Keep only ELF_RTYPE_CLASS_{PLT|COPY} bits for prelinkH.J. Lu
2015-09-08Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers
2015-03-31Add ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA to x86H.J. Lu
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers
2014-10-08Remove unnecessarily nested function in do_lookup_unique.Roland McGrath
2014-06-23elf/dl-lookup.c: Use __glibc_likely and __glibc_unlikelyWill Newton
2014-06-23elf/dl-lookup.c: Remove unnecessary static variableWill Newton
2014-06-23elf/dl-lookup.c: Move STB_GNU_UNIQUE handling to a functionWill Newton
2014-04-03elf/dl-lookup.c: Remove obsolete comment about nested functionWill Newton
2014-02-28Promote do_lookup_x:check_match to a full function.Carlos O'Donell
2014-02-11Merge MIPS dl-lookup.c into generic file.Joseph Myers
2014-02-10Use glibc_likely instead __builtin_expect.Ondřej Bílka
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae
2013-11-13Avoid passing NULL to DSO_FILENAME.Marcus Shawcroft
2013-05-29Avoid crashing in LD_DEBUG when program name is unavailableSiddhesh Poyarekar
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers
2012-08-14Add a missing #include.Roland McGrath
2012-04-05Fix DL_DEBUG_UNUSED to elide the VDSO and handle PLT references properly.David S. Miller
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert