Home | History | Annotate | Download | only in ld-ifunc
      1 	.type foo,%gnu_indirect_function
      2 foo:
      3 	ret
      4 	.globl _start
      5 _start:
      6 	ret
      7 	.globl __start
      8 __start:
      9 	.data
     10 	.dc.a foo
     11