mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-26 23:10:06 +00:00
9dad716d4d
Wean mtrace away from the malloc hooks and move them into the debug DSO. Split the API away from the implementation so that we can add the API to libc.so as well as libc_malloc_debug.so, with the libc implementations being empty. Update localplt data since memalign no longer has any callers after this change. Reviewed-by: Carlos O'Donell <carlos@redhat.com> Tested-by: Carlos O'Donell <carlos@redhat.com>
33 lines
1.1 KiB
Plaintext
33 lines
1.1 KiB
Plaintext
libc.so: _OtsAddX ?
|
|
libc.so: _OtsConvertFloatTX ?
|
|
libc.so: _OtsConvertFloatXT ?
|
|
libc.so: _OtsCvtQUX ?
|
|
libc.so: _OtsCvtQX ?
|
|
libc.so: _OtsCvtXQ ?
|
|
libc.so: _OtsDivX ?
|
|
libc.so: _OtsEqlX ?
|
|
libc.so: _OtsGeqX ?
|
|
libc.so: _OtsGtrX ?
|
|
libc.so: _OtsLeqX ?
|
|
libc.so: _OtsLssX ?
|
|
libc.so: _OtsMulX ?
|
|
libc.so: _OtsNeqX ?
|
|
libc.so: _OtsNintXQ ?
|
|
libc.so: _OtsSubX ?
|
|
libc.so: _Unwind_Find_FDE
|
|
libc.so: calloc + RELA R_ALPHA_GLOB_DAT
|
|
libc.so: free + RELA R_ALPHA_GLOB_DAT
|
|
libc.so: malloc + RELA R_ALPHA_GLOB_DAT
|
|
libc.so: realloc + RELA R_ALPHA_GLOB_DAT
|
|
libm.so: matherr + RELA R_ALPHA_GLOB_DAT
|
|
# We used to offer inline functions that used this, so it must be exported.
|
|
# Ought to reorg things such that carg isn't thus forced to use a plt.
|
|
libm.so: __atan2
|
|
# The dynamic loader needs __tls_get_addr for TLS.
|
|
ld.so: __tls_get_addr ?
|
|
# The TLS-enabled version of these functions is interposed from libc.so.
|
|
ld.so: _dl_signal_error + RELA R_ALPHA_GLOB_DAT
|
|
ld.so: _dl_catch_error + RELA R_ALPHA_GLOB_DAT
|
|
ld.so: _dl_signal_exception + RELA R_ALPHA_GLOB_DAT
|
|
ld.so: _dl_catch_exception + RELA R_ALPHA_GLOB_DAT
|