github.com/afumu/libc@v0.0.6/musl/crt/x32/crti.s (about) 1 .section .init 2 .global _init 3 _init: 4 push %rax 5 6 .section .fini 7 .global _fini 8 _fini: 9 push %rax