Searched defs:unwind (Results 1 - 8 of 8) sorted by path

/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 ...
/external/jetty/lib/
H A Djetty-util-6.1.26.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mortbay/ org/mortbay/util/ org/mortbay/util/ajax/ ...
/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/llvm/lib/MC/MCParser/
H A DCOFFAsmParser.cpp139 bool ParseAtUnwindOrAtExcept(bool &unwind, bool &except);
558 return TokError("you must specify one or both of @unwind or @except");
560 bool unwind = false, except = false; local
561 if (ParseAtUnwindOrAtExcept(unwind, except))
565 if (ParseAtUnwindOrAtExcept(unwind, except))
574 getStreamer().EmitWinEHHandler(handler, unwind, except);
717 bool COFFAsmParser::ParseAtUnwindOrAtExcept(bool &unwind, bool &except) { argument
724 return Error(startLoc, "expected @unwind or @except");
725 if (identifier == "unwind")
726 unwind
[all...]
/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/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.
1197 unwind(LERROR);
1213 unwind(LERROR);
1216 /* like errorf(), but no unwind is done */
1254 unwind(LERRO
[all...]

Completed in 748 milliseconds