blob: 9757fcbf82caa8a67371ce0564bc38b149620668 [file] [log] [blame]
.text
.globl _start
.globl ifunc
.type ifunc, @gnu_indirect_function
_start:
lea .Ljmp(%rip), %rax
ifunc:
jmp *(%rax)
.section .data.rel.ro.local,"aw",@progbits
.align 8
.Ljmp:
.quad ifunc