1        .text
2        .globl myfunc
3        .globl func1
4        .type func1, %function
5func1:
6        adrp x8, :got: myfunc
7        ldr x8, [x8, :got_lo12: myfunc]
8        ret
9