undef-tls.s 296 B

12345678910111213
  1. .global get
  2. .type get, %function
  3. get:
  4. .LFB0:
  5. mrs x0, tpidr_el0
  6. add x0, x0, #:tprel_hi12:tls, lsl #12
  7. add x0, x0, #:tprel_lo12_nc:tls
  8. add x0, x0, #:dtprel_hi12:dtl
  9. add x0, x0, #:dtprel_lo12:dtl
  10. ret
  11. .LFE0:
  12. .size get, .-get