summaryrefslogtreecommitdiff
path: root/elf/dl-lookup.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 2.5-18.1Jakub Jelinek2007-07-121-48/+67
* [BZ #77]Ulrich Drepper2004-10-141-7/+12
* Update.Ulrich Drepper2004-09-181-0/+3
* (add_dependency): Set DF_1_NODELETE bit in l_flags_1, not in l_flags.Ulrich Drepper2004-05-261-1/+1
* (_dl_lookup_symbol_x): Correct _dl_signal_cerror call.Ulrich Drepper2004-05-121-1/+2
* Update.Ulrich Drepper2004-03-101-4/+3
* We don't need for specialized lookup functions. Combining the functionality d...Ulrich Drepper2004-03-071-336/+44
* Update.Ulrich Drepper2004-03-061-21/+16
* Update.Ulrich Drepper2004-03-051-12/+12
* Update.Ulrich Drepper2003-07-311-6/+7
* Update.Ulrich Drepper2003-03-261-21/+47
* Update.Ulrich Drepper2003-01-121-5/+22
* Update.Ulrich Drepper2002-12-061-2/+2
* Update.Ulrich Drepper2002-09-271-1/+1
* * elf/dl-lookup.c (_dl_debug_bindings): Print TLS lookups always.Roland McGrath2002-09-181-7/+9