arm_abs_lib.s 778 B

12345678910111213141516171819202122232425262728293031323334353637
  1. .syntax unified
  2. .text
  3. .align 2
  4. .global _movt_abs_global
  5. .type _movt_abs_global, %function
  6. _movt_abs_global:
  7. bx lr
  8. .size _movt_abs_global, .-_movt_abs_global
  9. .global _movw_abs_global
  10. .type _movw_abs_global, %function
  11. _movw_abs_global:
  12. bx lr
  13. .size _movw_abs_global, .-_movw_abs_global
  14. .thumb
  15. .align 2
  16. .global _thm_movt_abs_global
  17. .type _thm_movt_abs_global, %function
  18. _thm_movt_abs_global:
  19. bx lr
  20. .size _thm_movt_abs_global, .-_thm_movt_abs_global
  21. .global _thm_movw_abs_global
  22. .type _thm_movw_abs_global, %function
  23. _thm_movw_abs_global:
  24. bx lr
  25. .size _thm_movw_abs_global, .-_thm_movw_abs_global
  26. .global _abs32_global_plt
  27. .type _abs32_global_plt, %function
  28. _abs32_global_plt:
  29. bx lr
  30. .size _abs32_global_plt, .-_abs32_global_plt
  31. .comm _abs32_global,4,4