12 #include <linux/kernel.h> 15 #define EM_AARCH64 183 19 #define DEFINE_DWARF_REGSTR_TABLE 20 #include "../arch/x86/include/dwarf-regs-table.h" 21 #include "../arch/arm/include/dwarf-regs-table.h" 22 #include "../arch/arm64/include/dwarf-regs-table.h" 23 #include "../arch/sh/include/dwarf-regs-table.h" 24 #include "../arch/powerpc/include/dwarf-regs-table.h" 25 #include "../arch/s390/include/dwarf-regs-table.h" 26 #include "../arch/sparc/include/dwarf-regs-table.h" 27 #include "../arch/xtensa/include/dwarf-regs-table.h" 29 #define __get_dwarf_regstr(tbl, n) (((n) < ARRAY_SIZE(tbl)) ? (tbl)[(n)] : NULL) 58 pr_err(
"ELF MACHINE %x is not supported.\n", machine);
const char * get_dwarf_regstr(unsigned int n, unsigned int machine)
#define __get_dwarf_regstr(tbl, n)
const char * get_arch_regstr(unsigned int n)