aarch64_reloc_none.s 188 B

12345678910111213141516
  1. .text
  2. .global _start
  3. .type _start, %function
  4. _start:
  5. nop
  6. .reloc 0, R_AARCH64_NONE, foo
  7. .section .foo,"ax"
  8. .global foo
  9. foo:
  10. nop
  11. .section .bar,"ax"
  12. .global bar
  13. bar:
  14. nop