2012-04-25 04:53:38 +08: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-12 06:18:24 +08:00
|
|
|
libc.so: calloc
|
|
|
|
libc.so: free
|
|
|
|
libc.so: malloc
|
|
|
|
libc.so: memalign
|
|
|
|
libc.so: realloc
|
|
|
|
libm.so: matherr
|
2014-12-22 01:12:04 +08: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-07 04:48:44 +08:00
|
|
|
ld.so: __libc_memalign
|
|
|
|
ld.so: malloc
|
|
|
|
ld.so: calloc
|
|
|
|
ld.so: realloc
|
|
|
|
ld.so: free
|