i386_mov_to_lea2.s 140 B

1234567891011
  1. .text
  2. .type foo, @function
  3. foo:
  4. ret
  5. .size foo, .-foo
  6. .globl bar
  7. .type bar, @function
  8. bar:
  9. movl foo@GOT(%ecx), %eax
  10. .size bar, .-bar