HomeSort by relevance Sort by last modified time
    Searched refs:_Unwind_Context_t (Results 1 - 3 of 3) 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)
  /frameworks/compile/libbcc/runtime/lib/
gcc_personality_v0.c 41 typedef struct _Unwind_Context* _Unwind_Context_t;
51 extern const uint8_t* _Unwind_GetLanguageSpecificData(_Unwind_Context_t c);
52 extern void _Unwind_SetGR(_Unwind_Context_t c, int i, uintptr_t n);
53 extern void _Unwind_SetIP(_Unwind_Context_t, uintptr_t new_value);
54 extern uintptr_t _Unwind_GetIP(_Unwind_Context_t context);
55 extern uintptr_t _Unwind_GetRegionStart(_Unwind_Context_t context);
188 _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);
617 _Unwind_Context_t context) {
802 _Unwind_Context_t context) {
    [all...]

Completed in 37 milliseconds