tls-dtprelm.s 342 B

1234567891011121314151617181920212223242526
  1. .text
  2. .ifndef r
  3. .set r,1
  4. .endif
  5. .global tlsdsofndtprelm
  6. .type tlsdsofndtprelm,@function
  7. .p2align 1
  8. tlsdsofndtprelm:
  9. move.w x:DTPREL16,$r10
  10. .Lfe:
  11. .size tlsdsofndtprelm,.Lfe-tlsdsofndtprelm
  12. .globl z
  13. .section .tdata,"awT",@progbits
  14. .p2align 2
  15. .type z,@object
  16. .size z,r
  17. z:
  18. .fill r,1,42
  19. .type x,@object
  20. .size x,1
  21. x:
  22. .byte 42