summaryrefslogtreecommitdiff
path: root/elf/dl-open.c
Commit message (Expand)AuthorAgeFilesLines
* Add SystemTap static probes to the runtime linker. [BZ #14298]Gary Benson2012-07-271-0/+15
* Fix a few typos.Marek Polacek2012-07-181-4/+4
* 2012-06-21 Jeff Law <law@redhat.com>Jeff Law2012-06-211-4/+4
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-3/+2
* Sort objects before relocationsUlrich Drepper2012-01-271-30/+94
* Print message that there is no scope instead of being silentUlrich Drepper2011-08-201-0/+2
* Further improve printing os ELF symbol lookup scope informationUlrich Drepper2011-08-201-3/+12
* Improve printing of lookup scopesUlrich Drepper2011-08-161-7/+7
* Avoid warning from last changeUlrich Drepper2011-08-161-1/+1
* Fix printing of scope numberUlrich Drepper2011-08-161-7/+2
* Implement LD_DEBUG=scopesUlrich Drepper2011-08-131-34/+31
* Quash some new warnings from GCC 4.6.Roland McGrath2011-06-101-3/+2
* Fix handling of static TLS in dlopen'ed objectsMartin von Gagern2011-05-141-25/+39
* Require suid bit on audit objects in privileged programsAndreas Schwab2010-10-241-1/+1
* Don't expand DST twice in dl_openAndreas Schwab2010-10-241-29/+0
* ld.so: Adjust the auxv if ld.so is directly invoked.Andreas Krebbel2010-01-151-4/+5
* Break out _dl_scope_free into its own file.Ulrich Drepper2009-07-271-35/+0
* Implement STB_GNU_UNIQUE handling.Ulrich Drepper2009-07-091-2/+5
* [BZ #10069]Ulrich Drepper2009-04-191-0/+12
* * elf/dl-open.c (_dl_open): Bump GL(dl_nns) to 1 if no libraries cvs/fedora-glibc-20090416T1610Jakub Jelinek2009-04-161-1/+2
* * elf/dl-open.c: Keep track of used name spaces and only iterate overcvs/fedora-glibc-20090401T0935Ulrich Drepper2009-04-011-13/+19
* [BZ #9733]Ulrich Drepper2009-03-161-5/+6
* * sysdeps/generic/ldsodefs.h (struct dl_scope_free_list): Storecvs/fedora-glibc-20070929T1859Ulrich Drepper2007-09-291-1/+1
* * elf/dl-close.c (free_mem): Free _dl_scope_free_list.Ulrich Drepper2007-06-201-9/+36
* * sysdeps/generic/ldsodefs.h (rtld_global): Reorder some elementsUlrich Drepper2007-06-191-3/+21
* * elf/dl-close.c (_dl_close_worker): When removing object fromUlrich Drepper2007-05-191-4/+15
* (add_to_global): One more small cleanup patch.Ulrich Drepper2007-05-111-6/+3
* * elf/dl-open.c (add_to_global): Introduce variable ns to help gccUlrich Drepper2007-05-111-19/+22
* * elf/dl-open.c (dl_open_worker): Declare l in 2 differentcvs/fedora-glibc-20070317T2130Ulrich Drepper2007-03-171-2/+3
* [BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34...Ulrich Drepper2007-01-111-102/+37
* .Jakub Jelinek2007-07-311-37/+102
* * elf/dl-sym.c (do_sym): Use RTLD_SINGLE_THREAD_P.Ulrich Drepper2006-10-291-1/+1
* USE_TLS support is now default.Ulrich Drepper2006-10-271-10/+2
* * elf/dl-close.c (_dl_close_worker): Renamed from _dl_close andUlrich Drepper2006-10-271-1/+1
* [BZ #3429]Ulrich Drepper2006-10-271-10/+11
* * elf/dl-lookup.c (_dl_debug_bindings): Remove unised symbol_scopeUlrich Drepper2006-10-271-36/+25
* [BZ #3313]Ulrich Drepper2006-10-181-2/+8
* * include/atomic.c: Define catomic_* operations.Ulrich Drepper2006-10-111-2/+2
* Jakub Jelinek <jakub@redhat.com>Ulrich Drepper2006-10-101-19/+44
* * elf/dl-open.c (dl_open_worker): Allow $LIB and $PLATFORM inUlrich Drepper2006-08-281-7/+0
* * elf/dl-open.c (dl_open_worker): Add branch prediction.Ulrich Drepper2006-07-311-2/+2
* * elf/dl-open.c [!SHARED]: Remove _dl_tls_static_size definition.cvs/fedora-glibc-20051115T0809Ulrich Drepper2005-11-151-6/+0
* * elf/dl-error.c (_dl_signal_error): Store information about use ofUlrich Drepper2005-06-121-7/+8
* * elf/dl-open.c (dl_open_worker): Fix typo.Ulrich Drepper2005-03-201-0/+2
* * elf/dl-open.c (dl_open_worker): Print exact l_direct_opencount value,Ulrich Drepper2005-03-191-1/+1
* * include/link.h (struct link_map): Remove l_opencount. Add l_removed.Ulrich Drepper2005-03-181-101/+84
* * elf/dl-close.c (_dl_close): Decrement l_opencount beforeUlrich Drepper2005-03-071-1/+1
* * sysdeps/generic/ldsodefs.h (_dl_out_of_memory_internal): Remove decl.Roland McGrath2005-03-061-1/+1
* * elf/dl-load.c (_dl_map_object_from_fd): We don't have to allowUlrich Drepper2005-01-131-1/+1
* Update.Ulrich Drepper2005-01-091-9/+9