Symbol: _Unwind_Context
lib/libexecinfo/unwind.c
45
tracer(struct _Unwind_Context *ctx, void *arg)
lib/libexecinfo/unwind_arm_ehabi_stub.c
34
void _Unwind_VRS_Get(struct _Unwind_Context *, int, _Unwind_Word, int, void *);
lib/libexecinfo/unwind_arm_ehabi_stub.c
35
void _Unwind_VRS_Set(struct _Unwind_Context *, int, _Unwind_Word, int, void *);
lib/libexecinfo/unwind_arm_ehabi_stub.c
38
_Unwind_GetGR(struct _Unwind_Context *context, int regno)
lib/libexecinfo/unwind_arm_ehabi_stub.c
48
_Unwind_GetIP(struct _Unwind_Context *context)
lib/libexecinfo/unwind_arm_ehabi_stub.c
54
_Unwind_GetIPInfo(struct _Unwind_Context *context, int *p)
lib/libexecinfo/unwind_arm_ehabi_stub.c
61
_Unwind_SetGR(struct _Unwind_Context *context, int reg, _Unwind_Ptr val)
sys/arch/arm/include/ehabi.h
116
_Unwind_VRS_Result _Unwind_VRS_Set(_Unwind_Context *, _Unwind_VRS_RegClass,
sys/arch/arm/include/ehabi.h
118
_Unwind_VRS_Result _Unwind_VRS_Get(_Unwind_Context *, _Unwind_VRS_RegClass,
sys/arch/arm/include/ehabi.h
121
_Unwind_VRS_Result _Unwind_VRS_Pop(_Unwind_Context *, _Unwind_VRS_RegClass,
sys/arch/arm/include/ehabi.h
125
_Unwind_Control_Block *, _Unwind_Context *);
sys/arch/arm/include/ehabi.h
127
_Unwind_Control_Block *, _Unwind_Context *);
sys/arch/arm/include/ehabi.h
129
_Unwind_Control_Block *, _Unwind_Context *);
sys/arch/arm/include/ehabi.h
74
typedef struct _Unwind_Context _Unwind_Context;
sys/lib/libkern/arch/arm/unwind_stub.c
37
_Unwind_Context *context)
sys/lib/libunwind/libunwind.cxx
112
(struct _Unwind_Context *)(&cursor));
sys/lib/libunwind/libunwind.cxx
149
(struct _Unwind_Context *)(&cursor), stop_arg);
sys/lib/libunwind/libunwind.cxx
167
(struct _Unwind_Context *)(&cursor), stop_arg);
sys/lib/libunwind/libunwind.cxx
176
(struct _Unwind_Context *)(&cursor));
sys/lib/libunwind/libunwind.cxx
254
uintptr_t _Unwind_GetGR(struct _Unwind_Context *context, int index) {
sys/lib/libunwind/libunwind.cxx
259
void _Unwind_SetGR(struct _Unwind_Context *context, int index,
sys/lib/libunwind/libunwind.cxx
265
uintptr_t _Unwind_GetIP(struct _Unwind_Context *context) {
sys/lib/libunwind/libunwind.cxx
270
uintptr_t _Unwind_GetIPInfo(struct _Unwind_Context *context, int *isSignalFrame) {
sys/lib/libunwind/libunwind.cxx
276
void _Unwind_SetIP(struct _Unwind_Context *context, uintptr_t new_value) {
sys/lib/libunwind/libunwind.cxx
286
uintptr_t _Unwind_GetRegionStart(struct _Unwind_Context *context) {
sys/lib/libunwind/libunwind.cxx
293
uintptr_t _Unwind_GetLanguageSpecificData(struct _Unwind_Context *context) {
sys/lib/libunwind/libunwind.cxx
315
(*callback)((struct _Unwind_Context *)(&cursor), ref);
sys/lib/libunwind/libunwind.cxx
321
uintptr_t _Unwind_GetCFA(struct _Unwind_Context *context) {
sys/lib/libunwind/libunwind.cxx
355
uintptr_t _Unwind_GetDataRelBase(struct _Unwind_Context *context) {
sys/lib/libunwind/libunwind.cxx
362
uintptr_t _Unwind_GetTextRelBase(struct _Unwind_Context *context) { return 0; }
sys/lib/libunwind/libunwind.cxx
57
exc, (struct _Unwind_Context *)(&cursor));
sys/lib/libunwind/unwind.h
40
struct _Unwind_Context;
sys/lib/libunwind/unwind.h
51
struct _Unwind_Context *,
sys/lib/libunwind/unwind.h
57
struct _Unwind_Context *);
sys/lib/libunwind/unwind.h
75
uintptr_t _Unwind_GetGR(struct _Unwind_Context *, int);
sys/lib/libunwind/unwind.h
76
void _Unwind_SetGR(struct _Unwind_Context *, int, uintptr_t);
sys/lib/libunwind/unwind.h
77
uintptr_t _Unwind_GetIP(struct _Unwind_Context *);
sys/lib/libunwind/unwind.h
78
uintptr_t _Unwind_GetIPInfo(struct _Unwind_Context *, int *);
sys/lib/libunwind/unwind.h
79
uintptr_t _Unwind_GetCFA(struct _Unwind_Context *);
sys/lib/libunwind/unwind.h
80
void _Unwind_SetIP(struct _Unwind_Context *, uintptr_t);
sys/lib/libunwind/unwind.h
81
uintptr_t _Unwind_GetRegionStart(struct _Unwind_Context *);
sys/lib/libunwind/unwind.h
82
uintptr_t _Unwind_GetLanguageSpecificData(struct _Unwind_Context *);
sys/lib/libunwind/unwind.h
83
uintptr_t _Unwind_GetDataRelBase(struct _Unwind_Context *);
sys/lib/libunwind/unwind.h
84
uintptr_t _Unwind_GetTextRelBase(struct _Unwind_Context *);
sys/lib/libunwind/unwind.h
86
typedef _Unwind_Reason_Code (*_Unwind_Trace_Fn)(struct _Unwind_Context *,