ref: 8d25c7aef545efc77a25e9511df145ccba20087d dir: /lib/crt/amd64-sysv-linux/crt.s/
.file "crt.s" .text .global _start _start: call main movl %eax, %edi call exit