Home | History | Annotate | Download | only in ld-aarch64
      1 	.global	p
      2 	.global	a
      3 	.section	.tbss,"awT",%nobits
      4 p:
      5 	.zero   4096
      6 a:
      7 	.zero	52
      8 
      9 	.text
     10 
     11 # Compute the address of an integer within structure a, padded
     12 # by an array of size 48
     13 
     14 	mrs	x0, tpidr_el0
     15 	add	x0, x0, #:tprel_hi12:a+48
     16 	add	x0, x0, #:tprel_lo12_nc:a+48
     17 	ret
     18