Home
last modified time | relevance | path

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

123

/external/libunwind/android/tests/
Dlocal_test.cpp27 unw_context_t* context; in TEST()
28 context = reinterpret_cast<unw_context_t*>(malloc(sizeof(unw_context_t) + EXTRA_CONTEXT_BYTES)); in TEST()
30 …* extra = reinterpret_cast<uint8_t*>(reinterpret_cast<uintptr_t>(context) + sizeof(unw_context_t)); in TEST()
/external/libunwind/src/ia64/
DGinit_local.c32 unw_init_local (unw_cursor_t *cursor, unw_context_t *uc) in unw_init_local()
40 set_as_arg (struct cursor *c, unw_context_t *uc) in set_as_arg()
51 get_initial_stack_pointers (struct cursor *c, unw_context_t *uc, in get_initial_stack_pointers()
80 unw_init_local (unw_cursor_t *cursor, unw_context_t *uc) in unw_init_local()
/external/libunwind_llvm/src/
DUnwindLevel1.c37 unwind_phase1(unw_context_t *uc, unw_cursor_t *cursor, _Unwind_Exception *exception_object) { in unwind_phase1()
130 unwind_phase2(unw_context_t *uc, unw_cursor_t *cursor, _Unwind_Exception *exception_object) { in unwind_phase2()
239 unwind_phase2_forced(unw_context_t *uc, unw_cursor_t *cursor, in unwind_phase2_forced()
346 unw_context_t uc; in _Unwind_RaiseException()
380 unw_context_t uc; in _Unwind_Resume()
405 unw_context_t uc; in _Unwind_ForcedUnwind()
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)
560 ; extern int unw_getcontext(unw_context_t* thread_state)
757 @ extern int unw_getcontext(unw_context_t* thread_state)
DUnwind-seh.cpp239 unwind_phase2_forced(unw_context_t *uc, in unwind_phase2_forced()
376 unw_context_t uc; in _Unwind_Resume()
415 unw_context_t uc; in _Unwind_ForcedUnwind()
/external/libunwind/src/sh/
DGinit_local.c32 unw_init_local (unw_cursor_t *cursor, unw_context_t *uc) in unw_init_local()
40 unw_init_local (unw_cursor_t *cursor, unw_context_t *uc) in unw_init_local()
/external/libunwind/src/arm/
DGinit_local.c32 unw_init_local (unw_cursor_t *cursor, unw_context_t *uc) in unw_init_local()
40 unw_init_local (unw_cursor_t *cursor, unw_context_t *uc) in unw_init_local()
/external/libunwind/src/aarch64/
DGinit_local.c32 unw_init_local (unw_cursor_t *cursor, unw_context_t *uc) in unw_init_local()
40 unw_init_local (unw_cursor_t *cursor, unw_context_t *uc) in unw_init_local()
/external/libunwind/src/mi/
Dbacktrace.c36 slow_backtrace (void **buffer, int size, unw_context_t *uc) in slow_backtrace()
61 unw_context_t uc; in unw_backtrace()
/external/libunwind/tests/
Dtest-mem.c48 unw_context_t uc; in do_backtrace()
78 unw_context_t uc; in consume_some_stack_space()
DGperf-simple.c62 unw_context_t uc; in measure_unwind()
162 unw_context_t uc; in measure_init()
Dtest-static-link-gen.c61 unw_context_t uc; in test_generic()
Dtest-static-link-loc.c76 unw_context_t uc; in test_local()
DGtest-nomalloc.c58 unw_context_t uc; in do_backtrace()
Dia64-test-sig.c43 unw_context_t uc; in sighandler()
DGia64-test-readonly.c47 unw_context_t uc; in checker()
/external/libunwind_llvm/include/
Dlibunwind.h64 struct unw_context_t { struct
67 typedef struct unw_context_t unw_context_t; typedef
103 extern int unw_getcontext(unw_context_t *) LIBUNWIND_AVAIL;
104 extern int unw_init_local(unw_cursor_t *, unw_context_t *) LIBUNWIND_AVAIL;
/external/libunwind_llvm/test/
Dunw_getcontext.pass.cpp5 unw_context_t context; in main()
Dlibunwind_01.pass.cpp5 unw_context_t context; in backtrace()
/external/libunwind/src/unwind/
DResume.c32 unw_context_t uc; in _Unwind_Resume()
DResume_or_Rethrow.c32 unw_context_t uc; in _Unwind_Resume_or_Rethrow()
DBacktrace.c33 unw_context_t uc; in _Unwind_Backtrace()
DForcedUnwind.c34 unw_context_t uc; in _Unwind_ForcedUnwind()
/external/libunwind/include/
Dlibunwind-common.h114 typedef unw_tdep_context_t unw_context_t; typedef
274 extern int unw_init_local (unw_cursor_t *, unw_context_t *);

123