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