1 .text 2 .global func 3 .type func, %function 4func: 5 adrp x0, :got:foo 6 ldr x0, [x0, #:got_lo12:foo] 7 ldr w0, [x0] 8 ret 9 .size func, .-func 10