Home
last modified time | relevance | path

Searched refs:unw_context_t (Results 1 – 21 of 21) sorted by relevance

/external/igt-gpu-tools/lib/stubs/libunwind/
Dlibunwind.h31 typedef int unw_context_t; typedef
36 static inline void unw_getcontext(unw_context_t *uc) {} in unw_getcontext()
37 static inline void unw_init_local(unw_cursor_t *cursor, unw_context_t *uc) {} in unw_init_local()
/external/llvm-project/libunwind/src/
DUnwindLevel1.c38 unwind_phase1(unw_context_t *uc, unw_cursor_t *cursor, _Unwind_Exception *exception_object) { in unwind_phase1()
132 unwind_phase2(unw_context_t *uc, unw_cursor_t *cursor, _Unwind_Exception *exception_object) { in unwind_phase2()
244 unwind_phase2_forced(unw_context_t *uc, unw_cursor_t *cursor, in unwind_phase2_forced()
351 unw_context_t uc; in _Unwind_RaiseException()
385 unw_context_t uc; in _Unwind_Resume()
410 unw_context_t uc; in _Unwind_ForcedUnwind()
Dlibunwind_ext.h26 extern int __unw_getcontext(unw_context_t *);
27 extern int __unw_init_local(unw_cursor_t *, unw_context_t *);
DUnwindLevel1-gcc-ext.c94 unw_context_t uc; in _Unwind_FindEnclosingFunction()
110 unw_context_t uc; in _Unwind_Backtrace()
192 unw_context_t uc; in _Unwind_Find_FDE()
DUnwindRegistersSave.S18 # extern int __unw_getcontext(unw_context_t* thread_state)
59 # extern int __unw_getcontext(unw_context_t* thread_state)
121 # extern int __unw_getcontext(unw_context_t* thread_state)
230 # extern int __unw_getcontext(unw_context_t* thread_state)
320 # extern int __unw_getcontext(unw_context_t* thread_state)
765 @ extern int __unw_getcontext(unw_context_t* thread_state)
DUnwind-seh.cpp229 unwind_phase2_forced(unw_context_t *uc, in unwind_phase2_forced()
366 unw_context_t uc; in _Unwind_Resume()
405 unw_context_t uc; in _Unwind_ForcedUnwind()
DRegisters.hpp106 static_assert((check_fit<Registers_x86, unw_context_t>::does_fit), in Registers_x86()
325 static_assert((check_fit<Registers_x86_64, unw_context_t>::does_fit), in Registers_x86_64()
650 static_assert((check_fit<Registers_ppc, unw_context_t>::does_fit), in Registers_ppc()
1217 static_assert((check_fit<Registers_ppc64, unw_context_t>::does_fit), in Registers_ppc64()
1825 static_assert((check_fit<Registers_arm64, unw_context_t>::does_fit), in Registers_arm64()
2163 static_assert((check_fit<Registers_arm, unw_context_t>::does_fit), in Registers_arm()
2573 static_assert((check_fit<Registers_or1k, unw_context_t>::does_fit), in Registers_or1k()
2779 static_assert((check_fit<Registers_mips_o32, unw_context_t>::does_fit), in Registers_mips_o32()
3101 static_assert((check_fit<Registers_mips_newabi, unw_context_t>::does_fit), in Registers_mips_newabi()
3390 static_assert((check_fit<Registers_sparc, unw_context_t>::does_fit), in Registers_sparc()
[all …]
DUnwind-EHABI.cpp442 unwind_phase1(unw_context_t *uc, unw_cursor_t *cursor, _Unwind_Exception *exception_object) { in unwind_phase1()
540 static _Unwind_Reason_Code unwind_phase2(unw_context_t *uc, unw_cursor_t *cursor, in unwind_phase2()
676 unw_context_t uc; in _Unwind_RaiseException()
714 unw_context_t uc; in _Unwind_Resume()
Dlibunwind.cpp35 unw_context_t *context) { in __unw_init_local()
DUnwindCursor.hpp462 UnwindCursor(unw_context_t *context, A &as);
530 UnwindCursor<A, R>::UnwindCursor(unw_context_t *context, A &as) in UnwindCursor()
884 UnwindCursor(unw_context_t *context, A &as);
1186 UnwindCursor<A, R>::UnwindCursor(unw_context_t *context, A &as) in UnwindCursor()
/external/llvm-project/libunwind/test/
Dlibunwind_01.pass.cpp5 unw_context_t context; in backtrace()
39 unw_context_t context; in test_no_info()
Dunw_getcontext.pass.cpp5 unw_context_t context; in main()
Dsignal_frame.pass.cpp21 unw_context_t uc; in test()
/external/llvm-project/libunwind/include/
Dlibunwind.h70 struct unw_context_t { struct
73 typedef struct unw_context_t unw_context_t; argument
109 extern int unw_getcontext(unw_context_t *) LIBUNWIND_AVAIL;
110 extern int unw_init_local(unw_cursor_t *, unw_context_t *) LIBUNWIND_AVAIL;
/external/rust/crates/quiche/deps/boringssl/src/crypto/test/
Dabi_test.cc338 explicit UnwindCursor(unw_context_t *ctx) : ctx_(ctx) { in UnwindCursor()
461 unw_context_t *ctx_;
743 unw_context_t ctx; in TrapHandler()
/external/boringssl/src/crypto/test/
Dabi_test.cc338 explicit UnwindCursor(unw_context_t *ctx) : ctx_(ctx) { in UnwindCursor()
461 unw_context_t *ctx_;
743 unw_context_t ctx; in TrapHandler()
/external/skqp/tools/
DCrashHandler.cpp32 unw_context_t context; in handler()
/external/skia/tools/
DCrashHandler.cpp31 unw_context_t context; in handler()
/external/mesa3d/src/util/
Du_debug_stack.c93 unw_context_t context; in debug_backtrace_capture()
/external/angle/util/posix/
Dcrash_handler_posix.cpp103 unw_context_t context;
/external/igt-gpu-tools/lib/
Digt_core.c1425 unw_context_t uc; in print_backtrace()
1636 unw_context_t uc; in print_backtrace_sig_safe()