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

  /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/external/bsd/libc++/dist/libcxxrt/src/
unwind-arm.h 56 typedef struct _Unwind_Context _Unwind_Context;
105 void *_Unwind_GetLanguageSpecificData(struct _Unwind_Context*);
129 _Unwind_VRS_Result _Unwind_VRS_Get(_Unwind_Context *context,
134 _Unwind_VRS_Result _Unwind_VRS_Set(_Unwind_Context *context,
141 extern unsigned long _Unwind_GetDataRelBase(struct _Unwind_Context *);
144 extern unsigned long _Unwind_GetTextRelBase(struct _Unwind_Context *);
145 extern unsigned long _Unwind_GetRegionStart(struct _Unwind_Context *);
147 typedef _Unwind_Reason_Code (*_Unwind_Trace_Fn) (struct _Unwind_Context *,
163 static inline unsigned long _Unwind_GetGR(struct _Unwind_Context *context, int reg
    [all...]
  /src/external/gpl3/gcc/dist/libgcc/config/xtensa/
unwind-dw2-xtensa.c 62 struct _Unwind_Context
81 struct _Unwind_Context. */
94 static void uw_update_context (struct _Unwind_Context *, _Unwind_FrameState *);
95 static _Unwind_Reason_Code uw_frame_state_for (struct _Unwind_Context *,
103 _Unwind_IsSignalFrame (struct _Unwind_Context *context)
109 _Unwind_SetSignalFrame (struct _Unwind_Context *context, int val)
121 _Unwind_GetGR (struct _Unwind_Context *context, int index)
134 _Unwind_GetCFA (struct _Unwind_Context *context)
142 _Unwind_SetGR (struct _Unwind_Context *context, int index, _Unwind_Word val)
155 _Unwind_GetIP (struct _Unwind_Context *context
    [all...]
  /src/external/gpl3/gcc/dist/libgcc/
unwind-seh.c 71 struct _Unwind_Context
82 _Unwind_GetGR (struct _Unwind_Context *c, int index)
92 _Unwind_SetGR (struct _Unwind_Context *c, int index, _Unwind_Word val)
102 _Unwind_GetCFA (struct _Unwind_Context *c)
110 _Unwind_GetIP (struct _Unwind_Context *c)
119 _Unwind_GetIPInfo (struct _Unwind_Context *c, int *ip_before_insn)
131 _Unwind_SetIP (struct _Unwind_Context *c, _Unwind_Ptr val)
137 _Unwind_GetLanguageSpecificData (struct _Unwind_Context *c)
143 _Unwind_GetRegionStart (struct _Unwind_Context *c)
160 _Unwind_GetDataRelBase (struct _Unwind_Context *c ATTRIBUTE_UNUSED
    [all...]
unwind-sjlj.c 84 struct _Unwind_Context
178 _Unwind_GetGR (struct _Unwind_Context *context, int index)
186 _Unwind_GetCFA (struct _Unwind_Context *context __attribute__((unused)))
205 _Unwind_SetGR (struct _Unwind_Context *context, int index, _Unwind_Word val)
213 _Unwind_GetIP (struct _Unwind_Context *context)
219 _Unwind_GetIPInfo (struct _Unwind_Context *context, int *ip_before_insn)
231 _Unwind_SetIP (struct _Unwind_Context *context, _Unwind_Ptr val)
237 _Unwind_GetLanguageSpecificData (struct _Unwind_Context *context)
243 _Unwind_GetRegionStart (struct _Unwind_Context *context __attribute__((unused)) )
256 _Unwind_GetDataRelBase (struct _Unwind_Context *context __attribute__((unused))
    [all...]
unwind-dw2.c 129 struct _Unwind_Context
142 struct _Unwind_Context. */
166 static void uw_update_context (struct _Unwind_Context *, _Unwind_FrameState *);
167 static _Unwind_Reason_Code uw_frame_state_for (struct _Unwind_Context *,
199 _Unwind_IsSignalFrame (struct _Unwind_Context *context)
205 _Unwind_SetSignalFrame (struct _Unwind_Context *context, int val)
214 _Unwind_IsExtendedContext (struct _Unwind_Context *context)
224 _Unwind_GetGR (struct _Unwind_Context *context, int regno)
261 _Unwind_GetPtr (struct _Unwind_Context *context, int index)
269 _Unwind_GetCFA (struct _Unwind_Context *context
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/config/xtensa/
unwind-dw2-xtensa.c 62 struct _Unwind_Context
81 struct _Unwind_Context. */
94 static void uw_update_context (struct _Unwind_Context *, _Unwind_FrameState *);
95 static _Unwind_Reason_Code uw_frame_state_for (struct _Unwind_Context *,
103 _Unwind_IsSignalFrame (struct _Unwind_Context *context)
109 _Unwind_SetSignalFrame (struct _Unwind_Context *context, int val)
121 _Unwind_GetGR (struct _Unwind_Context *context, int index)
134 _Unwind_GetCFA (struct _Unwind_Context *context)
142 _Unwind_SetGR (struct _Unwind_Context *context, int index, _Unwind_Word val)
155 _Unwind_GetIP (struct _Unwind_Context *context
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/
unwind-seh.c 71 struct _Unwind_Context
82 _Unwind_GetGR (struct _Unwind_Context *c, int index)
92 _Unwind_SetGR (struct _Unwind_Context *c, int index, _Unwind_Word val)
102 _Unwind_GetCFA (struct _Unwind_Context *c)
110 _Unwind_GetIP (struct _Unwind_Context *c)
119 _Unwind_GetIPInfo (struct _Unwind_Context *c, int *ip_before_insn)
131 _Unwind_SetIP (struct _Unwind_Context *c, _Unwind_Ptr val)
137 _Unwind_GetLanguageSpecificData (struct _Unwind_Context *c)
143 _Unwind_GetRegionStart (struct _Unwind_Context *c)
160 _Unwind_GetDataRelBase (struct _Unwind_Context *c ATTRIBUTE_UNUSED
    [all...]
unwind-sjlj.c 84 struct _Unwind_Context
178 _Unwind_GetGR (struct _Unwind_Context *context, int index)
186 _Unwind_GetCFA (struct _Unwind_Context *context __attribute__((unused)))
205 _Unwind_SetGR (struct _Unwind_Context *context, int index, _Unwind_Word val)
213 _Unwind_GetIP (struct _Unwind_Context *context)
219 _Unwind_GetIPInfo (struct _Unwind_Context *context, int *ip_before_insn)
231 _Unwind_SetIP (struct _Unwind_Context *context, _Unwind_Ptr val)
237 _Unwind_GetLanguageSpecificData (struct _Unwind_Context *context)
243 _Unwind_GetRegionStart (struct _Unwind_Context *context __attribute__((unused)) )
256 _Unwind_GetDataRelBase (struct _Unwind_Context *context __attribute__((unused))
    [all...]
unwind-dw2.c 128 struct _Unwind_Context
144 struct _Unwind_Context. */
168 static void uw_update_context (struct _Unwind_Context *, _Unwind_FrameState *);
169 static _Unwind_Reason_Code uw_frame_state_for (struct _Unwind_Context *,
201 _Unwind_IsSignalFrame (struct _Unwind_Context *context)
207 _Unwind_SetSignalFrame (struct _Unwind_Context *context, int val)
216 _Unwind_IsExtendedContext (struct _Unwind_Context *context)
226 _Unwind_GetGR (struct _Unwind_Context *context, int regno)
263 _Unwind_GetPtr (struct _Unwind_Context *context, int index)
271 _Unwind_GetCFA (struct _Unwind_Context *context
    [all...]
  /src/external/gpl3/gcc/dist/gcc/ginclude/
unwind-arm-common.h 77 typedef struct _Unwind_Context _Unwind_Context;
169 _Unwind_Control_Block *, _Unwind_Context *);
171 _Unwind_VRS_Result _Unwind_VRS_Set(_Unwind_Context *, _Unwind_VRS_RegClass,
175 _Unwind_VRS_Result _Unwind_VRS_Get(_Unwind_Context *, _Unwind_VRS_RegClass,
179 _Unwind_VRS_Result _Unwind_VRS_Pop(_Unwind_Context *, _Unwind_VRS_RegClass,
187 _Unwind_Ptr _Unwind_GetLanguageSpecificData (_Unwind_Context *);
188 _Unwind_Ptr _Unwind_GetRegionStart (_Unwind_Context *);
190 _Unwind_Ptr _Unwind_GetDataRelBase (_Unwind_Context *);
192 _Unwind_Ptr _Unwind_GetTextRelBase (_Unwind_Context *);
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/ginclude/
unwind-arm-common.h 77 typedef struct _Unwind_Context _Unwind_Context;
168 _Unwind_Control_Block *, _Unwind_Context *);
170 _Unwind_VRS_Result _Unwind_VRS_Set(_Unwind_Context *, _Unwind_VRS_RegClass,
174 _Unwind_VRS_Result _Unwind_VRS_Get(_Unwind_Context *, _Unwind_VRS_RegClass,
178 _Unwind_VRS_Result _Unwind_VRS_Pop(_Unwind_Context *, _Unwind_VRS_RegClass,
186 _Unwind_Ptr _Unwind_GetLanguageSpecificData (_Unwind_Context *);
187 _Unwind_Ptr _Unwind_GetRegionStart (_Unwind_Context *);
189 _Unwind_Ptr _Unwind_GetDataRelBase (_Unwind_Context *);
191 _Unwind_Ptr _Unwind_GetTextRelBase (_Unwind_Context *);
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/config/cr16/
unwind-cr16.c 102 struct _Unwind_Context
115 struct _Unwind_Context. */
139 static void uw_update_context (struct _Unwind_Context *, _Unwind_FrameState *);
140 static _Unwind_Reason_Code uw_frame_state_for (struct _Unwind_Context *,
172 _Unwind_IsSignalFrame (struct _Unwind_Context *context)
178 _Unwind_SetSignalFrame (struct _Unwind_Context *context, int val)
187 _Unwind_IsExtendedContext (struct _Unwind_Context *context)
197 _Unwind_GetGR (struct _Unwind_Context *context, int index)
226 _Unwind_GetPtr (struct _Unwind_Context *context, int index)
234 _Unwind_GetCFA (struct _Unwind_Context *context
    [all...]
  /src/external/gpl3/gcc/dist/libgcc/config/ia64/
unwind-ia64.c 174 struct _Unwind_Context
1507 ia64_copy_rbs (struct _Unwind_Context *info, unw_word dst,
1577 unw_access_gr (struct _Unwind_Context *info, int regnum,
1672 _Unwind_GetGR (struct _Unwind_Context *context, int index)
1690 _Unwind_SetGR (struct _Unwind_Context *context, int index, _Unwind_Word val)
1705 _Unwind_GetIP (struct _Unwind_Context *context)
1711 _Unwind_GetIPInfo (struct _Unwind_Context *context, int *ip_before_insn)
1720 _Unwind_SetIP (struct _Unwind_Context *context, _Unwind_Ptr val)
1726 _Unwind_GetLanguageSpecificData (struct _Unwind_Context *context)
1732 _Unwind_GetRegionStart (struct _Unwind_Context *context
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/config/ia64/
unwind-ia64.c 174 struct _Unwind_Context
1507 ia64_copy_rbs (struct _Unwind_Context *info, unw_word dst,
1577 unw_access_gr (struct _Unwind_Context *info, int regnum,
1672 _Unwind_GetGR (struct _Unwind_Context *context, int index)
1690 _Unwind_SetGR (struct _Unwind_Context *context, int index, _Unwind_Word val)
1705 _Unwind_GetIP (struct _Unwind_Context *context)
1711 _Unwind_GetIPInfo (struct _Unwind_Context *context, int *ip_before_insn)
1720 _Unwind_SetIP (struct _Unwind_Context *context, _Unwind_Ptr val)
1726 _Unwind_GetLanguageSpecificData (struct _Unwind_Context *context)
1732 _Unwind_GetRegionStart (struct _Unwind_Context *context
    [all...]

Completed in 33 milliseconds