2012-04-24 20:53:38 +00:00
|
|
|
# See scripts/check-localplt.awk for how this file is processed.
|
|
|
|
# PLT use is required for the malloc family and for matherr because
|
|
|
|
# users can define their own functions and have library internals call them.
|
2006-01-11 22:18:24 +00:00
|
|
|
libc.so: calloc
|
|
|
|
libc.so: free
|
|
|
|
libc.so: malloc
|
|
|
|
libc.so: memalign
|
|
|
|
libc.so: realloc
|
|
|
|
libm.so: matherr
|
2014-12-21 17:12:04 +00:00
|
|
|
# The dynamic loader uses __libc_memalign internally to allocate aligned
|
|
|
|
# TLS storage. The other malloc family of functions are expected to allow
|
|
|
|
# user symbol interposition.
|
2014-11-06 20:48:44 +00:00
|
|
|
ld.so: __libc_memalign
|
|
|
|
ld.so: malloc
|
|
|
|
ld.so: calloc
|
|
|
|
ld.so: realloc
|
|
|
|
ld.so: free
|