crti.S 247 B

12345678910111213141516
  1. /* glibc's sysdeps/xtensa/elf/initfini.c used for reference [PROLOG] */
  2. .section .init
  3. .align 4
  4. .global _init
  5. .type _init, @function
  6. _init:
  7. entry sp, 48
  8. .section .fini
  9. .align 4
  10. .global _fini
  11. .type _fini, @function
  12. _fini:
  13. entry sp, 48