aboutsummaryrefslogtreecommitdiff
path: root/elf/dl-lookup.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-08-14Add a missing #include.Roland McGrath1-1/+2
2012-04-05Fix DL_DEBUG_UNUSED to elide the VDSO and handle PLT references properly.David S. Miller1-1/+2
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert1-3/+2
2011-10-29Avoid warning in dl-lookup.cUlrich Drepper1-2/+2
2011-05-12Fix resizing able for unique symbols when adding symbol for copy relocationPiotr Bury1-27/+20
2011-04-22Remove doubled words.Jim Meyering1-1/+1
2011-03-10Fix copy relocations handling of unique objects.Ulrich Drepper1-4/+14
2010-03-24Fix handling of STB_GNU_UNIQUE in LD_TRACE_PRELINKINGUlrich Drepper1-2/+52
2009-12-15Avoid ELF lookup race.Ulrich Drepper1-3/+4
2009-08-07Fix expanding STB_GNU_UNIQUE hash table.Andreas Schwab1-1/+1
2009-07-29Preserve SSE registers in runtime relocations on x86-64.Ulrich Drepper1-0/+13
2009-07-27Fix STB_GNU_UNIQUE handling for > 30 unique symbols.Jakub Jelinek1-2/+3
2009-07-23Minor optimization of unloading prevention patch.Ulrich Drepper1-5/+5
2009-07-23Fix comment.Ulrich Drepper1-1/+1
2009-07-23Some more fixes for the unique symbol handling.Ulrich Drepper1-5/+4
2009-07-23Handle unloading of DSO with a unique symbol definition.Ulrich Drepper1-2/+9
2009-07-10Remove do-lookup.h.Ulrich Drepper1-2/+365
2009-07-09Implement STB_GNU_UNIQUE handling.Ulrich Drepper1-3/+3
2009-06-15libc part of prelink IFUNC support.Jakub Jelinek1-6/+11
2007-09-29* sysdeps/generic/ldsodefs.h (struct dl_scope_free_list): Storecvs/fedora-glibc-20070929T1859Ulrich Drepper1-48/+108
2007-09-19* elf/dl-lookup.c (add_dependency): Handle failing memorycvs/fedora-glibc-20070920T0007Ulrich Drepper1-6/+6
2007-09-18* sysdeps/generic/ldsodefs.h (DL_LOOKUP_GSCOPE_LOCK): New definition.Ulrich Drepper1-23/+60
2007-06-20* elf/dl-close.c (free_mem): Free _dl_scope_free_list.Ulrich Drepper1-22/+9
2007-06-09* elf/dl-lookup.c (_dl_lookup_symbol_x): Remove use of r_nlist.Ulrich Drepper1-7/+3
2007-01-15* sysdeps/generic/ldsodefs.h: Define DL_LOOKUP_SCOPE_LOCK.Ulrich Drepper1-10/+23
2007-01-11[BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34...Ulrich Drepper1-10/+12
2007-07-31.Jakub Jelinek1-12/+10
2006-10-27USE_TLS support is now default.Ulrich Drepper1-2/+0
2006-10-27* elf/dl-lookup.c (_dl_debug_bindings): Remove unised symbol_scopeUlrich Drepper1-5/+3
2006-10-18[BZ #3313]Ulrich Drepper1-1/+5