HomeSort by relevance Sort by last modified time
    Searched refs:_Unwind_Context (Results 1 - 25 of 39) sorted by null

1 2

  /external/libunwind/src/unwind/
GetTextRelBase.c 29 _Unwind_GetTextRelBase (struct _Unwind_Context *context)
34 unsigned long __libunwind_Unwind_GetTextRelBase (struct _Unwind_Context *)
SetIP.c 29 _Unwind_SetIP (struct _Unwind_Context *context, unsigned long new_value)
34 void __libunwind_Unwind_SetIP (struct _Unwind_Context *, unsigned long)
GetBSP.c 29 _Unwind_GetBSP (struct _Unwind_Context *context)
41 unsigned long __libunwind_Unwind_GetBSP (struct _Unwind_Context *)
GetCFA.c 29 _Unwind_GetCFA (struct _Unwind_Context *context)
37 unsigned long __libunwind_Unwind_GetCFA (struct _Unwind_Context *)
GetDataRelBase.c 29 _Unwind_GetDataRelBase (struct _Unwind_Context *context)
38 unsigned long __libunwind_Unwind_GetDataRelBase (struct _Unwind_Context *)
GetIP.c 29 _Unwind_GetIP (struct _Unwind_Context *context)
37 unsigned long __libunwind_Unwind_GetIP (struct _Unwind_Context *)
GetLanguageSpecificData.c 29 _Unwind_GetLanguageSpecificData (struct _Unwind_Context *context)
39 __libunwind_Unwind_GetLanguageSpecificData (struct _Unwind_Context *)
GetRegionStart.c 29 _Unwind_GetRegionStart (struct _Unwind_Context *context)
38 unsigned long __libunwind_Unwind_GetRegionStart (struct _Unwind_Context *)
GetGR.c 29 _Unwind_GetGR (struct _Unwind_Context *context, int index)
42 unsigned long __libunwind_Unwind_GetGR (struct _Unwind_Context *, int)
GetIPInfo.c 32 _Unwind_GetIPInfo (struct _Unwind_Context *context, int *ip_before_insn)
41 unsigned long __libunwind_Unwind_GetIPInfo (struct _Unwind_Context *, int *)
SetGR.c 32 _Unwind_SetGR (struct _Unwind_Context *context, int index,
46 void __libunwind_Unwind_SetGR (struct _Unwind_Context *, int, unsigned long)
Resume.c 31 struct _Unwind_Context context;
Backtrace.c 32 struct _Unwind_Context context;
Resume_or_Rethrow.c 31 struct _Unwind_Context context;
unwind-internal.h 42 struct _Unwind_Context *);
44 struct _Unwind_Context {
59 struct _Unwind_Context *context,
ForcedUnwind.c 33 struct _Unwind_Context context;
  /external/libunwind/include/
unwind.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...]
  /external/clang/lib/Headers/
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) {
173 void _Unwind_SetGR(struct _Unwind_Context *__context, int __index,
179 _Unwind_Word _Unwind_GetIP(struct _Unwind_Context *__context) {
185 void _Unwind_SetIP(struct _Unwind_Context *__context, _Unwind_Word __value)
    [all...]
  /development/ndk/sources/android/libportable/arch-arm/
unwind.c 20 struct _Unwind_Context;
43 _Unwind_VRS_Result _Unwind_VRS_Get(struct _Unwind_Context *context,
49 _Unwind_VRS_Result _Unwind_VRS_Set(struct _Unwind_Context *context,
59 uint64_t WRAP(_Unwind_GetGR)(struct _Unwind_Context* ctx, int index) {
65 void WRAP(_Unwind_SetGR)(struct _Unwind_Context* ctx, int index, uint64_t new_value) {
70 uint64_t WRAP(_Unwind_GetIP)(struct _Unwind_Context* ctx) {
74 void WRAP(_Unwind_SetIP)(struct _Unwind_Context* ctx, uintptr_t new_value) {
  /external/libcxxabi/include/
unwind.h 58 typedef struct _Unwind_Context _Unwind_Context; // opaque
111 struct _Unwind_Context* context);
116 struct _Unwind_Context* context);
118 struct _Unwind_Context; // opaque
142 struct _Unwind_Context* context,
150 struct _Unwind_Context* context);
196 _Unwind_VRS_Get(_Unwind_Context *context, _Unwind_VRS_RegClass regclass,
201 _Unwind_VRS_Set(_Unwind_Context *context, _Unwind_VRS_RegClass regclass,
206 _Unwind_VRS_Pop(_Unwind_Context *context, _Unwind_VRS_RegClass regclass
    [all...]
  /external/libcxxabi/src/Unwind/
Unwind-sjlj.c 97 exception_object, (struct _Unwind_Context *)c);
155 exception_object, (struct _Unwind_Context *)c);
215 (struct _Unwind_Context *)c, stop_parameter);
234 (struct _Unwind_Context *)c);
270 (struct _Unwind_Context *)c, stop_parameter);
350 _Unwind_GetLanguageSpecificData(struct _Unwind_Context *context) {
359 _LIBUNWIND_EXPORT uintptr_t _Unwind_GetGR(struct _Unwind_Context *context,
369 _LIBUNWIND_EXPORT void _Unwind_SetGR(struct _Unwind_Context *context, int index,
379 _LIBUNWIND_EXPORT uintptr_t _Unwind_GetIP(struct _Unwind_Context *context) {
390 _LIBUNWIND_EXPORT uintptr_t _Unwind_GetIPInfo(struct _Unwind_Context *context
    [all...]
libunwind_ext.h 38 extern _Unwind_Reason_Code _Unwind_VRS_Interpret(_Unwind_Context *context,
UnwindLevel1.c 86 exception_object, (struct _Unwind_Context *)(&cursor1));
180 (struct _Unwind_Context *)(&cursor2));
263 (struct _Unwind_Context *)(&cursor2), stop_parameter);
283 (struct _Unwind_Context *)(&cursor2));
317 (struct _Unwind_Context *)(&cursor2), stop_parameter);
402 _Unwind_GetLanguageSpecificData(struct _Unwind_Context *context) {
420 _LIBUNWIND_EXPORT uintptr_t _Unwind_GetGR(struct _Unwind_Context *context,
434 _LIBUNWIND_EXPORT void _Unwind_SetGR(struct _Unwind_Context *context, int index,
446 _LIBUNWIND_EXPORT uintptr_t _Unwind_GetIP(struct _Unwind_Context *context) {
460 _LIBUNWIND_EXPORT void _Unwind_SetIP(struct _Unwind_Context *context
    [all...]
UnwindLevel1-gcc-ext.c 63 _Unwind_GetDataRelBase(struct _Unwind_Context *context) {
73 _Unwind_GetTextRelBase(struct _Unwind_Context *context) {
130 struct _Unwind_Context *context = (struct _Unwind_Context *)&cursor;
159 result = (*callback)((struct _Unwind_Context *)(&cursor), ref);
192 _LIBUNWIND_EXPORT uintptr_t _Unwind_GetCFA(struct _Unwind_Context *context) {
205 _LIBUNWIND_EXPORT uintptr_t _Unwind_GetIPInfo(struct _Unwind_Context *context,
  /external/chromium_org/third_party/tcmalloc/chromium/src/
stacktrace_android-inl.h 46 /* Depends on the system definition for _Unwind_Context */
48 typedef struct _Unwind_Context __unwind_context;
50 typedef _Unwind_Context __unwind_context;

Completed in 2698 milliseconds

1 2