Versions 262 B

1234567891011121314151617
  1. libc {
  2. GLIBC_2.19 {
  3. setjmp; _setjmp; __sigsetjmp;
  4. longjmp; _longjmp; siglongjmp;
  5. }
  6. }
  7. ld {
  8. GLIBC_2.3 {
  9. # runtime interface to TLS
  10. __tls_get_offset;
  11. }
  12. GLIBC_PRIVATE {
  13. # Exported by ld used by libc.
  14. __tls_get_addr_internal;
  15. }
  16. }