1# See scripts/check-localplt.awk for how this file is processed. 2# PLT use is required for the malloc family and for matherr because 3# users can define their own functions and have library internals call them. 4libc.so: calloc 5libc.so: free 6libc.so: malloc 7libc.so: realloc 8libm.so: matherr 9# If outline atomics are used, libgcc (built outside of glibc) may 10# call __getauxval using the PLT. 11libc.so: __getauxval ? 12# The dynamic loader needs __tls_get_addr for TLS. 13ld.so: __tls_get_addr 14# The TLS-enabled version of these functions is interposed from libc.so. 15ld.so: _dl_signal_error 16ld.so: _dl_catch_error 17ld.so: _dl_signal_exception 18ld.so: _dl_catch_exception 19