summaryrefslogtreecommitdiff
path: root/elf/dl-lookup.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* * sysdeps/generic/ldsodefs.h (struct dl_scope_free_list): Storecvs/fedora-glibc-20070929T1859Ulrich Drepper2007-09-291-48/+108
* * elf/dl-lookup.c (add_dependency): Handle failing memorycvs/fedora-glibc-20070920T0007Ulrich Drepper2007-09-191-6/+6
* * sysdeps/generic/ldsodefs.h (DL_LOOKUP_GSCOPE_LOCK): New definition.Ulrich Drepper2007-09-181-23/+60
* * elf/dl-close.c (free_mem): Free _dl_scope_free_list.Ulrich Drepper2007-06-201-22/+9
* * elf/dl-lookup.c (_dl_lookup_symbol_x): Remove use of r_nlist.Ulrich Drepper2007-06-091-7/+3
* * sysdeps/generic/ldsodefs.h: Define DL_LOOKUP_SCOPE_LOCK.Ulrich Drepper2007-01-151-10/+23
* [BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34...Ulrich Drepper2007-01-111-10/+12
* .Jakub Jelinek2007-07-311-12/+10
* USE_TLS support is now default.Ulrich Drepper2006-10-271-2/+0
* * elf/dl-lookup.c (_dl_debug_bindings): Remove unised symbol_scopeUlrich Drepper2006-10-271-5/+3
* [BZ #3313]Ulrich Drepper2006-10-181-1/+5
* * elf/dl-lookup.c (dl_new_hash): New functions.cvs/fedora-glibc-20060710T2206Ulrich Drepper2006-07-101-9/+47
* * elf/cache.c: Use <> rather than "" #includes.Roland McGrath2005-12-211-1/+1
* * elf/dl-lookup.c (add_dependency): Always search l_initfini ifUlrich Drepper2005-03-191-1/+1
* * include/link.h (struct link_map): Remove l_opencount. Add l_removed.Ulrich Drepper2005-03-181-19/+0
* (_dl_debug_bindings): Add namespace information to debug output.Ulrich Drepper2005-02-261-2/+4
* (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper2004-12-221-67/+48