Searched refs:_Unwind_Ptr (Results 1 – 6 of 6) sorted by relevance
71 typedef uintptr_t _Unwind_Ptr; typedef204 _Unwind_Ptr _Unwind_GetRegionStart(struct _Unwind_Context *);235 _Unwind_Ptr _Unwind_GetDataRelBase(struct _Unwind_Context *)237 _Unwind_Ptr _Unwind_GetTextRelBase(struct _Unwind_Context *)264 _Unwind_Ptr _Unwind_GetDataRelBase(struct _Unwind_Context *);265 _Unwind_Ptr _Unwind_GetTextRelBase(struct _Unwind_Context *);
24 extern "C" _Unwind_Ptr dl_unwind_find_exidx(_Unwind_Ptr, int*);213 _Unwind_Ptr WrapDl_unwind_find_exidx(_Unwind_Ptr pc, int* pcount) { in WrapDl_unwind_find_exidx()218 _Unwind_Ptr result = list->FindArmExIdx(pc, pcount); in WrapDl_unwind_find_exidx()
52 _Unwind_Ptr FindArmExIdx(void* pc, int* count);
150 _Unwind_Ptr LibraryList::FindArmExIdx(void* pc, int* count) { in FindArmExIdx()154 return reinterpret_cast<_Unwind_Ptr>(lib->arm_exidx_); in FindArmExIdx()
27 typedef unsigned _Unwind_Ptr; typedef63 _Unwind_Ptr
37 typedef long unsigned int *_Unwind_Ptr; typedef38 extern "C" _Unwind_Ptr __gnu_Unwind_Find_exidx(_Unwind_Ptr addr, int *len);331 (_Unwind_Ptr) targetAddr, &length); in findUnwindSections()