Lines Matching defs:exit
439 "call main\n" // main() returns the status code, we'll exit with it.
440 "mov %eax, %edi\n" // retrieve exit code (32 bit)
442 "syscall\n" // really exit
628 "mov %eax, %ebx\n" // retrieve exit code (32-bit int)
630 "int $0x80\n" // exit now
813 "bl main\n" // main() returns the status code, we'll exit with it.
1009 "bl main\n" // main() returns the status code, we'll exit with it.
1212 "jal main\n" // main() returns the status code, we'll exit with it.
1214 "move $a0, $v0\n" // retrieve 32-bit exit code from v0
1411 "call main\n" // main() returns the status code, we'll exit with it.
1801 void exit(int status)