about summary refs log tree commit diff
path: root/elf/dl-lookup.c
Commit message (Expand)AuthorAgeFilesLines
* WIP mul64 dlsym optimization fw/dl-bind-performanceFlorian Weimer2019-11-111-10/+8
* elf: Optimize symbol binding by pre-computing divisionsFlorian Weimer2019-11-111-2/+18
* 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
* Add a missing #include.Roland McGrath2012-08-141-1/+2
* Fix DL_DEBUG_UNUSED to elide the VDSO and handle PLT references properly.David S. Miller2012-04-051-1/+2
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-3/+2
* Avoid warning in dl-lookup.cUlrich Drepper2011-10-291-2/+2
* Fix resizing able for unique symbols when adding symbol for copy relocationPiotr Bury2011-05-121-27/+20
* Remove doubled words.Jim Meyering2011-04-221-1/+1
* Fix copy relocations handling of unique objects.Ulrich Drepper2011-03-101-4/+14
* Fix handling of STB_GNU_UNIQUE in LD_TRACE_PRELINKINGUlrich Drepper2010-03-241-2/+52
* Avoid ELF lookup race.Ulrich Drepper2009-12-151-3/+4
* Fix expanding STB_GNU_UNIQUE hash table.Andreas Schwab2009-08-071-1/+1
* Preserve SSE registers in runtime relocations on x86-64.Ulrich Drepper2009-07-291-0/+13
* Fix STB_GNU_UNIQUE handling for > 30 unique symbols.Jakub Jelinek2009-07-271-2/+3
* Minor optimization of unloading prevention patch.Ulrich Drepper2009-07-231-5/+5
* Fix comment.Ulrich Drepper2009-07-231-1/+1
* Some more fixes for the unique symbol handling.Ulrich Drepper2009-07-231-5/+4
* Handle unloading of DSO with a unique symbol definition.Ulrich Drepper2009-07-231-2/+9
* Remove do-lookup.h.Ulrich Drepper2009-07-101-2/+365
* Implement STB_GNU_UNIQUE handling.Ulrich Drepper2009-07-091-3/+3
* libc part of prelink IFUNC support.Jakub Jelinek2009-06-151-6/+11