1 2 3 4 5 6 7 8 9 10 11
.seg ".init" .globl _init .type _init,#function _init: save %sp,-96,%sp .seg ".fini" .globl _fini .type _fini,#function _fini: save %sp,-96,%sp