Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
struct | pt_regs_dwarfnum |
Macros | |
#define | STR(s) #s |
#define | REG_DWARFNUM_NAME(r, num) {.name = r, .dwarfnum = num} |
#define | GPR_DWARFNUM_NAME(num) {.name = STR(%gpr##num), .dwarfnum = num} |
#define | REG_DWARFNUM_END {.name = NULL, .dwarfnum = 0} |
Functions | |
const char * | get_arch_regstr (unsigned int n) |
Definition at line 26 of file dwarf-regs.c.
Definition at line 28 of file dwarf-regs.c.
Definition at line 25 of file dwarf-regs.c.
Definition at line 24 of file dwarf-regs.c.
get_arch_regstr() - lookup register name from it's DWARF register number
: the DWARF register number
get_arch_regstr() returns the name of the register in struct regdwarfnum_table from it's DWARF register number. If the register is not found in the table, this returns NULL;
Definition at line 84 of file dwarf-regs.c.