#include <sys/mips/unwind_mips.h>

Go to the source code of this file.
| typedef _Unwind_Reason_Code(* __personality_routine)(int version, _Unwind_Action actions, uint64_t exceptionClass, struct _Unwind_Exception *exceptionObject, struct _Unwind_Context *context) |
| typedef int _Unwind_Action |
| typedef void(* _Unwind_Exception_Cleanup_Fn)(_Unwind_Reason_Code reason, struct _Unwind_Exception *exc) |
| typedef _Unwind_Reason_Code(* _Unwind_Stop_Fn)(int version, _Unwind_Action actions, uint64_t exceptionClass, struct _Unwind_Exception *exceptionObject, struct _Unwind_Context *context, void *stop_parameter) |
| typedef struct _Unwind_Context unw_sigcontext_t |
| typedef struct unw_sigaltstack unw_stack_t |
| enum _Unwind_Reason_Code |
| int __cxa_personality_routine | ( | int | version, | |
| int | phase, | |||
| uint64_t | exceptionClass, | |||
| struct _Unwind_Exception * | exceptionObject, | |||
| struct _Unwind_Context * | context | |||
| ) |
| void _Unwind_DeleteException | ( | struct _Unwind_Exception * | exception_object | ) |
Definition at line 2168 of file consumer.c.
| _Unwind_Reason_Code _Unwind_ForceUnwind | ( | struct _Unwind_Exception * | exception_object, | |
| _Unwind_Stop_Fn | stop, | |||
| void * | stop_parameter | |||
| ) |
Definition at line 2118 of file consumer.c.
| uint64_t _Unwind_GetGR | ( | struct _Unwind_Context * | context, | |
| int | index | |||
| ) | [inline] |
Definition at line 1587 of file unwind-ia64.c.
| uint64_t _Unwind_GetIP | ( | struct _Unwind_Context * | context | ) | [inline] |
Definition at line 1620 of file unwind-ia64.c.
| uint64_t _Unwind_GetLanguageSpecificData | ( | struct _Unwind_Context * | context | ) |
Definition at line 1634 of file unwind-ia64.c.
| uint64_t _Unwind_GetRegionStart | ( | struct _Unwind_Context * | context | ) |
Definition at line 1640 of file unwind-ia64.c.
| _Unwind_Reason_Code _Unwind_RaiseException | ( | struct _Unwind_Exception * | exception_object | ) |
Definition at line 2089 of file consumer.c.
| void _Unwind_Resume | ( | struct _Unwind_Exception * | exception_object | ) |
Definition at line 2155 of file consumer.c.
| void _Unwind_SetGR | ( | struct _Unwind_Context * | context, | |
| int | index, | |||
| uint64_t | new_value | |||
| ) |
Definition at line 2187 of file consumer.c.
| void _Unwind_SetIP | ( | struct _Unwind_Context * | context, | |
| uint64_t | new_value | |||
| ) |
Definition at line 2216 of file consumer.c.
| int trace_back_stack | ( | int | num, | |
| uint64_t * | ips, | |||
| const char ** | names, | |||
| int | ips_sz, | |||
| int | names_sz | |||
| ) |
| void unwind_debugger_init | ( | int(*)(uint64_t, uint64_t *, uint64_t *) | dbg_unwind_table_addr_arg, | |
| int(*)(uint64_t, uint64_t *, uint64_t *) | dbg_unwind_info_addr_arg, | |||
| int(*)(uint64_t, uint64_t *) | dbg_unwind_info_target_addr_arg, | |||
| int(*)(uint64_t, uint64_t *) | dbg_text_segment_target_addr_arg, | |||
| int(*)(uint64_t, uint64_t *) | dbg_restore_gp_arg, | |||
| int(*)(uint64_t, uint64_t, void *) | dbg_addr_read_arg | |||
| ) |
Definition at line 132 of file consumer.c.
| __unw_error_t unwind_fini | ( | void | ) |
Definition at line 807 of file consumer.c.
| __unw_error_t unwind_frame | ( | unw_sigcontext_t * | scp | ) |
Definition at line 848 of file consumer.c.
| __unw_error_t unwind_init | ( | void | ) |
Definition at line 732 of file consumer.c.
1.5.6