Lines Matching refs:valuep
889 void* valuep) { in ValueAsBitPattern() argument
894 memcpy(&value, valuep, sizeof(uint32_t)); in ValueAsBitPattern()
900 memcpy(&value, valuep, sizeof(uint64_t)); in ValueAsBitPattern()
909 void *valuep) { in _Unwind_VRS_Set() argument
914 ValueAsBitPattern(representation, valuep)); in _Unwind_VRS_Set()
921 *(unw_word_t *)valuep) == UNW_ESUCCESS in _Unwind_VRS_Set()
937 *(unw_fpreg_t *)valuep) == UNW_ESUCCESS in _Unwind_VRS_Set()
945 *(unw_word_t *)valuep) == UNW_ESUCCESS in _Unwind_VRS_Set()
952 *(unw_fpreg_t *)valuep) == UNW_ESUCCESS in _Unwind_VRS_Set()
965 *(unw_word_t *)valuep) == UNW_ESUCCESS in _Unwind_VRS_Set()
977 void *valuep) { in _Unwind_VRS_Get_Internal() argument
984 (unw_word_t *)valuep) == UNW_ESUCCESS in _Unwind_VRS_Get_Internal()
1000 (unw_fpreg_t *)valuep) == UNW_ESUCCESS in _Unwind_VRS_Get_Internal()
1008 (unw_word_t *)valuep) == UNW_ESUCCESS in _Unwind_VRS_Get_Internal()
1015 (unw_fpreg_t *)valuep) == UNW_ESUCCESS in _Unwind_VRS_Get_Internal()
1028 (unw_word_t *)valuep) == UNW_ESUCCESS in _Unwind_VRS_Get_Internal()
1039 void *valuep) { in _Unwind_VRS_Get() argument
1042 valuep); in _Unwind_VRS_Get()
1047 ValueAsBitPattern(representation, valuep), result); in _Unwind_VRS_Get()