crti.S 343 B

1234567891011121314151617
  1. /*
  2. * This file just supplies function prologues for the .init and .fini
  3. * sections. It is linked in before crtbegin.o.
  4. */
  5. .section .init
  6. .globl _init
  7. .type _init,@function
  8. _init:
  9. add .l2 -8, B15, B15
  10. stw .d2t2 B3,*+B15(4)
  11. .section .fini
  12. .globl _fini
  13. .type _fini,@function
  14. _fini:
  15. add .l2 -8, B15, B15
  16. stw .d2t2 B3,*+B15(4)