Go to the source code of this file.
Functions | |
| _Unwind_Reason_Code | _Unwind_RaiseException (_Unwind_Exception *exception_object) |
| void | _Unwind_Resume (_Unwind_Exception *exception_object) |
| void | _Unwind_DeleteException (_Unwind_Exception *exception_object) |
| uintptr_t | _Unwind_GetGR (_Unwind_Context *context, int index) |
| void | _Unwind_SetGR (_Unwind_Context *context, int index, uintptr_t value) |
| uintptr_t | _Unwind_GetIP (_Unwind_Context *context) |
| void | _Unwind_SetIP (_Unwind_Context *context, uintptr_t value) |
| uintptr_t | _Unwind_GetLanguageSpecificData (_Unwind_Context *context) |
| uintptr_t | _Unwind_GetRegionStart (_Unwind_Context *context) |
| uintptr_t | _Unwind_GetIPInfo (_Unwind_Context *context, int *ip_before_insn) |
| _Unwind_Reason_Code _Unwind_RaiseException | ( | _Unwind_Exception * | exception_object | ) |
Definition at line 151 of file ia64_cxx_abi.cpp.
| void _Unwind_Resume | ( | _Unwind_Exception * | exception_object | ) |
Definition at line 179 of file ia64_cxx_abi.cpp.
| void _Unwind_DeleteException | ( | _Unwind_Exception * | exception_object | ) |
Definition at line 191 of file ia64_cxx_abi.cpp.
| uintptr_t _Unwind_GetGR | ( | _Unwind_Context * | context, |
| int | index | ||
| ) |
Definition at line 199 of file ia64_cxx_abi.cpp.
| void _Unwind_SetGR | ( | _Unwind_Context * | context, |
| int | index, | ||
| uintptr_t | value | ||
| ) |
Definition at line 205 of file ia64_cxx_abi.cpp.
| uintptr_t _Unwind_GetIP | ( | _Unwind_Context * | context | ) |
Definition at line 212 of file ia64_cxx_abi.cpp.
| void _Unwind_SetIP | ( | _Unwind_Context * | context, |
| uintptr_t | value | ||
| ) |
Definition at line 218 of file ia64_cxx_abi.cpp.
| uintptr_t _Unwind_GetLanguageSpecificData | ( | _Unwind_Context * | context | ) |
Definition at line 225 of file ia64_cxx_abi.cpp.
| uintptr_t _Unwind_GetRegionStart | ( | _Unwind_Context * | context | ) |
Definition at line 231 of file ia64_cxx_abi.cpp.
| uintptr_t _Unwind_GetIPInfo | ( | _Unwind_Context * | context, |
| int * | ip_before_insn | ||
| ) |
Definition at line 237 of file ia64_cxx_abi.cpp.
1.8.14