Home
last modified time | relevance | path

Searched refs:reg_names (Results 1 – 3 of 3) sorted by relevance

/system/core/debuggerd/libdebuggerd/arm/
Dmachine.cpp38 static const char reg_names[] = "r0r1r2r3r4r5r6r7r8r9slfpipsp"; in dump_memory_and_code() local
41 dump_memory(log, backtrace, regs.uregs[reg], "memory near %.2s:", &reg_names[reg * 2]); in dump_memory_and_code()
/system/core/debuggerd/libdebuggerd/mips64/
Dmachine.cpp42 …static const char reg_names[] = "$0atv0v1a0a1a2a3a4a5a6a7t0t1t2t3s0s1s2s3s4s5s6s7t8t9k0k1gpsps8ra"; in dump_memory_and_code() local
53 dump_memory(log, backtrace, R(r.regs[reg]), "memory near %.2s:", &reg_names[reg * 2]); in dump_memory_and_code()
/system/core/debuggerd/libdebuggerd/mips/
Dmachine.cpp42 …static const char reg_names[] = "$0atv0v1a0a1a2a3t0t1t2t3t4t5t6t7s0s1s2s3s4s5s6s7t8t9k0k1gpsps8ra"; in dump_memory_and_code() local
53 dump_memory(log, backtrace, R(r.regs[reg]), "memory near %.2s:", &reg_names[reg * 2]); in dump_memory_and_code()