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