aboutsummaryrefslogtreecommitdiff
path: root/elf/dl-sym.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers1-1/+1
2022-05-27dlsym: Make RTLD_NEXT prefer default version definition [BZ #14932]Fangrui Song1-1/+1
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2021-07-07elf: Clean up GLIBC_PRIVATE exports of internal libdl symbolsFlorian Weimer1-2/+0
2021-06-03dlfcn: Move dlvsym into libcFlorian Weimer1-1/+1
2021-06-03dlfcn: Move dlsym into libcFlorian Weimer1-0/+1
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2020-02-15elf: Extract _dl_sym_post, _dl_sym_find_caller_map from elf/dl-sym.cFlorian Weimer1-82/+4
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2019-11-27dlsym: Do not determine caller link map if not neededFlorian Weimer1-4/+21
2019-11-15Introduce link_map_audit_state accessor functionFlorian Weimer1-5/+8
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert1-1/+1
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2017-08-31elf: Remove internal_function attributeFlorian Weimer1-2/+0
2017-08-31dlfcn: Remove internal_function attributeFlorian Weimer1-2/+0
2017-08-10ld.so: Introduce struct dl_exceptionFlorian Weimer1-19/+4
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2016-11-30Implement _dl_catch_error, _dl_signal_error in libc.so [BZ #16628]Florian Weimer1-4/+4
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-02-10Use glibc_likely instead __builtin_expect.Ondřej Bílka1-4/+4
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae1-1/+1
2013-02-18New function _dl_find_dso_for_objectSiddhesh Poyarekar1-12/+2
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers1-1/+1
2012-08-15Add a missing #include to dl-sym.c.Roland McGrath1-1/+2
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert1-3/+2
2011-06-20Add an elf_ifunc_invoke interface so that architectures can implementDavid S. Miller1-2/+2
2009-11-06Fix up whitespaces.Ulrich Drepper1-1/+1
2009-11-06Properly handle STT_GNU_IFUNC symbols in do_sym.H.J. Lu1-2/+7
2009-10-21Handle IFUNC symbols in dlsym.Andreas Schwab1-0/+5
2009-04-01* elf/dl-open.c: Keep track of used name spaces and only iterate overcvs/fedora-glibc-20090401T0935Ulrich Drepper1-2/+2
2007-09-18* sysdeps/generic/ldsodefs.h (DL_LOOKUP_GSCOPE_LOCK): New definition.Ulrich Drepper1-1/+2
2007-06-20* elf/dl-close.c (free_mem): Free _dl_scope_free_list.Ulrich Drepper1-5/+5
2007-06-19* sysdeps/generic/ldsodefs.h (rtld_global): Reorder some elementsUlrich Drepper1-3/+2
2007-01-15* sysdeps/generic/ldsodefs.h: Define DL_LOOKUP_SCOPE_LOCK.Ulrich Drepper1-2/+2
2007-01-11[BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34...Ulrich Drepper1-12/+11
2007-07-31.Jakub Jelinek1-11/+12
2006-10-29* elf/dl-sym.c (do_sym): Use RTLD_SINGLE_THREAD_P.Ulrich Drepper1-1/+1
2006-10-27USE_TLS support is now default.Ulrich Drepper1-5/+3
2006-10-27* elf/dl-lookup.c (_dl_debug_bindings): Remove unised symbol_scopeUlrich Drepper1-16/+4
2006-10-18[BZ #3313]Ulrich Drepper1-3/+4
2006-10-11* include/atomic.c: Define catomic_* operations.Ulrich Drepper1-2/+2
2006-10-10 Jakub Jelinek <jakub@redhat.com>Ulrich Drepper1-4/+81
2006-02-26* elf/do-lookup.h (do_lookup_x): No need to compare SKIP to NULLUlrich Drepper1-1/+1
2006-02-26(do_sym): For RTLD_NEXT, pass MATCH for dl_lookup_symbol_x, not L.Ulrich Drepper1-1/+1
2005-01-06* csu/elf-init.c (__libc_csu_fini): Don't do anything here. Ulrich Drepper1-2/+57
2004-12-22(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper1-131/+11
2007-07-122.5-18.1Jakub Jelinek1-11/+131