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

  /system/extras/tests/memtest/
thumb.cpp 2 #include <unwind.h>
  /external/llvm/test/MC/ELF/
section.s 91 .section .eh_frame,"a",@unwind
  /system/core/debuggerd/
debuggerd.h 20 #include <unwind.h>
Android.mk 8 LOCAL_SRC_FILES:= debuggerd.c utility.c getevent.c $(TARGET_ARCH)/machine.c $(TARGET_ARCH)/unwind.c symbol_table.c
  /hardware/ti/omap4xxx/
stacktrace.c 28 #include <unwind.h>
  /external/llvm/lib/MC/MCParser/
COFFAsmParser.cpp 121 bool ParseAtUnwindOrAtExcept(bool &unwind, bool &except);
259 return TokError("you must specify one or both of @unwind or @except");
261 bool unwind = false, except = false; local
262 if (ParseAtUnwindOrAtExcept(unwind, except))
266 if (ParseAtUnwindOrAtExcept(unwind, except))
275 getStreamer().EmitWin64EHHandler(handler, unwind, except);
418 bool COFFAsmParser::ParseAtUnwindOrAtExcept(bool &unwind, bool &except) {
425 return Error(startLoc, "expected @unwind or @except");
426 if (identifier == "unwind")
427 unwind = true
    [all...]
  /external/mksh/src/
main.c 343 unwind(LERROR);
525 unwind(i);
609 unwind(i); /* keep on going */
648 unwind(LEXIT);
667 unwind(int i) function
918 unwind(LERROR);
921 /* like errorf(), but no unwind is done */
962 unwind(LERROR);
984 unwind(LERROR);
    [all...]
exec.c 183 unwind(i);
282 unwind(i);
318 unwind(i);
388 unwind(LEXIT); /* exit child */
393 unwind(LERROR);
650 unwind(i);
706 unwind(LLEAVE);
    [all...]
histrap.c 1242 unwind(LEXIT);
1274 unwind(LLEAVE);
1279 unwind(LINTR);
expr.c 218 unwind(i);
299 unwind(LAEXPR);
jobs.c 496 unwind(LLEAVE);
501 unwind(LLEAVE);
    [all...]
funcs.c     [all...]
sh.h 549 /* # indicates env has valid jbuf (see unwind()) */
554 #define EF_FAKE_SIGDIE BIT(2) /* hack to get info from unwind to quitenv */
821 #define KSH_UNWIND_ERROR 0 /* unwind the stack (longjmp) */
    [all...]
edit.c 1160 unwind(LSHELL);
    [all...]
  /external/qemu/
ia64.ld 75 .IA_64.unwind : { *(.IA_64.unwind* .gnu.linkonce.ia64unw.*) }
  /frameworks/base/libs/utils/
CallStack.cpp 31 #include <unwind.h>
  /system/core/debuggerd/arm/
pr-support.c 36 #include <unwind.h>
64 /* Unwind descriptors. */
156 /* Refuse to unwind. */
unwind.c 30 * The functions here are derived from gcc/config/arm/unwind-arm.c from the
37 #include <unwind.h>
105 /* Unwind descriptors. */
119 /* The ABI specifies that the unwind routines may only use core registers,
475 /* Perform stack backtrace through unwind data. Return the level of stack it
  /external/llvm/utils/vim/
llvm.vim 37 syn keyword llvmStatement ret br indirectbr switch invoke unwind unreachable
  /hardware/msm7k/librpc/
svc_clnt_common.c 161 #include <unwind.h>
  /bionic/libc/bionic/
malloc_debug_leak.c 40 #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 645 INSTKEYWORD(unwind, Unwind);
  /external/llvm/test/Bindings/Ocaml/
vmcore.ml     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 254 | Unwind
    [all...]

Completed in 504 milliseconds