Searched refs:_Unwind_VRS_Get (Results 1 – 11 of 11) sorted by relevance
| /freebsd-11-stable/contrib/gcc/config/arm/ |
| HD | 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()
|
| HD | 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()
|
| HD | libgcc-bpabi.ver | 73 _Unwind_VRS_Get
|
| HD | unwind-arm.c | 177 _Unwind_VRS_Result _Unwind_VRS_Get (_Unwind_Context *context, in _Unwind_VRS_Get() function
|
| /freebsd-11-stable/contrib/libexecinfo/ |
| HD | 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-11-stable/contrib/llvm-project/libunwind/src/ |
| HD | Unwind-EHABI.cpp | 259 _Unwind_VRS_Get(context, _UVRSC_CORE, UNW_ARM_SP, _UVRSD_UINT32, &sp); in _Unwind_VRS_Interpret() 285 _Unwind_VRS_Get(context, _UVRSC_CORE, UNW_ARM_R0 + reg, in _Unwind_VRS_Interpret() 326 _Unwind_VRS_Get(context, _UVRSC_CORE, UNW_ARM_SP, _UVRSD_UINT32, in _Unwind_VRS_Interpret() 415 _Unwind_VRS_Get(context, _UVRSC_CORE, UNW_ARM_LR, _UVRSD_UINT32, &lr); in _Unwind_VRS_Interpret() 870 _Unwind_VRS_Get(_Unwind_Context *context, _Unwind_VRS_RegClass regclass, in _Unwind_VRS_Get() function 904 if (_Unwind_VRS_Get(context, _UVRSC_CORE, UNW_ARM_SP, in _Unwind_VRS_Pop() 936 if (_Unwind_VRS_Get(context, _UVRSC_CORE, UNW_ARM_SP, in _Unwind_VRS_Pop()
|
| /freebsd-11-stable/contrib/libcxxrt/ |
| HD | 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-11-stable/lib/libgcc_s/arm/ |
| HD | Symbol.map | 6 _Unwind_VRS_Get;
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/ |
| HD | 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-11-stable/contrib/llvm-project/libunwind/include/ |
| HD | unwind.h | 208 _Unwind_VRS_Get(_Unwind_Context *context, _Unwind_VRS_RegClass regclass, 249 _Unwind_VRS_Get(context, _UVRSC_CORE, (uint32_t)index, _UVRSD_UINT32, &value); in _Unwind_GetGR()
|
| /freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| HD | sanitizer_unwind_linux_libcdep.cpp | 63 _Unwind_VRS_Result res = _Unwind_VRS_Get(ctx, _UVRSC_CORE, in Unwind_GetIP()
|