Go to the documentation of this file. 2 #ifdef DEFINE_DWARF_REGSTR_TABLE 5 static const char *
const x86_32_regstr_tbl[] = {
6 "%ax",
"%cx",
"%dx",
"%bx",
"$stack",
10 static const char *
const x86_64_regstr_tbl[] = {
11 "%ax",
"%dx",
"%cx",
"%bx",
"%si",
"%di",
12 "%bp",
"%sp",
"%r8",
"%r9",
"%r10",
"%r11",
13 "%r12",
"%r13",
"%r14",
"%r15",