crti.s 145 B

1234567891011
  1. .section .init
  2. .global _init
  3. .type _init,%function
  4. _init:
  5. push {r0,lr}
  6. .section .fini
  7. .global _fini
  8. .type _fini,%function
  9. _fini:
  10. push {r0,lr}