Lines Matching refs:valuep
771 void* valuep) { in ValueAsBitPattern() argument
776 memcpy(&value, valuep, sizeof(uint32_t)); in ValueAsBitPattern()
782 memcpy(&value, valuep, sizeof(uint64_t)); in ValueAsBitPattern()
791 void *valuep) { in _Unwind_VRS_Set() argument
796 ValueAsBitPattern(representation, valuep)); in _Unwind_VRS_Set()
803 *(unw_word_t *)valuep) == UNW_ESUCCESS in _Unwind_VRS_Set()
810 *(unw_word_t *)valuep) == UNW_ESUCCESS in _Unwind_VRS_Set()
826 *(unw_fpreg_t *)valuep) == UNW_ESUCCESS in _Unwind_VRS_Set()
833 *(unw_fpreg_t *)valuep) == UNW_ESUCCESS in _Unwind_VRS_Set()
844 void *valuep) { in _Unwind_VRS_Get_Internal() argument
851 (unw_word_t *)valuep) == UNW_ESUCCESS in _Unwind_VRS_Get_Internal()
858 (unw_word_t *)valuep) == UNW_ESUCCESS in _Unwind_VRS_Get_Internal()
874 (unw_fpreg_t *)valuep) == UNW_ESUCCESS in _Unwind_VRS_Get_Internal()
881 (unw_fpreg_t *)valuep) == UNW_ESUCCESS in _Unwind_VRS_Get_Internal()
893 void *valuep) { in _Unwind_VRS_Get() argument
896 valuep); in _Unwind_VRS_Get()
901 ValueAsBitPattern(representation, valuep), result); in _Unwind_VRS_Get()