OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_Unwind_Context_t
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/lib/
gcc_personality_v0.c
39
typedef struct _Unwind_Context*
_Unwind_Context_t
;
49
extern const uint8_t* _Unwind_GetLanguageSpecificData(
_Unwind_Context_t
c);
50
extern void _Unwind_SetGR(
_Unwind_Context_t
c, int i, uintptr_t n);
51
extern void _Unwind_SetIP(
_Unwind_Context_t
, uintptr_t new_value);
52
extern uintptr_t _Unwind_GetIP(
_Unwind_Context_t
context);
53
extern uintptr_t _Unwind_GetRegionStart(
_Unwind_Context_t
context);
187
_Unwind_Context_t
context)
191
_Unwind_Context_t
context)
/external/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp
127
typedef struct _Unwind_Context *
_Unwind_Context_t
;
129
extern const uint8_t *_Unwind_GetLanguageSpecificData (
_Unwind_Context_t
c);
130
extern uintptr_t _Unwind_GetGR (
_Unwind_Context_t
c, int i);
131
extern void _Unwind_SetGR (
_Unwind_Context_t
c, int i, uintptr_t n);
132
extern void _Unwind_SetIP (
_Unwind_Context_t
, uintptr_t new_value);
133
extern uintptr_t _Unwind_GetIP (
_Unwind_Context_t
context);
134
extern uintptr_t _Unwind_GetRegionStart (
_Unwind_Context_t
context);
648
_Unwind_Context_t
context) {
831
_Unwind_Context_t
context) {
[
all
...]
Completed in 1944 milliseconds