Home
last modified time | relevance | path

Searched defs:_exit (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/gnu/llvm/compiler-rt/lib/builtins/avr/
H A Dexit.S12 .globl _exit symbol
15 _exit: label
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A Dbuiltin-noret-1.c56 _exit (int i) in _exit() function
/openbsd-src/gnu/usr.bin/gcc/gcc/config/m68k/
H A Dmot3300Mcrt0.S110 _exit: moveq &1,%d0 label
/openbsd-src/gnu/gcc/gcc/config/avr/
H A Dlibgcc.S641 .global _exit symbol
643 _exit: label
/openbsd-src/gnu/usr.bin/gcc/gcc/config/avr/
H A Dlibgcc.S641 .global _exit symbol
643 _exit: label
/openbsd-src/gnu/usr.bin/gcc/gcc/config/m68hc11/
H A Dlarith.asm218 .globl _exit symbol
224 _exit: label
/openbsd-src/gnu/gcc/gcc/config/m68hc11/
H A Dlarith.asm218 .globl _exit symbol
224 _exit: label
/openbsd-src/gnu/usr.bin/gcc/gcc/config/ip2k/
H A Dlibgcc.S1465 .global _exit symbol
1470 _exit: label
/openbsd-src/gnu/llvm/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cpp488 INTERCEPTOR(void, _exit, int status) { in INTERCEPTOR() argument
490 REAL(_exit)(status); in INTERCEPTOR() local