Searched defs:unwind (Results 1 - 9 of 9) sorted by relevance

/external/libunwind/doc/
H A Dlibunwind-dynamic.tex8 \begin{Name}{3}{libunwind-dynamic}{David Mosberger-Tang}{Programming Library}{Introduction to dynamic unwind-info}libunwind-dynamic -- libunwind-support for runtime-generated code
23 emitting \emph{unwind-info} which provides the minimum amount of
26 generator must use the dynamic unwind-info interface provided by
38 into code for which the default unwind-conventions apply and for such
39 code, it is not strictly necessary to register dynamic unwind-info.
58 reason, the dynamic unwind-info interface of \Prog{libunwind} makes no
62 by the dynamic unwind-info is the point at which the stack-pointer
86 A runtime code-generator registers the dynamic unwind-info of a
107 \item[\Type{int32\_t} \Var{format}] The format of the unwind-info.
112 structure for every possible unwind
[all...]
/external/lldb/source/API/
H A DSBExpressionOptions.cpp63 SBExpressionOptions::SetUnwindOnError (bool unwind) argument
65 m_opaque_ap->SetUnwindOnError (unwind);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Di915_vtbl.c445 GLuint unwind; local
465 unwind = intel->batch.used;
478 intel->batch.map + unwind,
480 intel->batch.used = unwind;
482 i915->last_sampler = unwind;
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Di915_vtbl.c445 GLuint unwind; local
465 unwind = intel->batch.used;
478 intel->batch.map + unwind,
480 intel->batch.used = unwind;
482 i915->last_sampler = unwind;
/external/llvm/lib/MC/MCParser/
H A DCOFFAsmParser.cpp139 bool ParseAtUnwindOrAtExcept(bool &unwind, bool &except);
554 return TokError("you must specify one or both of @unwind or @except");
556 bool unwind = false, except = false; local
557 if (ParseAtUnwindOrAtExcept(unwind, except))
561 if (ParseAtUnwindOrAtExcept(unwind, except))
570 getStreamer().EmitWinEHHandler(handler, unwind, except);
713 bool COFFAsmParser::ParseAtUnwindOrAtExcept(bool &unwind, bool &except) { argument
720 return Error(startLoc, "expected @unwind or @except");
721 if (identifier == "unwind")
722 unwind
[all...]
/external/mksh/src/
H A Dmain.c465 unwind(LERROR);
693 unwind(i);
783 unwind(i);
825 unwind(LEXIT);
847 unwind(int i) function
857 * callers of unwind(LERROR) here; exec.c has the regular case.
1192 unwind(LERROR);
1208 unwind(LERROR);
1211 /* like errorf(), but no unwind is done */
1249 unwind(LERRO
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/
H A Dcoff-objfmt.c191 /*@null@*/ coff_unwind_info *unwind; /* Unwind info */ member in struct:yasm_objfmt_coff
300 objfmt_coff->unwind = NULL;
1288 if (objfmt_coff->unwind)
1289 yasm_win64__uwinfo_destroy(objfmt_coff->unwind);
2008 objfmt_coff->unwind = yasm_win64__uwinfo_create();
2009 objfmt_coff->unwind->proc = yasm_symtab_use(object->symtab, name, line);
2015 objfmt_coff->unwind->ehandler =
2034 if (!objfmt_coff->unwind)
2035 yasm_internal_error(N_("unwind info not present"));
2075 /* Generate a PUSH_NONVOL unwind cod
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.repository_2.0.1.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.mortbay.jetty.util_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 253 milliseconds