HomeSort by relevance Sort by last modified time
    Searched refs:unwind (Results 1 - 25 of 29) sorted by null

1 2

  /system/extras/tests/memtest/
thumb.cpp 2 #include <unwind.h>
  /external/clang/lib/Headers/
unwind.h 1 /*===---- unwind.h - Stack unwinding ----------------------------------------===
26 #if __has_include_next(<unwind.h>)
27 /* Darwin and libunwind provide an unwind.h. If that's available, use
34 // libunwind's unwind.h reflects the current visibility. However, Mozilla
35 // builds with -fvisibility=hidden and relies on gcc's unwind.h to reset the
41 # include_next <unwind.h>
44 # include_next <unwind.h>
  /external/llvm/test/MC/ELF/
section.s 91 .section .eh_frame,"a",@unwind
  /bionic/libc/bionic/
malloc_debug_stacktrace.cpp 28 #include <unwind.h>
malloc_debug_leak.cpp 40 #include <unwind.h>
malloc_debug_check.cpp 42 #include <unwind.h>
pthread_debug.c 42 #include <unwind.h>
  /hardware/ti/omap4xxx/
stacktrace.c 28 #include <unwind.h>
  /external/llvm/lib/MC/MCParser/
COFFAsmParser.cpp 123 bool ParseAtUnwindOrAtExcept(bool &unwind, bool &except);
276 return TokError("you must specify one or both of @unwind or @except");
278 bool unwind = false, except = false; local
279 if (ParseAtUnwindOrAtExcept(unwind, except))
283 if (ParseAtUnwindOrAtExcept(unwind, except))
292 getStreamer().EmitWin64EHHandler(handler, unwind, except);
435 bool COFFAsmParser::ParseAtUnwindOrAtExcept(bool &unwind, bool &except) {
442 return Error(startLoc, "expected @unwind or @except");
443 if (identifier == "unwind")
444 unwind = true
    [all...]
  /external/mksh/src/
main.c 446 unwind(LERROR);
650 unwind(i);
738 unwind(i);
779 unwind(LEXIT);
798 unwind(int i) function
1084 unwind(LERROR);
1100 unwind(LERROR);
1103 /* like errorf(), but no unwind is done */
1141 unwind(LERROR);
1154 unwind(LERROR)
    [all...]
exec.c 241 unwind(i);
347 unwind(i);
385 unwind(i);
482 unwind(LEXIT);
487 unwind(LERROR);
767 unwind(i);
821 unwind(LLEAVE);
    [all...]
histrap.c 1271 unwind(LEXIT);
1310 unwind(LLEAVE);
1315 unwind(LINTR);
    [all...]
expr.c 212 unwind(i);
295 unwind(LAEXPR);
jobs.c 551 unwind(LLEAVE);
557 unwind(LLEAVE);
    [all...]
funcs.c     [all...]
sh.h 587 /* # indicates env has valid jbuf (see unwind()) */
592 #define EF_FAKE_SIGDIE BIT(2) /* hack to get info from unwind to quitenv */
888 #define KSH_UNWIND_ERROR 0 /* unwind the stack (longjmp) */
    [all...]
edit.c 1178 unwind(LSHELL);
    [all...]
  /external/compiler-rt/lib/asan/
asan_linux.cc 33 #include <unwind.h>
  /external/qemu/
ia64.ld 75 .IA_64.unwind : { *(.IA_64.unwind* .gnu.linkonce.ia64unw.*) }
  /external/llvm/utils/vim/
llvm.vim 37 syn keyword llvmStatement ret br indirectbr switch invoke unwind unreachable
  /system/core/libcorkscrew/
backtrace.c 33 #include <unwind.h>
  /external/clang/www/demo/
index.cgi 99 $input =~ s@\b(add|sub|mul|div|rem|and|or|xor|setne|seteq|setlt|setgt|setle|setge|phi|tail|call|cast|to|shl|shr|vaarg|vanext|ret|br|switch|invoke|unwind|malloc|alloca|free|load|store|getelementptr|begin|end|true|false|declare|global|constant|const|internal|uninitialized|external|implementation|linkonce|weak|appending|null|to|except|not|target|endian|pointersize|big|little|volatile)\b@<span class="llvm_keyword">$1</span>@g;
  /external/llvm/lib/AsmParser/
LLLexer.cpp 488 KEYWORD(unwind);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.repository_2.0.1.R36x_v20100823.jar 
org.mortbay.jetty.util_6.1.23.v201004211559.jar 

Completed in 1022 milliseconds

1 2