about summary refs log tree commit diff
path: root/elf/dl-lookup.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-011-1/+1
* elf: dl-lookup: Remove unused alloca.h includeJoe Simmons-Talbott2023-09-211-1/+0
* elf: Make more functions available for binding during dlclose (bug 30425)Florian Weimer2023-05-301-2/+19
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-061-1/+1
* elf: Reinstate on DL_DEBUG_BINDINGS _dl_lookup_symbol_xAdhemerval Zanella2022-10-261-0/+17
* elf: Fix direction of NODELETE log messages during symbol lookupFlorian Weimer2022-07-051-2/+2
* elf: Remove ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATAFangrui Song2022-06-151-59/+1
* elf: Refactor dl_new_hash so it can be tested / benchmarkedNoah Goldstein2022-05-231-11/+2
* Replace {u}int_fast{16|32} with {u}int32_tNoah Goldstein2022-04-131-6/+6
* elf: Remove prelink supportAdhemerval Zanella2022-02-101-161/+0
* elf: Move _dl_setup_hash to its own fileFlorian Weimer2022-01-181-45/+0
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-011-1/+1
* Add run-time check for indirect external accessH.J. Lu2021-10-071-0/+5
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-021-1/+1
* elf: Introduce <elf_machine_sym_no_match.h>Florian Weimer2020-04-241-8/+2
* ld.so: Do not export free/calloc/malloc/realloc functions [BZ #25486]Florian Weimer2020-02-151-2/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-011-1/+1
* dlopen: Rework handling of pending NODELETE statusFlorian Weimer2019-12-131-24/+34
* dlopen: Fix issues related to NODELETE handling and relocationsFlorian Weimer2019-12-131-3/+3
* Remove all loaded objects if dlopen fails, ignoring NODELETE [BZ #20839]Florian Weimer2019-11-271-14/+58
* Clarify purpose of assert in _dl_lookup_symbol_xFlorian Weimer2019-11-121-5/+3
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-071-1/+1
* MIPS support for GNU hashMihailo Stojanovic2019-08-291-3/+7
* ld.so: Support moving versioned symbols between sonames [BZ #24741]Florian Weimer2019-06-281-33/+5
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-011-1/+1
* elf: Accept absolute (SHN_ABS) symbols whose value is zero [BZ #23307]Maciej W. Rozycki2018-06-291-0/+1
* Use ADDRIDX with DT_GNU_HASHH.J. Lu2018-02-051-6/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* elf: Remove internal_function attributeFlorian Weimer2017-08-311-5/+0
* ld.so: Introduce struct dl_exceptionFlorian Weimer2017-08-101-32/+16
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* Treat STV_HIDDEN and STV_INTERNAL symbols as STB_LOCALMaciej W. Rozycki2016-07-011-0/+4
* Report dlsym, dlvsym lookup errors using dlerror [BZ #19509]Florian Weimer2016-03-311-1/+0
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
* Keep only ELF_RTYPE_CLASS_{PLT|COPY} bits for prelinkH.J. Lu2015-11-071-2/+19
* Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers2015-09-081-1/+1
* Add ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA to x86H.J. Lu2015-03-311-1/+60
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
* Remove unnecessarily nested function in do_lookup_unique.Roland McGrath2014-10-081-27/+30
* elf/dl-lookup.c: Use __glibc_likely and __glibc_unlikelyWill Newton2014-06-231-20/+19
* elf/dl-lookup.c: Remove unnecessary static variableWill Newton2014-06-231-4/+1
* elf/dl-lookup.c: Move STB_GNU_UNIQUE handling to a functionWill Newton2014-06-231-145/+159
* elf/dl-lookup.c: Remove obsolete comment about nested functionWill Newton2014-04-031-5/+4
* Promote do_lookup_x:check_match to a full function.Carlos O'Donell2014-02-281-104/+122
* Merge MIPS dl-lookup.c into generic file.Joseph Myers2014-02-111-0/+8
* Use glibc_likely instead __builtin_expect.Ondřej Bílka2014-02-101-14/+14
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
* Avoid passing NULL to DSO_FILENAME.Marcus Shawcroft2013-11-131-1/+1
* Avoid crashing in LD_DEBUG when program name is unavailableSiddhesh Poyarekar2013-05-291-15/+7
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-021-1/+1