OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:S_PRIV
(Results
1 - 2
of
2
) sorted by null
/external/lldb/source/Plugins/Process/Utility/
RegisterContextDarwin_arm.h
40
#define
S_PRIV
((uint32_t)(1u << 1))
42
#define S_PRIV_USER ((
S_PRIV
) | (S_USER))
/external/lldb/tools/debugserver/source/MacOSX/arm/
DNBArchImpl.cpp
48
#define
S_PRIV
((uint32_t)(1u << 1))
50
#define S_PRIV_USER ((
S_PRIV
) | (S_USER))
[
all
...]
Completed in 2026 milliseconds