Home
last modified time | relevance | path

Searched refs:valuep (Results 1 – 3 of 3) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
DUnwind-EHABI.cpp725 void* valuep) { in ValueAsBitPattern() argument
730 memcpy(&value, valuep, sizeof(uint32_t)); in ValueAsBitPattern()
736 memcpy(&value, valuep, sizeof(uint64_t)); in ValueAsBitPattern()
747 void *valuep) { in _Unwind_VRS_Set() argument
751 ValueAsBitPattern(representation, valuep)); in _Unwind_VRS_Set()
757 return unw_set_reg(cursor, UNW_ARM_R0 + regno, *(unw_word_t *)valuep) == in _Unwind_VRS_Set()
764 return unw_set_reg(cursor, UNW_ARM_WC0 + regno, *(unw_word_t *)valuep) == in _Unwind_VRS_Set()
781 *(unw_fpreg_t *)valuep) == UNW_ESUCCESS in _Unwind_VRS_Set()
788 *(unw_fpreg_t *)valuep) == UNW_ESUCCESS in _Unwind_VRS_Set()
799 void *valuep) { in _Unwind_VRS_Get_Internal() argument
[all …]
/ndk/sources/cxx-stl/gabi++/include/
Dunwind-arm.h126 void* valuep);
132 void* valuep);
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/
Dunwind.h196 void *valuep);
202 void *valuep);