GLIBC_2.27 __nl_langinfo_l F
GLIBC_2.27 __nss_configure_lookup F
GLIBC_2.27 __nss_database_lookup F
-GLIBC_2.27 __nss_group_lookup F
GLIBC_2.27 __nss_hostname_digits_dots F
-GLIBC_2.27 __nss_hosts_lookup F
GLIBC_2.27 __nss_next F
-GLIBC_2.27 __nss_passwd_lookup F
GLIBC_2.27 __obstack_printf_chk F
GLIBC_2.27 __obstack_vprintf_chk F
GLIBC_2.27 __open F
GLIBC_2.27 GLIBC_2.27 A
-GLIBC_2.27 _LIB_VERSION D 0x4
GLIBC_2.27 __acos_finite F
GLIBC_2.27 __acosf_finite F
GLIBC_2.27 __acosh_finite F
GLIBC_2.27 lround F
GLIBC_2.27 lroundf F
GLIBC_2.27 lroundl F
-GLIBC_2.27 matherr F
GLIBC_2.27 modf F
GLIBC_2.27 modff F
GLIBC_2.27 modfl F
GLIBC_2.27 nextupf F
GLIBC_2.27 nextupl F
GLIBC_2.27 pow F
-GLIBC_2.27 pow10 F
-GLIBC_2.27 pow10f F
-GLIBC_2.27 pow10l F
GLIBC_2.27 powf F
GLIBC_2.27 powl F
GLIBC_2.27 remainder F
GLIBC_2.27 __sym_ston F
GLIBC_2.27 _getlong F
GLIBC_2.27 _getshort F
-GLIBC_2.27 _res_opcodes D 0x40
GLIBC_2.27 inet_net_ntop F
GLIBC_2.27 inet_net_pton F
GLIBC_2.27 inet_neta F
--- /dev/null
+# 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.
+libc.so: calloc
+libc.so: free
+libc.so: malloc
+libc.so: memalign
+libc.so: realloc
+# The dynamic loader needs __tls_get_addr for TLS.
+ld.so: __tls_get_addr
+# The main malloc is interposed into the dynamic linker, for
+# allocations after the initial link (when dlopen is used).
+ld.so: malloc
+ld.so: calloc
+ld.so: realloc
+ld.so: free
+# The TLS-enabled version of these functions is interposed from libc.so.
+ld.so: _dl_signal_error
+ld.so: _dl_catch_error
+ld.so: _dl_signal_exception
+ld.so: _dl_catch_exception