localplt.data 485 B

12345678910111213141516171819
  1. libc.so: calloc
  2. libc.so: free
  3. libc.so: malloc
  4. libc.so: memalign
  5. libc.so: realloc
  6. libm.so: matherr
  7. libm.so: matherrf
  8. libm.so: matherrl
  9. # The main malloc is interposed into the dynamic linker, for
  10. # allocations after the initial link (when dlopen is used).
  11. ld.so: malloc
  12. ld.so: calloc
  13. ld.so: realloc
  14. ld.so: free
  15. # The TLS-enabled version of these functions is interposed from libc.so.
  16. ld.so: _dl_signal_error
  17. ld.so: _dl_catch_error
  18. ld.so: _dl_signal_exception
  19. ld.so: _dl_catch_exception