Lines Matching refs:valuep
737 void* valuep) { in ValueAsBitPattern() argument
742 memcpy(&value, valuep, sizeof(uint32_t)); in ValueAsBitPattern()
748 memcpy(&value, valuep, sizeof(uint64_t)); in ValueAsBitPattern()
757 void *valuep) { in _Unwind_VRS_Set() argument
762 ValueAsBitPattern(representation, valuep)); in _Unwind_VRS_Set()
769 *(unw_word_t *)valuep) == UNW_ESUCCESS in _Unwind_VRS_Set()
785 *(unw_fpreg_t *)valuep) == UNW_ESUCCESS in _Unwind_VRS_Set()
793 *(unw_word_t *)valuep) == UNW_ESUCCESS in _Unwind_VRS_Set()
800 *(unw_fpreg_t *)valuep) == UNW_ESUCCESS in _Unwind_VRS_Set()
816 void *valuep) { in _Unwind_VRS_Get_Internal() argument
823 (unw_word_t *)valuep) == UNW_ESUCCESS in _Unwind_VRS_Get_Internal()
839 (unw_fpreg_t *)valuep) == UNW_ESUCCESS in _Unwind_VRS_Get_Internal()
847 (unw_word_t *)valuep) == UNW_ESUCCESS in _Unwind_VRS_Get_Internal()
854 (unw_fpreg_t *)valuep) == UNW_ESUCCESS in _Unwind_VRS_Get_Internal()
869 void *valuep) { in _Unwind_VRS_Get() argument
872 valuep); in _Unwind_VRS_Get()
877 ValueAsBitPattern(representation, valuep), result); in _Unwind_VRS_Get()