glibc/dlfcn
Adhemerval Zanella Netto 88677348b4 Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functions
They are both used by __libc_freeres to free all library malloc
allocated resources to help tooling like mtrace or valgrind with
memory leak tracking.

The current scheme uses assembly markers and linker script entries
to consolidate the free routine function pointers in the RELRO segment
and to be freed buffers in BSS.

This patch changes it to use specific free functions for
libc_freeres_ptrs buffers and call the function pointer array directly
with call_function_static_weak.

It allows the removal of both the internal macros and the linker
script sections.

Checked on x86_64-linux-gnu, i686-linux-gnu, and aarch64-linux-gnu.
Reviewed-by: Carlos O'Donell <carlos@redhat.com>
2023-03-27 13:57:55 -03:00
..
bug-atexit1-lib.c
bug-atexit1.c Prefer https for Sourceware links 2017-11-16 11:49:26 +05:30
bug-atexit2-lib.c
bug-atexit2.c Prefer https for Sourceware links 2017-11-16 11:49:26 +05:30
bug-atexit3-lib.cc support: Introduce new subdirectory for test infrastructure 2016-12-09 08:18:27 +01:00
bug-atexit3.c
bug-dl-leaf-lib-cb.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
bug-dl-leaf-lib.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
bug-dl-leaf.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
bug-dlopen1.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
bug-dlsym1-lib1.c
bug-dlsym1-lib2.c
bug-dlsym1.c
default.c
defaultmod1.c
defaultmod2.c
dladdr1.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
dladdr.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
dlclose.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
dlerror.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
dlerror.h Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functions 2023-03-27 13:57:55 -03:00
dlfcn.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
dlinfo.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
dlmopen.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
dlopen.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
dlopenold.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
dlsym.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
dlvsym.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
errmsg1.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
errmsg1mod.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
failtest.c
failtestmod.c Fix dlfcn/failtestmod.c warning. 2014-11-27 16:00:08 +00:00
glreflib1.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
glreflib2.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
glreflib3.c
glrefmain.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
libc_dlerror_result.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
libdl-compat.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
Makefile Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
modatexit.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
modcxaatexit.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
moddummy1.c Fix recursive dlopen. 2015-01-21 01:51:10 -05:00
moddummy2.c Fix recursive dlopen. 2015-01-21 01:51:10 -05:00
modstatic2.c dlfcn: Eliminate GLIBC_PRIVATE dependency from tststatic2 2021-06-03 09:12:05 +02:00
modstatic3.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
modstatic5.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
modstatic.c
sdlfreeres.c libc: Extend __libc_freeres framework (Bug 23329). 2018-06-29 22:39:06 -04:00
tst-dladdr.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
tst-dlinfo-phdr.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
tst-dlinfo.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
tst-rec-dlopen.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
tstatexit.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
tstcxaatexit.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
tststatic2.c dlfcn: Eliminate GLIBC_PRIVATE dependency from tststatic2 2021-06-03 09:12:05 +02:00
tststatic3.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
tststatic4.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
tststatic5.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
tststatic.c Convert dlfcn/tststatic to use test-skeleton. 2015-03-27 12:55:25 -07:00
Versions dlfcn: Move dlopen into libc 2021-06-03 08:26:04 +02:00