1 .text 2 .type foo, @function 3 .global foo 4 foo: 5 adrp x0, xxx 6 add x0, x0, :lo12:xxx 7 ret 8 9 .data 10 xxx: 11 .quad ifunc 12