Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions | Variables
dwarf-regs.c File Reference
#include <libio.h>
#include <dwarf-regs.h>

Go to the source code of this file.

Macros

#define SH_MAX_REGS   18
 

Functions

const charget_arch_regstr (unsigned int n)
 

Variables

const charsh_regs_table [SH_MAX_REGS]
 

Macro Definition Documentation

#define SH_MAX_REGS   18

Definition at line 29 of file dwarf-regs.c.

Function Documentation

const char* get_arch_regstr ( unsigned int  n)

Definition at line 52 of file dwarf-regs.c.

Variable Documentation

const char* sh_regs_table[SH_MAX_REGS]
Initial value:
= {
"r0",
"r1",
"r2",
"r3",
"r4",
"r5",
"r6",
"r7",
"r8",
"r9",
"r10",
"r11",
"r12",
"r13",
"r14",
"r15",
"pc",
"pr",
}

Definition at line 30 of file dwarf-regs.c.