Lines Matching refs:uintptr_t

86           (void *)exception_object, (void *)(uintptr_t)p);  in unwind_phase1()
96 exception_object->private_2 = (uintptr_t)sp; in unwind_phase1()
289 (void *)exception_object, (void *)(uintptr_t)p); in unwind_phase2_forced()
397 (void *)exception_object, (void *)(uintptr_t)stop); in _Unwind_ForcedUnwind()
403 exception_object->private_1 = (uintptr_t) stop; in _Unwind_ForcedUnwind()
404 exception_object->private_2 = (uintptr_t) stop_parameter; in _Unwind_ForcedUnwind()
412 _LIBUNWIND_EXPORT uintptr_t
416 uintptr_t result = 0; in _Unwind_GetLanguageSpecificData()
418 result = (uintptr_t)frameInfo.lsda; in _Unwind_GetLanguageSpecificData()
433 _LIBUNWIND_EXPORT uintptr_t
437 uintptr_t result = 0; in _Unwind_GetRegionStart()
439 result = (uintptr_t)frameInfo.start_ip; in _Unwind_GetRegionStart()
461 _LIBUNWIND_EXPORT uintptr_t
463 uintptr_t value = 0; in _Unwind_GetGR()
471 uintptr_t value) { in _Unwind_SetGR()
477 _LIBUNWIND_EXPORT uintptr_t _Unwind_GetIP(struct _Unwind_Context *context) { in _Unwind_GetIP()
479 uintptr_t value = _Unwind_GetGR(context, 15) & (~(uintptr_t)0x1); in _Unwind_GetIP()
486 uintptr_t value) { in _Unwind_SetIP()
489 uintptr_t thumb_bit = _Unwind_GetGR(context, 15) & ((uintptr_t)0x1); in _Unwind_SetIP()
496 _LIBUNWIND_EXPORT uintptr_t
503 return (uintptr_t)result; in _Unwind_GetGR()
508 uintptr_t value) { in _Unwind_SetGR()
517 _LIBUNWIND_EXPORT uintptr_t _Unwind_GetIP(struct _Unwind_Context *context) { in _Unwind_GetIP()
523 return (uintptr_t)result; in _Unwind_GetIP()
530 uintptr_t value) { in _Unwind_SetIP()