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: _Unwind_Find_FDE
9libc.so: _exit
10libc.so: __errno_location
11libm.so: matherr
12# Generated by the compiler because there is no trap insn pattern.
13libc.so: abort ?
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