OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:thumbState
(Results
1 - 4
of
4
) sorted by null
/development/ndk/sources/android/libportable/arch-arm/
unwind.c
77
uint32_t
thumbState
= WRAP(_Unwind_GetGR)(ctx, UNWIND_IP_REG) & 1;
78
uint64_t new_val = (uint64_t)(val |
thumbState
);
/ndk/sources/cxx-stl/gabi++/include/
unwind-arm.h
162
uint32_t
thumbState
= _Unwind_GetGR(ctx, UNWIND_IP_REG) & 1;
163
_Unwind_SetGR(ctx, UNWIND_IP_REG, (val |
thumbState
));
/prebuilts/ndk/9/sources/cxx-stl/EH/gabi++/include/
unwind-arm.h
163
uint32_t
thumbState
= _Unwind_GetGR(ctx, UNWIND_IP_REG) & 1;
164
_Unwind_SetGR(ctx, UNWIND_IP_REG, (val |
thumbState
));
/prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/gabi++/include/
unwind-arm.h
163
uint32_t
thumbState
= _Unwind_GetGR(ctx, UNWIND_IP_REG) & 1;
164
_Unwind_SetGR(ctx, UNWIND_IP_REG, (val |
thumbState
));
Completed in 3632 milliseconds