Searched refs:valuep (Results 1 – 4 of 4) sorted by relevance
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/ |
D | Unwind-EHABI.cpp | 725 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/ |
D | unwind-arm.h | 126 void* valuep); 132 void* valuep);
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/ |
D | unwind.h | 196 void *valuep); 202 void *valuep);
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
D | stdlib.in.h | 179 extern int getsubopt (char **optionp, char *const *tokens, char **valuep);
|