crti.s 101 B

123456789
  1. .section .init
  2. .global _init
  3. _init:
  4. push {r0,lr}
  5. .section .fini
  6. .global _fini
  7. _fini:
  8. push {r0,lr}