xref: /llvm-project/lld/test/ELF/Inputs/aarch64-addrifunc.s (revision 19d53d45f2709d37b07bcd73dc5300304ce2ffee)
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