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