Home
last modified time | relevance | path

Searched refs:_Unwind_VRS_Get (Results 1 – 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/gcc/config/arm/
HDpr-support.c123 _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, &reg); in __gnu_unwind_execute()
171 _Unwind_VRS_Get (context, _UVRSC_CORE, op, _UVRSD_UINT32, &reg); in __gnu_unwind_execute()
208 _Unwind_VRS_Get (context, _UVRSC_CORE, R_SP, _UVRSD_UINT32, in __gnu_unwind_execute()
HDunwind-arm.h183 _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()
HDlibgcc-bpabi.ver73 _Unwind_VRS_Get
HDunwind-arm.c177 _Unwind_VRS_Result _Unwind_VRS_Get (_Unwind_Context *context, in _Unwind_VRS_Get() function
/freebsd-11-stable/contrib/libexecinfo/
HDunwind_arm_ehabi_stub.c30 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/
HDUnwind-EHABI.cpp259 _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/
HDunwind-arm.h131 _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/
HDSymbol.map6 _Unwind_VRS_Get;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
HDunwind.h199 _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/
HDunwind.h208 _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/
HDsanitizer_unwind_linux_libcdep.cpp63 _Unwind_VRS_Result res = _Unwind_VRS_Get(ctx, _UVRSC_CORE, in Unwind_GetIP()