Searched refs:ERROR_INSN (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/objtool/arch/loongarch/ |
| H A D | orc.c | 43 ERROR_INSN(insn, "unknown unwind hint type %d", cfi->type); in init_orc_entry() 57 ERROR_INSN(insn, "unknown CFA base reg %d", cfi->cfa.base); in init_orc_entry() 74 ERROR_INSN(insn, "unknown FP base reg %d", fp->base); in init_orc_entry() 91 ERROR_INSN(insn, "unknown RA base reg %d", ra->base); in init_orc_entry()
|
| /linux/tools/objtool/arch/x86/ |
| H A D | orc.c | 42 ERROR_INSN(insn, "unknown unwind hint type %d", cfi->type); in init_orc_entry() 74 ERROR_INSN(insn, "unknown CFA base reg %d", cfi->cfa.base); in init_orc_entry() 89 ERROR_INSN(insn, "unknown BP base reg %d", bp->base); in init_orc_entry()
|
| /linux/tools/objtool/ |
| H A D | check.c | 1639 ERROR_INSN(insn, "can't find jump dest instruction at %s", in add_jump_destinations() 1720 ERROR_INSN(insn, "unannotated intra-function call"); in add_call_destinations() 1725 ERROR_INSN(insn, "unsupported call to non-function"); in add_call_destinations() 1733 ERROR_INSN(insn, "can't find call dest symbol at %s+0x%lx", in add_call_destinations() 1800 ERROR_INSN(orig_insn, "weirdly overlapping alternative! %ld != %d", in handle_group_alt() 1868 ERROR_INSN(insn, "unsupported relocation in alternatives section"); in handle_group_alt() 1882 ERROR_INSN(insn, "can't find alternative jump destination"); in handle_group_alt() 1918 ERROR_INSN(orig_insn, "unsupported instruction at jump label"); in handle_jump_alt() 1996 ERROR_INSN(orig_insn, "empty alternative entry"); in add_special_section_alts() 2117 ERROR_INSN(insn, "can't find switch jump table"); in add_jump_table() [all …]
|
| /linux/tools/objtool/include/objtool/ |
| H A D | warn.h | 110 #define ERROR_INSN(insn, format, ...) ERROR_FUNC(insn->sec, insn->offset, format, ##__VA_ARGS__) macro
|