Searched refs:get_dwarf_regnum (Results 1 – 3 of 3) sorted by relevance
| /tools/perf/util/include/ |
| A D | dwarf-regs.h | 113 int get_dwarf_regnum(const char *name, unsigned int machine, unsigned int flags); 119 static inline int get_dwarf_regnum(const char *name __maybe_unused, in get_dwarf_regnum() function
|
| /tools/perf/util/ |
| A D | dwarf-regs.c | 82 int get_dwarf_regnum(const char *name, unsigned int machine, unsigned int flags __maybe_unused) in get_dwarf_regnum() function
|
| A D | annotate.c | 2421 op_loc->reg1 = get_dwarf_regnum(regname, arch->e_machine, arch->e_flags); in extract_reg_offset() 2434 op_loc->reg2 = get_dwarf_regnum(regname, arch->e_machine, arch->e_flags); in extract_reg_offset() 2534 op_loc->reg1 = get_dwarf_regnum(s, arch->e_machine, arch->e_flags); in annotate_get_insn_location()
|
Completed in 12 milliseconds