Lines Matching refs:valuep
892 const void *valuep) { in ValueAsBitPattern() argument
897 memcpy(&value, valuep, sizeof(uint32_t)); in ValueAsBitPattern()
903 memcpy(&value, valuep, sizeof(uint64_t)); in ValueAsBitPattern()
912 void *valuep) { in _Unwind_VRS_Set() argument
917 ValueAsBitPattern(representation, valuep)); in _Unwind_VRS_Set()
924 *(unw_word_t *)valuep) == UNW_ESUCCESS in _Unwind_VRS_Set()
940 *(unw_fpreg_t *)valuep) == UNW_ESUCCESS in _Unwind_VRS_Set()
948 *(unw_word_t *)valuep) == UNW_ESUCCESS in _Unwind_VRS_Set()
955 *(unw_fpreg_t *)valuep) == UNW_ESUCCESS in _Unwind_VRS_Set()
968 *(unw_word_t *)valuep) == UNW_ESUCCESS in _Unwind_VRS_Set()
980 void *valuep) { in _Unwind_VRS_Get_Internal() argument
987 (unw_word_t *)valuep) == UNW_ESUCCESS in _Unwind_VRS_Get_Internal()
1003 (unw_fpreg_t *)valuep) == UNW_ESUCCESS in _Unwind_VRS_Get_Internal()
1011 (unw_word_t *)valuep) == UNW_ESUCCESS in _Unwind_VRS_Get_Internal()
1018 (unw_fpreg_t *)valuep) == UNW_ESUCCESS in _Unwind_VRS_Get_Internal()
1031 (unw_word_t *)valuep) == UNW_ESUCCESS in _Unwind_VRS_Get_Internal()
1042 void *valuep) { in _Unwind_VRS_Get() argument
1045 valuep); in _Unwind_VRS_Get()
1050 ValueAsBitPattern(representation, valuep), result); in _Unwind_VRS_Get()