Home | History | Annotate | Download | only in i386
      1 	.global foo
      2 	.type foo, @function
      3 foo:
      4 	jmp ifunc@PLT
      5 	.type ifunc, @gnu_indirect_function
      6 ifunc:
      7 	ret
      8 	.global bar
      9 	.type bar, @function
     10 bar:
     11 	jmp normal@PLT
     12 	.type normal, @function
     13 normal:
     14 	ret
     15