Symbol: ERROR_INSN
tools/objtool/arch/loongarch/orc.c
43
ERROR_INSN(insn, "unknown unwind hint type %d", cfi->type);
tools/objtool/arch/loongarch/orc.c
57
ERROR_INSN(insn, "unknown CFA base reg %d", cfi->cfa.base);
tools/objtool/arch/loongarch/orc.c
74
ERROR_INSN(insn, "unknown FP base reg %d", fp->base);
tools/objtool/arch/loongarch/orc.c
91
ERROR_INSN(insn, "unknown RA base reg %d", ra->base);
tools/objtool/arch/x86/orc.c
42
ERROR_INSN(insn, "unknown unwind hint type %d", cfi->type);
tools/objtool/arch/x86/orc.c
77
ERROR_INSN(insn, "unknown CFA base reg %d", cfi->cfa.base);
tools/objtool/arch/x86/orc.c
92
ERROR_INSN(insn, "unknown BP base reg %d", bp->base);
tools/objtool/check.c
1603
ERROR_INSN(insn, "can't find jump dest instruction at %s",
tools/objtool/check.c
1684
ERROR_INSN(insn, "unannotated intra-function call");
tools/objtool/check.c
1689
ERROR_INSN(insn, "unsupported call to non-function");
tools/objtool/check.c
1697
ERROR_INSN(insn, "can't find call dest symbol at %s+0x%lx",
tools/objtool/check.c
1764
ERROR_INSN(orig_insn, "weirdly overlapping alternative! %ld != %d",
tools/objtool/check.c
1830
ERROR_INSN(insn, "unsupported relocation in alternatives section");
tools/objtool/check.c
1844
ERROR_INSN(insn, "can't find alternative jump destination");
tools/objtool/check.c
1880
ERROR_INSN(orig_insn, "unsupported instruction at jump label");
tools/objtool/check.c
1958
ERROR_INSN(orig_insn, "empty alternative entry");
tools/objtool/check.c
2079
ERROR_INSN(insn, "can't find switch jump table");
tools/objtool/check.c
2283
ERROR_INSN(insn, "UNWIND_HINT_IRET_REGS without ENDBR");
tools/objtool/check.c
2298
ERROR_INSN(insn, "unsupported unwind_hint sp base reg %d", hint->sp_reg);
tools/objtool/check.c
2390
ERROR_INSN(insn, "intra_function_call not a direct call");
tools/objtool/check.c
2404
ERROR_INSN(insn, "can't find call dest at %s+0x%lx",
tools/objtool/check.c
2426
ERROR_INSN(insn, "retpoline_safe hint not an indirect jump/call/ret/nop");
tools/objtool/check.c
2460
ERROR_INSN(insn, "dodgy NOCFI annotation");
tools/objtool/check.c
2467
ERROR_INSN(insn, "Unknown annotation type: %d", type);