about summary refs log tree commit diff
path: root/elf/dl-sym.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-011-1/+1
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-061-1/+1
* dlsym: Make RTLD_NEXT prefer default version definition [BZ #14932]Fangrui Song2022-05-271-1/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-011-1/+1
* elf: Clean up GLIBC_PRIVATE exports of internal libdl symbolsFlorian Weimer2021-07-071-2/+0
* dlfcn: Move dlvsym into libcFlorian Weimer2021-06-031-1/+1
* dlfcn: Move dlsym into libcFlorian Weimer2021-06-031-0/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-021-1/+1
* elf: Extract _dl_sym_post, _dl_sym_find_caller_map from elf/dl-sym.cFlorian Weimer2020-02-151-82/+4
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-011-1/+1
* dlsym: Do not determine caller link map if not neededFlorian Weimer2019-11-271-4/+21
* Introduce link_map_audit_state accessor functionFlorian Weimer2019-11-151-5/+8
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-071-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-011-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* elf: Remove internal_function attributeFlorian Weimer2017-08-311-2/+0
* dlfcn: Remove internal_function attributeFlorian Weimer2017-08-311-2/+0
* ld.so: Introduce struct dl_exceptionFlorian Weimer2017-08-101-19/+4
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* Implement _dl_catch_error, _dl_signal_error in libc.so [BZ #16628]Florian Weimer2016-11-301-4/+4
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
* Use glibc_likely instead __builtin_expect.Ondřej Bílka2014-02-101-4/+4
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
* New function _dl_find_dso_for_objectSiddhesh Poyarekar2013-02-181-12/+2
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-021-1/+1
* Add a missing #include to dl-sym.c.Roland McGrath2012-08-151-1/+2
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-3/+2
* Add an elf_ifunc_invoke interface so that architectures can implementDavid S. Miller2011-06-201-2/+2
* Fix up whitespaces.Ulrich Drepper2009-11-061-1/+1
* Properly handle STT_GNU_IFUNC symbols in do_sym.H.J. Lu2009-11-061-2/+7
* Handle IFUNC symbols in dlsym.Andreas Schwab2009-10-211-0/+5
* * elf/dl-open.c: Keep track of used name spaces and only iterate over cvs/fedora-glibc-20090401T0935Ulrich Drepper2009-04-011-2/+2
* * sysdeps/generic/ldsodefs.h (DL_LOOKUP_GSCOPE_LOCK): New definition.Ulrich Drepper2007-09-181-1/+2
* * elf/dl-close.c (free_mem): Free _dl_scope_free_list.Ulrich Drepper2007-06-201-5/+5
* * sysdeps/generic/ldsodefs.h (rtld_global): Reorder some elementsUlrich Drepper2007-06-191-3/+2
* * sysdeps/generic/ldsodefs.h: Define DL_LOOKUP_SCOPE_LOCK.Ulrich Drepper2007-01-151-2/+2
* [BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34...Ulrich Drepper2007-01-111-12/+11
* .Jakub Jelinek2007-07-311-11/+12
* * 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-5/+3
* * elf/dl-lookup.c (_dl_debug_bindings): Remove unised symbol_scopeUlrich Drepper2006-10-271-16/+4
* [BZ #3313]Ulrich Drepper2006-10-181-3/+4
* * include/atomic.c: Define catomic_* operations.Ulrich Drepper2006-10-111-2/+2
* Jakub Jelinek <jakub@redhat.com>Ulrich Drepper2006-10-101-4/+81
* * elf/do-lookup.h (do_lookup_x): No need to compare SKIP to NULLUlrich Drepper2006-02-261-1/+1
* (do_sym): For RTLD_NEXT, pass MATCH for dl_lookup_symbol_x, not L.Ulrich Drepper2006-02-261-1/+1
* * csu/elf-init.c (__libc_csu_fini): Don't do anything here. Ulrich Drepper2005-01-061-2/+57
* (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper2004-12-221-131/+11
* 2.5-18.1Jakub Jelinek2007-07-121-11/+131