Linux Perf
|
Go to the source code of this file.
Macros | |
#define | SPARC_MAX_REGS 96 |
Functions | |
const char * | get_arch_regstr (unsigned int n) |
Variables | |
const char * | sparc_regs_table [SPARC_MAX_REGS] |
#define SPARC_MAX_REGS 96 |
Definition at line 15 of file dwarf-regs.c.
const char* get_arch_regstr | ( | unsigned int | n | ) |
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 40 of file dwarf-regs.c.
const char* sparc_regs_table[SPARC_MAX_REGS] |
Definition at line 17 of file dwarf-regs.c.