OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:REG_NAMES
(Results
1 - 2
of
2
) sorted by null
/system/core/debuggerd/arm/
machine.c
123
static const char
REG_NAMES
[] = "r0r1r2r3r4r5r6r7r8r9slfpipsp";
137
_LOG(log, scopeFlags | SCOPE_SENSITIVE, "\nmemory near %.2s:\n", &
REG_NAMES
[reg * 2]);
/system/core/debuggerd/mips/
machine.c
112
static const char
REG_NAMES
[] = "$0atv0v1a0a1a2a3t0t1t2t3t4t5t6t7s0s1s2s3s4s5s6s7t8t9k0k1gpsps8ra";
133
_LOG(log, scopeFlags | SCOPE_SENSITIVE, "\nmemory near %.2s:\n", &
REG_NAMES
[reg * 2]);
Completed in 24 milliseconds