Home | History | Annotate | Download | only in ld-aarch64
      1 	.global	b
      2 	.section	.rodata
      3 	.align	3
      4 .LC0:
      5 	.string	"bar"
      6 	.align	3
      7 	.type	b, %object
      8 	.size	b, 8
      9 b:
     10 	.xword	.LC0
     11 	.text
     12 	.align	2
     13 	.global	bar
     14 	.type	bar, %function
     15 bar:
     16 	adrp	x0, .LC0
     17 	add	x0, x0, :lo12:.LC0
     18 	ret
     19 	.size	bar, .-bar
     20