OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UNW_ARM_SP
(Results
1 - 3
of
3
) sorted by null
/external/libcxxabi/src/Unwind/
Unwind-EHABI.cpp
257
_Unwind_VRS_Get(context, _UVRSC_CORE,
UNW_ARM_SP
, _UVRSD_UINT32, &sp);
262
_Unwind_VRS_Set(context, _UVRSC_CORE,
UNW_ARM_SP
, _UVRSD_UINT32, &sp);
285
_Unwind_VRS_Set(context, _UVRSC_CORE,
UNW_ARM_SP
, _UVRSD_UINT32,
324
_Unwind_VRS_Get(context, _UVRSC_CORE,
UNW_ARM_SP
, _UVRSD_UINT32,
327
_Unwind_VRS_Set(context, _UVRSC_CORE,
UNW_ARM_SP
, _UVRSD_UINT32,
[
all
...]
Registers.hpp
[
all
...]
/external/libcxxabi/include/
libunwind.h
396
UNW_ARM_SP
= 13, // Logical alias for UNW_REG_SP
Completed in 38 milliseconds