Home | History | Annotate | Download | only in ld-ifunc
      1 	.text
      2         .type foo, @function
      3 	.global foo
      4 foo:
      5 	movl xxx@GOT(%ebx), %eax
      6         ret
      7 
      8 	.data
      9 xxx:
     10 	.long ifunc
     11