HomeSort by relevance Sort by last modified time
    Searched defs:unwind (Results 1 - 24 of 24) 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...]
  /system/core/libunwindstack/tests/
UnwindTest.cpp 91 std::string unwind; local
93 unwind += unwinder.FormatFrame(i) + '\n';
97 "Unwind completed without finding all frames\n"
99 function_names.front() + "\n" + "Unwind data:\n" + unwind;
107 unwinder.Unwind();
336 unwinder.Unwind();
  /external/mesa3d/src/mesa/drivers/dri/i915/
i915_vtbl.c 444 GLuint unwind; local
464 unwind = intel->batch.used;
477 intel->batch.map + unwind,
479 intel->batch.used = unwind;
481 i915->last_sampler = unwind;
  /external/swiftshader/third_party/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/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.27/gas/config/
tc-tic6x.h 117 tic6x_unwind_info *unwind; member in struct:__anon4392
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. */
5960 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 =XNEW (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
4605 tic6x_unwind_info *unwind = tic6x_get_unwind (); local
4726 tic6x_unwind_info *unwind = tic6x_get_unwind (); local
4753 tic6x_unwind_info *unwind = tic6x_get_unwind (); local
4806 tic6x_unwind_info *unwind = tic6x_get_unwind (); local
4825 tic6x_unwind_info *unwind = tic6x_get_unwind (); local
4883 tic6x_unwind_info *unwind = tic6x_get_unwind (); local
5080 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:__anon4297
    [all...]
tc-arm.c 44 /* Must be at least the size of the largest unwind opcode (currently two). */
76 } unwind; variable in typeref:struct:__anon4250
    [all...]
  /external/mksh/src/
main.c 529 unwind(LERROR);
756 unwind(i);
860 unwind(i);
904 unwind(LEXIT);
926 unwind(int i) function
936 * callers of unwind(LERROR) here; exec.c has the regular case.
1280 unwind(LERROR);
1296 unwind(LERROR);
1299 /* like errorf(), but no unwind is done */
1334 unwind(LERROR)
    [all...]
  /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/guice/extensions/struts2/lib/
jetty-util-6.1.0.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 
  /external/error_prone/javac/
javac-9+181-r4173-1.jar 
  /prebuilts/tools/common/m2/repository/com/google/errorprone/javac/9+181-r4173-1/
javac-9+181-r4173-1.jar 
  /prebuilts/tools/common/m2/repository/com/google/errorprone/javac/9-dev-r4023-3/
javac-9-dev-r4023-3.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.23.0/
google-api-java-client-min-repackaged-1.23.0.jar 
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 
  /prebuilts/tools/common/m2/repository/com/google/errorprone/javac/9-dev-r3297-4/
javac-9-dev-r3297-4.jar 
  /prebuilts/tools/linux-x86_64/kythe/extractors/
javac_extractor.jar 
  /prebuilts/tools/linux-x86_64/kythe/indexers/
java_indexer.jar 

Completed in 557 milliseconds