Searched refs:_Unwind_VRS_Get (Results 1 – 11 of 11) sorted by relevance
| /freebsd-12-stable/contrib/libexecinfo/ |
| D | unwind_arm_ehabi_stub.c | 30 void _Unwind_VRS_Get(struct _Unwind_Context *, int, _Unwind_Word, int, void *); 37 _Unwind_VRS_Get(context, 0 /*_UVRSC_CORE*/, regno, 0 /*_UVRSD_UINT32*/, in _Unwind_GetGR()
|
| /freebsd-12-stable/contrib/gcc/config/arm/ |
| D | pr-support.c | 123 _Unwind_VRS_Get (context, _UVRSC_CORE, R_LR, _UVRSD_UINT32, in __gnu_unwind_execute() 138 _Unwind_VRS_Get (context, _UVRSC_CORE, R_SP, _UVRSD_UINT32, ®); in __gnu_unwind_execute() 171 _Unwind_VRS_Get (context, _UVRSC_CORE, op, _UVRSD_UINT32, ®); in __gnu_unwind_execute() 208 _Unwind_VRS_Get (context, _UVRSC_CORE, R_SP, _UVRSD_UINT32, in __gnu_unwind_execute()
|
| D | unwind-arm.h | 183 _Unwind_VRS_Result _Unwind_VRS_Get(_Unwind_Context *, _Unwind_VRS_RegClass, 256 _Unwind_VRS_Get (context, _UVRSC_CORE, regno, _UVRSD_UINT32, &val); in _Unwind_GetGR()
|
| D | libgcc-bpabi.ver | 73 _Unwind_VRS_Get
|
| D | unwind-arm.c | 177 _Unwind_VRS_Result _Unwind_VRS_Get (_Unwind_Context *context, in _Unwind_VRS_Get() function
|
| /freebsd-12-stable/contrib/llvm-project/libunwind/src/ |
| D | Unwind-EHABI.cpp | 263 _Unwind_VRS_Get(context, _UVRSC_CORE, UNW_ARM_SP, _UVRSD_UINT32, &sp); in _Unwind_VRS_Interpret() 289 _Unwind_VRS_Get(context, _UVRSC_CORE, UNW_ARM_R0 + reg, in _Unwind_VRS_Interpret() 330 _Unwind_VRS_Get(context, _UVRSC_CORE, UNW_ARM_SP, _UVRSD_UINT32, in _Unwind_VRS_Interpret() 419 _Unwind_VRS_Get(context, _UVRSC_CORE, UNW_ARM_LR, _UVRSD_UINT32, &lr); in _Unwind_VRS_Interpret() 874 _Unwind_VRS_Get(_Unwind_Context *context, _Unwind_VRS_RegClass regclass, in _Unwind_VRS_Get() function 908 if (_Unwind_VRS_Get(context, _UVRSC_CORE, UNW_ARM_SP, in _Unwind_VRS_Pop() 940 if (_Unwind_VRS_Get(context, _UVRSC_CORE, UNW_ARM_SP, in _Unwind_VRS_Pop()
|
| /freebsd-12-stable/contrib/libcxxrt/ |
| D | unwind-arm.h | 131 _Unwind_VRS_Result _Unwind_VRS_Get(_Unwind_Context *context, 168 _Unwind_VRS_Get(context, _UVRSC_CORE, reg, _UVRSD_UINT32, &val); in _Unwind_GetGR()
|
| /freebsd-12-stable/lib/libgcc_s/arm/ |
| D | Symbol.map | 7 _Unwind_VRS_Get;
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Headers/ |
| D | unwind.h | 199 _Unwind_VRS_Result _Unwind_VRS_Get(struct _Unwind_Context *__context, 214 _Unwind_VRS_Get(__context, _UVRSC_CORE, __index, _UVRSD_UINT32, &__value); in _Unwind_GetGR()
|
| /freebsd-12-stable/contrib/llvm-project/libunwind/include/ |
| D | unwind.h | 204 _Unwind_VRS_Get(_Unwind_Context *context, _Unwind_VRS_RegClass regclass, 245 _Unwind_VRS_Get(context, _UVRSC_CORE, (uint32_t)index, _UVRSD_UINT32, &value); in _Unwind_GetGR()
|
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| D | sanitizer_unwind_linux_libcdep.cpp | 63 _Unwind_VRS_Result res = _Unwind_VRS_Get(ctx, _UVRSC_CORE, in Unwind_GetIP()
|