don't fail on inability to install dynamic linker (e.g. if not root)
[musl] / crt / x86_64 / crti.s
1 .section .init
2 .global _init
3 _init:
4
5 .section .fini
6 .global _fini
7 _fini: