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

  /external/libunwind/doc/
libunwind-dynamic.tex 8 \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-info format
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i915/
i915_vtbl.c 445 GLuint unwind; local
465 unwind = intel->batch.used;
478 intel->batch.map + unwind,
480 intel->batch.used = unwind;
482 i915->last_sampler = unwind;
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/include/gdb/
jit-reader.h 263 /* This struct is passed to unwind in gdb_reader_funcs, and is to be
264 used to unwind the current frame (current being the frame whose
294 /* Unwind the current frame, CB is the set of unwind callbacks that
337 gdb_unwind_frame *unwind; member in struct:gdb_reader_funcs
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/include/gdb/
jit-reader.h 263 /* This struct is passed to unwind in gdb_reader_funcs, and is to be
264 used to unwind the current frame (current being the frame whose
294 /* Unwind the current frame, CB is the set of unwind callbacks that
337 gdb_unwind_frame *unwind; member in struct:gdb_reader_funcs
  /external/llvm/lib/MC/MCParser/
COFFAsmParser.cpp 140 bool ParseAtUnwindOrAtExcept(bool &unwind, bool &except);
574 return TokError("you must specify one or both of @unwind or @except");
576 bool unwind = false, except = false; local
577 if (ParseAtUnwindOrAtExcept(unwind, except))
581 if (ParseAtUnwindOrAtExcept(unwind, except))
590 getStreamer().EmitWinEHHandler(handler, unwind, except);
733 bool COFFAsmParser::ParseAtUnwindOrAtExcept(bool &unwind, bool &except) {
740 return Error(startLoc, "expected @unwind or @except");
741 if (identifier == "unwind")
742 unwind = true
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-tic6x.h 117 tic6x_unwind_info *unwind; member in struct:__anon75270
204 /* We want .cfi_* pseudo-ops for generating unwind info. */
tc-hppa.c 69 #define UNWIND_SECTION_NAME ".PARISC.unwind"
77 #define UNWIND_SECTION_NAME "$UNWIND$"
116 /* Unwind table and descriptor. FIXME: Sync this with GDB version. */
143 place, so use these macros when dumping unwind descriptors to
178 creation of the correct stack unwind descriptors.
188 /* The unwind descriptor being built. */
5995 unsigned int unwind; local
    [all...]
tc-tic6x.c 189 /* Return the frame unwind state for the current function, allocating
194 tic6x_unwind_info *unwind; local
196 unwind = seg_info (now_seg)->tc_segment_info_data.unwind;
197 if (unwind)
198 return unwind;
200 unwind = seg_info (now_seg)->tc_segment_info_data.text_unwind;
201 if (unwind)
202 return unwind;
204 unwind = (tic6x_unwind_info *)xmalloc (sizeof (tic6x_unwind_info))
377 tic6x_unwind_info *unwind = tic6x_get_unwind (); local
402 tic6x_unwind_info *unwind = tic6x_get_unwind (); local
429 tic6x_unwind_info *unwind = tic6x_get_unwind (); local
450 tic6x_unwind_info *unwind = tic6x_get_unwind (); local
475 tic6x_unwind_info *unwind = tic6x_get_unwind (); local
4608 tic6x_unwind_info *unwind = tic6x_get_unwind (); local
4729 tic6x_unwind_info *unwind = tic6x_get_unwind (); local
4756 tic6x_unwind_info *unwind = tic6x_get_unwind (); local
4809 tic6x_unwind_info *unwind = tic6x_get_unwind (); local
4828 tic6x_unwind_info *unwind = tic6x_get_unwind (); local
4886 tic6x_unwind_info *unwind = tic6x_get_unwind (); local
5083 tic6x_unwind_info *unwind = tic6x_get_unwind (); local
    [all...]
tc-ia64.c 138 /* The following pseudo-registers are used for unwind directives only: */
267 /* What to do when something is wrong with unwind directives. */
303 struct unw_rec_list *unwind_record; /* Unwind directive. */
621 /* unwind-related constants: */
630 /* unwind-related registers: */
651 {".IA_64.unwind"}, {".IA_64.unwind_info"},
729 unwind records. */
766 /* Maintain a list of unwind entries for the current function. */
770 /* Any unwind entries that should be attached to the current slot
774 /* These are used to create the unwind table entry for this function. *
794 } unwind; variable in typeref:struct:__anon75180
    [all...]
tc-arm.c 44 /* Must be at least the size of the largest unwind opcode (currently two). */
76 } unwind; variable in typeref:struct:__anon75135
    [all...]
  /external/mksh/src/
main.c 476 unwind(LERROR);
704 unwind(i);
794 unwind(i);
838 unwind(LEXIT);
860 unwind(int i) function
870 * callers of unwind(LERROR) here; exec.c has the regular case.
1210 unwind(LERROR);
1226 unwind(LERROR);
1229 /* like errorf(), but no unwind is done */
1266 unwind(LERROR)
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.transport.ecf_1.1.0.v20130516-1858.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.transport.ecf_1.1.0.v20130516-1858.jar 
  /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 
  /external/guice/extensions/struts2/lib/
jetty-util-6.1.0.jar 
  /external/jetty/lib/
jetty-util-6.1.26.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit-core-js/2.14/
htmlunit-core-js-2.14.jar 
  /prebuilts/tools/common/m2/repository/org/mozilla/rhino/1.7R3/
rhino-1.7R3.jar 
  /prebuilts/tools/common/google-api-java-client/1.20.0/
google-api-java-client-min-repackaged-1.20.0.jar 
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 
  /prebuilts/tools/linux-x86_64/kythe/extractors/
javac_extractor.jar 
  /prebuilts/tools/linux-x86_64/kythe/indexers/
java_indexer.jar 

Completed in 709 milliseconds