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
8libc.so: __sigsetjmp
9libc.so: _IO_funlockfile
10libc.so: __errno_location
11libm.so: matherr
12# The TLS-enabled version of these functions is interposed from libc.so.
13ld.so: _dl_signal_error
14ld.so: _dl_catch_error
15ld.so: _dl_signal_exception
16ld.so: _dl_catch_exception
17