aboutsummaryrefslogtreecommitdiff
path: root/elf/dl-lookup.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2023-09-21elf: dl-lookup: Remove unused alloca.h includeJoe Simmons-Talbott1-1/+0
2023-05-30elf: Make more functions available for binding during dlclose (bug 30425)Florian Weimer1-2/+19
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers1-1/+1
2022-10-26elf: Reinstate on DL_DEBUG_BINDINGS _dl_lookup_symbol_xAdhemerval Zanella1-0/+17
2022-07-05elf: Fix direction of NODELETE log messages during symbol lookupFlorian Weimer1-2/+2
2022-06-15elf: Remove ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATAFangrui Song1-59/+1
2022-05-23elf: Refactor dl_new_hash so it can be tested / benchmarkedNoah Goldstein1-11/+2
2022-04-13Replace {u}int_fast{16|32} with {u}int32_tNoah Goldstein1-6/+6
2022-02-10elf: Remove prelink supportAdhemerval Zanella1-161/+0
2022-01-18elf: Move _dl_setup_hash to its own fileFlorian Weimer1-45/+0
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2021-10-07Add run-time check for indirect external accessH.J. Lu1-0/+5
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2020-04-24elf: Introduce <elf_machine_sym_no_match.h>Florian Weimer1-8/+2
2020-02-15ld.so: Do not export free/calloc/malloc/realloc functions [BZ #25486]Florian Weimer1-2/+2
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2019-12-13dlopen: Rework handling of pending NODELETE statusFlorian Weimer1-24/+34
2019-12-13dlopen: Fix issues related to NODELETE handling and relocationsFlorian Weimer1-3/+3
2019-11-27Remove all loaded objects if dlopen fails, ignoring NODELETE [BZ #20839]Florian Weimer1-14/+58
2019-11-12Clarify purpose of assert in _dl_lookup_symbol_xFlorian Weimer1-5/+3
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert1-1/+1
2019-08-29MIPS support for GNU hashMihailo Stojanovic1-3/+7
2019-06-28ld.so: Support moving versioned symbols between sonames [BZ #24741]Florian Weimer1-33/+5
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2018-06-29elf: Accept absolute (SHN_ABS) symbols whose value is zero [BZ #23307]Maciej W. Rozycki1-0/+1
2018-02-05Use ADDRIDX with DT_GNU_HASHH.J. Lu1-6/+2
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2017-08-31elf: Remove internal_function attributeFlorian Weimer1-5/+0
2017-08-10ld.so: Introduce struct dl_exceptionFlorian Weimer1-32/+16
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2016-07-01Treat STV_HIDDEN and STV_INTERNAL symbols as STB_LOCALMaciej W. Rozycki1-0/+4
2016-03-31Report dlsym, dlvsym lookup errors using dlerror [BZ #19509]Florian Weimer1-1/+0
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2015-11-07Keep only ELF_RTYPE_CLASS_{PLT|COPY} bits for prelinkH.J. Lu1-2/+19
2015-09-08Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers1-1/+1
2015-03-31Add ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA to x86H.J. Lu1-1/+60
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-10-08Remove unnecessarily nested function in do_lookup_unique.Roland McGrath1-27/+30
2014-06-23elf/dl-lookup.c: Use __glibc_likely and __glibc_unlikelyWill Newton1-20/+19
2014-06-23elf/dl-lookup.c: Remove unnecessary static variableWill Newton1-4/+1
2014-06-23elf/dl-lookup.c: Move STB_GNU_UNIQUE handling to a functionWill Newton1-145/+159
2014-04-03elf/dl-lookup.c: Remove obsolete comment about nested functionWill Newton1-5/+4
2014-02-28Promote do_lookup_x:check_match to a full function.Carlos O'Donell1-104/+122
2014-02-11Merge MIPS dl-lookup.c into generic file.Joseph Myers1-0/+8
2014-02-10Use glibc_likely instead __builtin_expect.Ondřej Bílka1-14/+14
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae1-1/+1
2013-11-13Avoid passing NULL to DSO_FILENAME.Marcus Shawcroft1-1/+1
2013-05-29Avoid crashing in LD_DEBUG when program name is unavailableSiddhesh Poyarekar1-15/+7
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers1-1/+1