glibc/dlfcn
Mike Frysinger 3b813b2965 [BZ #15897] dlfcn: do not mark dlopen/dlclose as leaf functions
Since the dlopen funcs might invoke a constructor that calls a func
that is in the same compilation unit as the caller, we cannot mark
them as leaf funcs.

Similarly, dlclose might invoke a destructor that calls a func that
is in the same compilation unit as the caller.

URL: https://sourceware.org/bugzilla/show_bug.cgi?id=15897
Reportedy-by: Fabrice Bauzac <libnoon@gmail.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2013-08-27 15:47:13 -04:00
..
bug-atexit1-lib.c [BZ #1158] 2005-09-28 00:14:50 +00:00
bug-atexit1.c * posix/tst-execle1.c (do_test): Add a const. 2005-12-27 22:50:12 +00:00
bug-atexit2-lib.c [BZ #1158] 2005-09-28 00:14:50 +00:00
bug-atexit2.c [BZ #1158] 2005-09-28 00:14:50 +00:00
bug-atexit3-lib.cc * dlfcn/Makefile: Add rules to build and run bug-atexit3. 2006-07-27 01:31:43 +00:00
bug-atexit3.c * dlfcn/Makefile: Add rules to build and run bug-atexit3. 2006-07-27 01:31:43 +00:00
bug-dl-leaf-lib-cb.c [BZ #15897] dlfcn: do not mark dlopen/dlclose as leaf functions 2013-08-27 15:47:13 -04:00
bug-dl-leaf-lib.c [BZ #15897] dlfcn: do not mark dlopen/dlclose as leaf functions 2013-08-27 15:47:13 -04:00
bug-dl-leaf.c [BZ #15897] dlfcn: do not mark dlopen/dlclose as leaf functions 2013-08-27 15:47:13 -04:00
bug-dlopen1.c
bug-dlsym1-lib1.c
bug-dlsym1-lib2.c
bug-dlsym1.c 2004-10-18 Roland McGrath <roland@redhat.com> 2004-10-18 18:53:53 +00:00
default.c Remove trailing whitespace. 2013-06-05 20:44:03 +00:00
defaultmod1.c
defaultmod2.c
dladdr1.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
dladdr.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
dlclose.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
dlerror.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
dlfcn.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
dlfcn.h [BZ #15897] dlfcn: do not mark dlopen/dlclose as leaf functions 2013-08-27 15:47:13 -04:00
dlinfo.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
dlmopen.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
dlopen.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
dlopenold.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
dlsym.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
dlvsym.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
errmsg1.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
errmsg1mod.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
eval.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
failtest.c
failtestmod.c
glreflib1.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
glreflib2.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
glreflib3.c [BZ #4775, BZ #4776] 2007-07-12 18:17:11 +00:00
glrefmain.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
Makefile [BZ #15897] dlfcn: do not mark dlopen/dlclose as leaf functions 2013-08-27 15:47:13 -04:00
modatexit.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
modcxaatexit.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
modstatic2.c Update. 2004-10-18 23:17:46 +00:00
modstatic3.c [BZ #15022] Correct global-scope dlopen issues in static executables. 2013-06-28 16:22:20 +01:00
modstatic5.c Add a dlopen/getpagesize static executable test. 2013-06-28 17:43:07 +01:00
modstatic.c
sdladdr1.c Update. 2004-10-18 23:17:46 +00:00
sdladdr.c Update. 2004-10-18 23:17:46 +00:00
sdlclose.c Update. 2004-10-18 23:17:46 +00:00
sdlerror.c Update. 2004-10-18 23:17:46 +00:00
sdlinfo.c Update. 2004-10-18 23:17:46 +00:00
sdlmopen.c Update. 2004-10-18 23:17:46 +00:00
sdlopen.c Update. 2004-10-18 23:17:46 +00:00
sdlsym.c Update. 2004-10-18 23:17:46 +00:00
sdlvsym.c Update. 2004-10-18 23:17:46 +00:00
tst-dladdr.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
tst-dlinfo.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
tstatexit.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
tstcxaatexit.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
tststatic2.c Update. 2004-10-18 23:17:46 +00:00
tststatic3.c [BZ #15022] Correct global-scope dlopen issues in static executables. 2013-06-28 16:22:20 +01:00
tststatic4.c [BZ #15022] Correct global-scope dlopen issues in static executables. 2013-06-28 16:22:20 +01:00
tststatic5.c Add a dlopen/getpagesize static executable test. 2013-06-28 17:43:07 +01:00
tststatic.c
Versions Update. 2004-10-18 23:17:46 +00:00