Use common bits/shm.h for more architectures.
[glibc.git] / sysdeps / generic / localplt.data
blob2d5c66ae28a2e85196e12d712b07c0a388e8d2e6
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.
4 libc.so: calloc
5 libc.so: free
6 libc.so: malloc
7 libc.so: memalign
8 libc.so: realloc
9 libm.so: matherr
10 # The main malloc is interposed into the dynamic linker, for
11 # allocations after the initial link (when dlopen is used).
12 ld.so: malloc
13 ld.so: calloc
14 ld.so: realloc
15 ld.so: free
16 # The TLS-enabled version of these functions is interposed from libc.so.
17 ld.so: _dl_signal_error
18 ld.so: _dl_catch_error
19 ld.so: _dl_signal_exception
20 ld.so: _dl_catch_exception