arm_cortex_a8_local_reloc.s 399 B

1234567891011121314151617181920212223242526272829303132
  1. .syntax unified
  2. .cpu cortex-a8
  3. .section .text.0, "x"
  4. .align 12
  5. _start:
  6. .type _start,%function
  7. bx lr
  8. .size _start,.-_start
  9. .section .text.1, "x"
  10. .align 11
  11. .thumb
  12. .type .Lfunc,%function
  13. .Lfunc:
  14. bx lr
  15. .size .Lfunc,.-.Lfunc
  16. .section .text.2, "x"
  17. .align 11
  18. .space 2042
  19. .align 1
  20. .thumb
  21. .global _test
  22. .type _test,%function
  23. _test:
  24. add.w r0, r0, 0
  25. b.w .Lfunc
  26. .size _test,.-_test