blob: 9d4545582879bed4146f77a84c5f90d0cfaf44ab [file] [log] [blame]
.section .data.rel,"aw",@progbits
.globl ifunc_ptrt
.type ifunc_ptr, @object
ifunc_ptr:
.dc.a ifunc
.text
.type ifunc, @gnu_indirect_function
.globl ifunc
ifunc:
ret
.size ifunc, .-ifunc
.type bar, @function
.globl bar
bar:
call ifunc@PLT
.size bar, .-bar