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

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_stacktrace_libcdep.cc 57 void BufferedStackTrace::Unwind(u32 max_depth, uptr pc, uptr bp, void *context,
78 UNREACHABLE("slow unwind requested but not available");
sanitizer_deadlock_detector_interface.h 68 virtual u32 Unwind() { return 0; }
  /external/libunwind/doc/
libunwind-ia64.tex 19 library to unwind both 32- and 64-bit targets, the type
27 possible for platform-dependent unwind code to use
194 \section{The Unwind-Context Type}
  /external/compiler-rt/lib/tsan/dd/
dd_rtl.cc 25 stack.Unwind(1000, 0, 0, 0, 0, 0, false);
64 u32 Callback::Unwind() {
  /system/core/libbacktrace/
BacktraceCurrent.cpp 67 bool BacktraceCurrent::Unwind(size_t num_ignore_frames, void* ucontext) {
135 // Pause the thread until the unwind is complete. This avoids having
138 // overall which is made by the thread requesting an unwind.
145 BACK_ASYNC_SAFE_LOGE("Timed out waiting for unwind thread to indicate it completed.");
215 // Send a warning, but do not mark as a failure to unwind.
UnwindStack.cpp 48 bool Backtrace::Unwind(unwindstack::Regs* regs, BacktraceMap* back_map,
64 unwinder.Unwind(skip_names, &stack_map->GetSuffixesToIgnore());
137 // always be different each unwind.
144 return Backtrace::Unwind(regs, back_map, frames, 0U, nullptr, error);
159 // one extra function call appearing in the unwind.
169 return Backtrace::Unwind(regs.get(), GetMap(), &frames_, num_ignore_frames, &skip_names, &error_);
179 bool UnwindStackPtrace::Unwind(size_t num_ignore_frames, void* context) {
187 return Backtrace::Unwind(regs.get(), GetMap(), &frames_, num_ignore_frames, nullptr, &error_);
200 bool UnwindStackOffline::Unwind(size_t num_ignore_frames, void* ucontext) {
225 return Backtrace::Unwind(regs.get(), GetMap(), &frames_, num_ignore_frames, nullptr, &error_)
    [all...]
  /system/core/libunwindstack/
Unwinder.cpp 127 void Unwinder::Unwind(const std::vector<std::string>* initial_map_names_to_skip,
199 // in the speculative unwind path and need to remove
207 // in the speculative unwind path and need to remove
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
AParser.h 371 /* by adding "Unwind" and "SetSignal" */
373 #define Unwind 4
antlr.h 675 /* by adding "Unwind" and "zzsetSignal" */
677 #define Unwind 4
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/
AParser.h 353 /* by adding "Unwind" and "SetSignal" */
355 #define Unwind 4
antlr.h 663 /* by adding "Unwind" and "zzsetSignal" */
665 #define Unwind 4
  /development/vndk/tools/header-checker/header-abi-util/src/
abi_diff_helpers.cpp 8 std::string Unwind(const std::deque<std::string> *type_queue) {
205 enum_type_diff_ir.get(), Unwind(type_queue), diff_kind))) {
588 Unwind(type_queue), diff_kind)) {
  /external/llvm/tools/llvm-c-test/
echo.cpp 453 LLVMBasicBlockRef Unwind = DeclareBB(LLVMGetUnwindDest(Src));
455 Then, Unwind, Name);

Completed in 1549 milliseconds