| /trueos/contrib/gcc/ |
| HD | unwind-compat.c | 79 (struct _Unwind_Context *); 82 _Unwind_GetCFA (struct _Unwind_Context *context) in _Unwind_GetCFA() 90 (struct _Unwind_Context *); 93 _Unwind_GetBSP (struct _Unwind_Context * context) in _Unwind_GetBSP() 100 (struct _Unwind_Context *); 103 _Unwind_GetDataRelBase (struct _Unwind_Context *context) in _Unwind_GetDataRelBase() 110 (struct _Unwind_Context *); 113 _Unwind_GetTextRelBase (struct _Unwind_Context *context) in _Unwind_GetTextRelBase() 121 (struct _Unwind_Context *, int ); 124 _Unwind_GetGR (struct _Unwind_Context *context, int index) in _Unwind_GetGR() [all …]
|
| HD | unwind-generic.h | 115 struct _Unwind_Context; 124 struct _Unwind_Exception *, struct _Unwind_Context *, void *); 145 (struct _Unwind_Context *, void *); 154 extern _Unwind_Word _Unwind_GetGR (struct _Unwind_Context *, int); 155 extern void _Unwind_SetGR (struct _Unwind_Context *, int, _Unwind_Word); 157 extern _Unwind_Ptr _Unwind_GetIP (struct _Unwind_Context *); 158 extern _Unwind_Ptr _Unwind_GetIPInfo (struct _Unwind_Context *, int *); 159 extern void _Unwind_SetIP (struct _Unwind_Context *, _Unwind_Ptr); 162 extern _Unwind_Word _Unwind_GetCFA (struct _Unwind_Context *); 164 extern void *_Unwind_GetLanguageSpecificData (struct _Unwind_Context *); [all …]
|
| HD | unwind-sjlj.c | 89 struct _Unwind_Context struct 181 _Unwind_GetGR (struct _Unwind_Context *context, int index) in _Unwind_GetGR() 189 _Unwind_GetCFA (struct _Unwind_Context *context __attribute__((unused))) in _Unwind_GetCFA() 208 _Unwind_SetGR (struct _Unwind_Context *context, int index, _Unwind_Word val) in _Unwind_SetGR() 216 _Unwind_GetIP (struct _Unwind_Context *context) in _Unwind_GetIP() 222 _Unwind_GetIPInfo (struct _Unwind_Context *context, int *ip_before_insn) in _Unwind_GetIPInfo() 231 _Unwind_SetIP (struct _Unwind_Context *context, _Unwind_Ptr val) in _Unwind_SetIP() 237 _Unwind_GetLanguageSpecificData (struct _Unwind_Context *context) in _Unwind_GetLanguageSpecificData() 243 _Unwind_GetRegionStart (struct _Unwind_Context *context __attribute__((unused)) ) in _Unwind_GetRegionStart() 256 _Unwind_GetDataRelBase (struct _Unwind_Context *context __attribute__((unused)) ) in _Unwind_GetDataRelBase() [all …]
|
| HD | unwind-dw2.c | 66 struct _Unwind_Context struct 102 static void uw_update_context (struct _Unwind_Context *, _Unwind_FrameState *); argument 103 static _Unwind_Reason_Code uw_frame_state_for (struct _Unwind_Context *, 134 _Unwind_IsSignalFrame (struct _Unwind_Context *context) in _Unwind_IsSignalFrame() 140 _Unwind_SetSignalFrame (struct _Unwind_Context *context, int val) in _Unwind_SetSignalFrame() 149 _Unwind_IsExtendedContext (struct _Unwind_Context *context) in _Unwind_IsExtendedContext() 157 _Unwind_GetGR (struct _Unwind_Context *context, int index) in _Unwind_GetGR() 186 _Unwind_GetPtr (struct _Unwind_Context *context, int index) in _Unwind_GetPtr() 194 _Unwind_GetCFA (struct _Unwind_Context *context) in _Unwind_GetCFA() 202 _Unwind_SetGR (struct _Unwind_Context *context, int index, _Unwind_Word val) in _Unwind_SetGR() [all …]
|
| HD | unwind-c.c | 50 parse_lsda_header (struct _Unwind_Context *context, const unsigned char *p, in parse_lsda_header() 108 struct _Unwind_Context *); 113 struct _Unwind_Context * context) in PERSONALITY_FUNCTION() 117 struct _Unwind_Exception *, struct _Unwind_Context *); in PERSONALITY_FUNCTION() 124 struct _Unwind_Context *context)
|
| HD | unwind.inc | 43 struct _Unwind_Context *context) 88 struct _Unwind_Context this_context, cur_context; 147 struct _Unwind_Context *context) 202 struct _Unwind_Context this_context, cur_context; 225 struct _Unwind_Context this_context, cur_context; 250 struct _Unwind_Context this_context, cur_context; 284 struct _Unwind_Context context;
|
| HD | unwind-pe.h | 103 base_of_encoded_value (unsigned char encoding, struct _Unwind_Context *context) in base_of_encoded_value() 281 read_encoded_value (struct _Unwind_Context *context, unsigned char encoding, in read_encoded_value()
|
| /trueos/contrib/libcxxrt/ |
| HD | unwind-itanium.h | 61 struct _Unwind_Context; /* opaque data-structure */ 70 struct _Unwind_Context *, 90 extern unsigned long _Unwind_GetGR (struct _Unwind_Context *, int); 91 extern void _Unwind_SetGR (struct _Unwind_Context *, int, unsigned long); 92 extern unsigned long _Unwind_GetIP (struct _Unwind_Context *); 93 extern unsigned long _Unwind_GetIPInfo (struct _Unwind_Context *, int *); 94 extern void _Unwind_SetIP (struct _Unwind_Context *, unsigned long); 95 extern unsigned long _Unwind_GetLanguageSpecificData (struct _Unwind_Context*); 96 extern unsigned long _Unwind_GetRegionStart (struct _Unwind_Context *); 102 typedef _Unwind_Reason_Code (*_Unwind_Trace_Fn) (struct _Unwind_Context *, [all …]
|
| HD | unwind-arm.h | 52 typedef struct _Unwind_Context _Unwind_Context; typedef 101 void *_Unwind_GetLanguageSpecificData(struct _Unwind_Context*); 125 _Unwind_VRS_Result _Unwind_VRS_Get(_Unwind_Context *context, 130 _Unwind_VRS_Result _Unwind_VRS_Set(_Unwind_Context *context, 137 extern unsigned long _Unwind_GetDataRelBase(struct _Unwind_Context *); 140 extern unsigned long _Unwind_GetTextRelBase(struct _Unwind_Context *); 141 extern unsigned long _Unwind_GetRegionStart(struct _Unwind_Context *); 143 typedef _Unwind_Reason_Code (*_Unwind_Trace_Fn) (struct _Unwind_Context *, 159 static inline unsigned long _Unwind_GetGR(struct _Unwind_Context *context, int reg) in _Unwind_GetGR() 165 static inline void _Unwind_SetGR(struct _Unwind_Context *context, int reg, unsigned long val) in _Unwind_SetGR() [all …]
|
| HD | dwarf_eh.h | 256 static uint64_t resolve_indirect_value(_Unwind_Context *c, in resolve_indirect_value() 292 static inline void read_value_with_encoding(_Unwind_Context *context, in read_value_with_encoding() 338 static inline struct dwarf_eh_lsda parse_lsda(_Unwind_Context *context, in parse_lsda() 406 static bool dwarf_eh_find_callsite(struct _Unwind_Context *context, in dwarf_eh_find_callsite()
|
| /trueos/include/ |
| HD | unwind.h | 62 struct _Unwind_Context; /* opaque data-structure */ 71 struct _Unwind_Context *, 92 extern unsigned long _Unwind_GetGR (struct _Unwind_Context *, int); 93 extern void _Unwind_SetGR (struct _Unwind_Context *, int, unsigned long); 94 extern unsigned long _Unwind_GetIP (struct _Unwind_Context *); 95 extern unsigned long _Unwind_GetIPInfo (struct _Unwind_Context *, int *); 96 extern void _Unwind_SetIP (struct _Unwind_Context *, unsigned long); 97 extern unsigned long _Unwind_GetLanguageSpecificData (struct _Unwind_Context*); 98 extern unsigned long _Unwind_GetRegionStart (struct _Unwind_Context *); 104 typedef _Unwind_Reason_Code (*_Unwind_Trace_Fn) (struct _Unwind_Context *, [all …]
|
| /trueos/contrib/llvm/tools/clang/lib/Headers/ |
| HD | unwind.h | 78 struct _Unwind_Context; 119 struct _Unwind_Context *, 124 struct _Unwind_Context *); 127 typedef _Unwind_Reason_Code (*_Unwind_Trace_Fn)(struct _Unwind_Context *, 153 _Unwind_VRS_Result _Unwind_VRS_Get(struct _Unwind_Context *__context, 159 _Unwind_VRS_Result _Unwind_VRS_Set(struct _Unwind_Context *__context, 166 _Unwind_Word _Unwind_GetGR(struct _Unwind_Context *__context, int __index) { in _Unwind_GetGR() 173 void _Unwind_SetGR(struct _Unwind_Context *__context, int __index, in _Unwind_SetGR() 179 _Unwind_Word _Unwind_GetIP(struct _Unwind_Context *__context) { in _Unwind_GetIP() 185 void _Unwind_SetIP(struct _Unwind_Context *__context, _Unwind_Word __value) { in _Unwind_SetIP() [all …]
|
| /trueos/contrib/libexecinfo/ |
| HD | unwind.h | 32 struct _Unwind_Context; 39 (*_Unwind_Trace_Fn)(struct _Unwind_Context *, void *); 42 (*_Unwind_Stop_Fn)(struct _Unwind_Context *, void *); 52 _Unwind_Word _Unwind_GetCFA(struct _Unwind_Context *); 53 _Unwind_Ptr _Unwind_GetDataRelBase(struct _Unwind_Context *); 54 _Unwind_Word _Unwind_GetGR(struct _Unwind_Context *, int); 55 _Unwind_Ptr _Unwind_GetIP(struct _Unwind_Context *); 56 _Unwind_Ptr _Unwind_GetIPInfo(struct _Unwind_Context *, int *); 58 struct _Unwind_Context *); 59 _Unwind_Ptr _Unwind_GetRegionStart(struct _Unwind_Context *); [all …]
|
| HD | unwind_arm_ehabi_stub.c | 30 void _Unwind_VRS_Get(struct _Unwind_Context *, int, _Unwind_Word, int, void *); 31 void _Unwind_VRS_Set(struct _Unwind_Context *, int, _Unwind_Word, int, void *); 34 _Unwind_GetGR(struct _Unwind_Context *context, int regno) in _Unwind_GetGR() 44 _Unwind_GetIP(struct _Unwind_Context *context) in _Unwind_GetIP() 50 _Unwind_GetIPInfo(struct _Unwind_Context *context, int *p) in _Unwind_GetIPInfo() 57 _Unwind_SetGR(struct _Unwind_Context *context, int reg, _Unwind_Ptr val) in _Unwind_SetGR()
|
| /trueos/contrib/gcc/config/arm/ |
| HD | unwind-arm.h | 82 typedef struct _Unwind_Context _Unwind_Context; typedef 173 _Unwind_Control_Block *, _Unwind_Context *); 175 _Unwind_VRS_Result _Unwind_VRS_Set(_Unwind_Context *, _Unwind_VRS_RegClass, 179 _Unwind_VRS_Result _Unwind_VRS_Get(_Unwind_Context *, _Unwind_VRS_RegClass, 183 _Unwind_VRS_Result _Unwind_VRS_Pop(_Unwind_Context *, _Unwind_VRS_RegClass, 191 void * _Unwind_GetLanguageSpecificData (_Unwind_Context *); 192 _Unwind_Ptr _Unwind_GetRegionStart (_Unwind_Context *); 195 _Unwind_Ptr _Unwind_GetDataRelBase (_Unwind_Context *); 196 _Unwind_Ptr _Unwind_GetTextRelBase (_Unwind_Context *); 205 _Unwind_Control_Block *, struct _Unwind_Context *, void *); [all …]
|
| HD | unwind-arm.c | 168 _Unwind_Control_Block *, _Unwind_Context *);// __attribute__((weak)); 170 _Unwind_Control_Block *, _Unwind_Context *) __attribute__((weak)); 172 _Unwind_Control_Block *, _Unwind_Context *) __attribute__((weak)); 176 _Unwind_VRS_Result _Unwind_VRS_Get (_Unwind_Context *context, in _Unwind_VRS_Get() 207 _Unwind_VRS_Result _Unwind_VRS_Set (_Unwind_Context *context, in _Unwind_VRS_Set() 239 _Unwind_VRS_Result _Unwind_VRS_Pop (_Unwind_Context *context, in _Unwind_VRS_Pop() 494 (_US_UNWIND_FRAME_STARTING, ucbp, (_Unwind_Context *) vrs); in unwind_phase2() 597 _Unwind_GetCFA (_Unwind_Context *context) in _Unwind_GetCFA() 691 (_US_UNWIND_FRAME_RESUME, ucbp, (_Unwind_Context *) entry_vrs); in __gnu_Unwind_Resume() 734 unwind_UCB_from_context (_Unwind_Context * context) in unwind_UCB_from_context() [all …]
|
| HD | pr-support.c | 108 __gnu_unwind_execute (_Unwind_Context * context, __gnu_unwind_state * uws) in __gnu_unwind_execute() 327 __gnu_unwind_frame (_Unwind_Control_Block * ucbp, _Unwind_Context * context) in __gnu_unwind_frame() 347 unwind_UCB_from_context (_Unwind_Context * context) in unwind_UCB_from_context() 355 _Unwind_GetRegionStart (_Unwind_Context * context) in _Unwind_GetRegionStart() 366 _Unwind_GetLanguageSpecificData (_Unwind_Context * context) in _Unwind_GetLanguageSpecificData()
|
| /trueos/contrib/gcc/config/ia64/ |
| HD | unwind-ia64.c | 185 struct _Unwind_Context struct 1505 ia64_copy_rbs (struct _Unwind_Context *info, unsigned long dst, in ia64_copy_rbs() 1575 unw_access_gr (struct _Unwind_Context *info, int regnum, in unw_access_gr() 1669 _Unwind_GetGR (struct _Unwind_Context *context, int index) in _Unwind_GetGR() 1687 _Unwind_SetGR (struct _Unwind_Context *context, int index, _Unwind_Word val) in _Unwind_SetGR() 1702 _Unwind_GetIP (struct _Unwind_Context *context) in _Unwind_GetIP() 1708 _Unwind_GetIPInfo (struct _Unwind_Context *context, int *ip_before_insn) in _Unwind_GetIPInfo() 1717 _Unwind_SetIP (struct _Unwind_Context *context, _Unwind_Ptr val) in _Unwind_SetIP() 1723 _Unwind_GetLanguageSpecificData (struct _Unwind_Context *context) in _Unwind_GetLanguageSpecificData() 1729 _Unwind_GetRegionStart (struct _Unwind_Context *context) in _Unwind_GetRegionStart() [all …]
|
| HD | linux-unwind.h | 45 ia64_fallback_frame_state (struct _Unwind_Context *context, in ia64_fallback_frame_state() 125 ia64_handle_unwabi (struct _Unwind_Context *context, _Unwind_FrameState *fs) in ia64_handle_unwabi()
|
| /trueos/lib/libthr/thread/ |
| HD | thr_exit.c | 63 struct _Unwind_Context *context, void *stop_parameter); 67 static unsigned long (*uwl_getcfa)(struct _Unwind_Context *); 110 _Unwind_GetCFA(struct _Unwind_Context *context) in _Unwind_GetCFA() 134 struct _Unwind_Context *context, void *stop_parameter) in thread_unwind_stop()
|
| /trueos/contrib/gcc/config/rs6000/ |
| HD | linux-unwind.h | 96 get_regs (struct _Unwind_Context *context) in get_regs() 151 get_regs (struct _Unwind_Context *context) in get_regs() 223 ppc_fallback_frame_state (struct _Unwind_Context *context, in ppc_fallback_frame_state() 310 frob_update_context (struct _Unwind_Context *context, _Unwind_FrameState *fs ATTRIBUTE_UNUSED) in frob_update_context()
|
| HD | darwin-fallback.c | 49 interpret_libc (reg_unit gprs[32], struct _Unwind_Context *context) in interpret_libc() 455 extern bool _Unwind_fallback_frame_state_for (struct _Unwind_Context *context, 463 _Unwind_fallback_frame_state_for (struct _Unwind_Context *context, in _Unwind_fallback_frame_state_for()
|
| /trueos/contrib/libstdc++/libsupc++/ |
| D | eh_personality.cc | 56 parse_lsda_header (_Unwind_Context *context, const unsigned char *p, in parse_lsda_header() 154 struct _Unwind_Context* context, in save_caught_exception() 278 struct _Unwind_Context* context in save_caught_exception() 345 struct _Unwind_Context* context) in PERSONALITY_FUNCTION() 351 struct _Unwind_Context *context) in PERSONALITY_FUNCTION()
|
| D | unwind-cxx.h | 234 struct _Unwind_Exception *, struct _Unwind_Context *); 239 struct _Unwind_Exception *, struct _Unwind_Context *);
|
| /trueos/contrib/gcc/config/sparc/ |
| HD | linux-unwind.h | 39 sparc64_fallback_frame_state (struct _Unwind_Context *context, in sparc64_fallback_frame_state() 96 sparc_fallback_frame_state (struct _Unwind_Context *context, in sparc_fallback_frame_state()
|