HomeSort by: relevance | last modified time | path
    Searched refs:_Unwind_Context (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/lib/libunwind/
unwind.h 40 struct _Unwind_Context;
51 struct _Unwind_Context *,
57 struct _Unwind_Context *);
75 uintptr_t _Unwind_GetGR(struct _Unwind_Context *, int);
76 void _Unwind_SetGR(struct _Unwind_Context *, int, uintptr_t);
77 uintptr_t _Unwind_GetIP(struct _Unwind_Context *);
78 uintptr_t _Unwind_GetIPInfo(struct _Unwind_Context *, int *);
79 uintptr_t _Unwind_GetCFA(struct _Unwind_Context *);
80 void _Unwind_SetIP(struct _Unwind_Context *, uintptr_t);
81 uintptr_t _Unwind_GetRegionStart(struct _Unwind_Context *);
    [all...]
libunwind.cxx 57 exc, (struct _Unwind_Context *)(&cursor));
112 (struct _Unwind_Context *)(&cursor));
149 (struct _Unwind_Context *)(&cursor), stop_arg);
167 (struct _Unwind_Context *)(&cursor), stop_arg);
176 (struct _Unwind_Context *)(&cursor));
254 uintptr_t _Unwind_GetGR(struct _Unwind_Context *context, int index) {
259 void _Unwind_SetGR(struct _Unwind_Context *context, int index,
265 uintptr_t _Unwind_GetIP(struct _Unwind_Context *context) {
270 uintptr_t _Unwind_GetIPInfo(struct _Unwind_Context *context, int *isSignalFrame) {
276 void _Unwind_SetIP(struct _Unwind_Context *context, uintptr_t new_value)
    [all...]
  /src/lib/libexecinfo/
unwind_arm_ehabi_stub.c 34 void _Unwind_VRS_Get(struct _Unwind_Context *, int, _Unwind_Word, int, void *);
35 void _Unwind_VRS_Set(struct _Unwind_Context *, int, _Unwind_Word, int, void *);
38 _Unwind_GetGR(struct _Unwind_Context *context, int regno)
48 _Unwind_GetIP(struct _Unwind_Context *context)
54 _Unwind_GetIPInfo(struct _Unwind_Context *context, int *p)
61 _Unwind_SetGR(struct _Unwind_Context *context, int reg, _Unwind_Ptr val)
unwind.c 45 tracer(struct _Unwind_Context *ctx, void *arg)
  /src/sys/arch/arm/include/
ehabi.h 74 typedef struct _Unwind_Context _Unwind_Context;
116 _Unwind_VRS_Result _Unwind_VRS_Set(_Unwind_Context *, _Unwind_VRS_RegClass,
118 _Unwind_VRS_Result _Unwind_VRS_Get(_Unwind_Context *, _Unwind_VRS_RegClass,
121 _Unwind_VRS_Result _Unwind_VRS_Pop(_Unwind_Context *, _Unwind_VRS_RegClass,
125 _Unwind_Control_Block *, _Unwind_Context *);
127 _Unwind_Control_Block *, _Unwind_Context *);
129 _Unwind_Control_Block *, _Unwind_Context *);
  /src/sys/lib/libkern/arch/arm/
unwind_stub.c 37 _Unwind_Context *context)
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_unwind_linux_libcdep.cc 91 uptr Unwind_GetIP(struct _Unwind_Context *ctx) {
109 _Unwind_Reason_Code Unwind_Trace(struct _Unwind_Context *ctx, void *param) {
sanitizer_symbolizer_markup.cc 111 _Unwind_Reason_Code Unwind_Trace(struct _Unwind_Context *ctx, void *param) {
  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/
gcc_personality_v0.c 149 struct _Unwind_Context *context)
154 struct _Unwind_Context *context)

Completed in 15 milliseconds