Lines Matching refs:valuep
765 void* valuep) { in ValueAsBitPattern() argument
770 memcpy(&value, valuep, sizeof(uint32_t)); in ValueAsBitPattern()
776 memcpy(&value, valuep, sizeof(uint64_t)); in ValueAsBitPattern()
785 void *valuep) { in _Unwind_VRS_Set() argument
790 ValueAsBitPattern(representation, valuep)); in _Unwind_VRS_Set()
797 *(unw_word_t *)valuep) == UNW_ESUCCESS in _Unwind_VRS_Set()
804 *(unw_word_t *)valuep) == UNW_ESUCCESS in _Unwind_VRS_Set()
820 *(unw_fpreg_t *)valuep) == UNW_ESUCCESS in _Unwind_VRS_Set()
827 *(unw_fpreg_t *)valuep) == UNW_ESUCCESS in _Unwind_VRS_Set()
838 void *valuep) { in _Unwind_VRS_Get_Internal() argument
845 (unw_word_t *)valuep) == UNW_ESUCCESS in _Unwind_VRS_Get_Internal()
852 (unw_word_t *)valuep) == UNW_ESUCCESS in _Unwind_VRS_Get_Internal()
868 (unw_fpreg_t *)valuep) == UNW_ESUCCESS in _Unwind_VRS_Get_Internal()
875 (unw_fpreg_t *)valuep) == UNW_ESUCCESS in _Unwind_VRS_Get_Internal()
887 void *valuep) { in _Unwind_VRS_Get() argument
890 valuep); in _Unwind_VRS_Get()
895 ValueAsBitPattern(representation, valuep), result); in _Unwind_VRS_Get()