HomeSort by: relevance | last modified time | path
    Searched refs:___chkstk (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Support/Windows/
explicit_symbols.inc 17 EXPLICIT_SYMBOL(___chkstk)
  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/x86_64/
chkstk2.S 18 DEFINE_COMPILERRT_FUNCTION(___chkstk)
39 END_COMPILERRT_FUNCTION(___chkstk)
  /src/external/gpl3/gcc/dist/libgcc/config/i386/
cygwin.S 38 .global ___chkstk
47 /* ___chkstk is a *special* function call, which uses %rax as the argument.
51 ___chkstk: label
79 ___chkstk: label
111 We avoid clobbering any registers. Unlike ___chkstk, it just probes the
  /src/external/gpl3/gcc.old/dist/libgcc/config/i386/
cygwin.S 38 .global ___chkstk
47 /* ___chkstk is a *special* function call, which uses %rax as the argument.
51 ___chkstk: label
79 ___chkstk: label
111 We avoid clobbering any registers. Unlike ___chkstk, it just probes the
  /src/external/apache2/llvm/autoconf/
configure 9461 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ___chkstk in -lgcc" >&5
9462 $as_echo_n "checking for ___chkstk in -lgcc... " >&6; }
9477 char ___chkstk ();
9481 return ___chkstk ();

Completed in 21 milliseconds