Home
last modified time | relevance | path

Searched refs:get_dwarf_regnum (Results 1 – 3 of 3) sorted by relevance

/linux/tools/perf/util/include/
H A Ddwarf-regs.h123 int get_dwarf_regnum(const char *name, unsigned int machine, unsigned int flags);
135 static inline int get_dwarf_regnum(const char *name __maybe_unused, in get_dwarf_regnum() function
/linux/tools/perf/util/
H A Ddwarf-regs.c86 int get_dwarf_regnum(const char *name, unsigned int machine, unsigned int flags) in get_dwarf_regnum() function
H A Dannotate.c2471 reg = get_dwarf_regnum(regname, arch->id.e_machine, arch->id.e_flags); in arch__dwarf_regnum()