Lines Matching refs:uintptr_t
134 (_Unwind_Personality_Fn)(uintptr_t)(frameInfo.handler); in unwind_phase1()
137 (void *)exception_object, (void *)(uintptr_t)p); in unwind_phase1()
146 exception_object->private_2 = (uintptr_t)sp; in unwind_phase1()
254 (_Unwind_Personality_Fn)(uintptr_t)(frameInfo.handler); in unwind_phase2()
371 (void *)exception_object, (void *)(uintptr_t)p); in unwind_phase2_forced()
481 (void *)exception_object, (void *)(uintptr_t)stop); in _Unwind_ForcedUnwind()
488 exception_object->private_1 = (uintptr_t) stop; in _Unwind_ForcedUnwind()
489 exception_object->private_2 = (uintptr_t) stop_parameter; in _Unwind_ForcedUnwind()
497 _LIBUNWIND_EXPORT uintptr_t
501 uintptr_t result = 0; in _Unwind_GetLanguageSpecificData()
503 result = (uintptr_t)frameInfo.lsda; in _Unwind_GetLanguageSpecificData()
520 _LIBUNWIND_EXPORT uintptr_t
524 uintptr_t result = 0; in _Unwind_GetRegionStart()
526 result = (uintptr_t)frameInfo.start_ip; in _Unwind_GetRegionStart()
546 _LIBUNWIND_EXPORT uintptr_t
553 return (uintptr_t)result; in _Unwind_GetGR()
558 uintptr_t value) { in _Unwind_SetGR()
567 _LIBUNWIND_EXPORT uintptr_t _Unwind_GetIP(struct _Unwind_Context *context) { in _Unwind_GetIP()
573 return (uintptr_t)result; in _Unwind_GetIP()
580 uintptr_t value) { in _Unwind_SetIP()