Lines Matching refs:valuep
744 void* valuep) { in ValueAsBitPattern() argument
749 memcpy(&value, valuep, sizeof(uint32_t)); in ValueAsBitPattern()
755 memcpy(&value, valuep, sizeof(uint64_t)); in ValueAsBitPattern()
764 void *valuep) { in _Unwind_VRS_Set() argument
769 ValueAsBitPattern(representation, valuep)); in _Unwind_VRS_Set()
776 *(unw_word_t *)valuep) == UNW_ESUCCESS in _Unwind_VRS_Set()
792 *(unw_fpreg_t *)valuep) == UNW_ESUCCESS in _Unwind_VRS_Set()
800 *(unw_word_t *)valuep) == UNW_ESUCCESS in _Unwind_VRS_Set()
807 *(unw_fpreg_t *)valuep) == UNW_ESUCCESS in _Unwind_VRS_Set()
823 void *valuep) { in _Unwind_VRS_Get_Internal() argument
830 (unw_word_t *)valuep) == UNW_ESUCCESS in _Unwind_VRS_Get_Internal()
846 (unw_fpreg_t *)valuep) == UNW_ESUCCESS in _Unwind_VRS_Get_Internal()
854 (unw_word_t *)valuep) == UNW_ESUCCESS in _Unwind_VRS_Get_Internal()
861 (unw_fpreg_t *)valuep) == UNW_ESUCCESS in _Unwind_VRS_Get_Internal()
876 void *valuep) { in _Unwind_VRS_Get() argument
879 valuep); in _Unwind_VRS_Get()
884 ValueAsBitPattern(representation, valuep), result); in _Unwind_VRS_Get()