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: memset ?
8libc.so: realloc
9# The TLS-enabled version of these functions is interposed from libc.so.
10ld.so: _dl_signal_error
11ld.so: _dl_catch_error
12ld.so: _dl_signal_exception
13ld.so: _dl_catch_exception
14