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
74
ERROR_INSN(insn, "unknown CFA base reg %d", cfi->cfa.base);
tools/objtool/arch/x86/orc.c
89
ERROR_INSN(insn, "unknown BP base reg %d", bp->base);
tools/objtool/check.c
1639
ERROR_INSN(insn, "can't find jump dest instruction at %s",
tools/objtool/check.c
1720
ERROR_INSN(insn, "unannotated intra-function call");
tools/objtool/check.c
1725
ERROR_INSN(insn, "unsupported call to non-function");
tools/objtool/check.c
1733
ERROR_INSN(insn, "can't find call dest symbol at %s+0x%lx",
tools/objtool/check.c
1800
ERROR_INSN(orig_insn, "weirdly overlapping alternative! %ld != %d",
tools/objtool/check.c
1868
ERROR_INSN(insn, "unsupported relocation in alternatives section");
tools/objtool/check.c
1882
ERROR_INSN(insn, "can't find alternative jump destination");
tools/objtool/check.c
1918
ERROR_INSN(orig_insn, "unsupported instruction at jump label");
tools/objtool/check.c
1996
ERROR_INSN(orig_insn, "empty alternative entry");
tools/objtool/check.c
2117
ERROR_INSN(insn, "can't find switch jump table");
tools/objtool/check.c
2321
ERROR_INSN(insn, "UNWIND_HINT_IRET_REGS without ENDBR");
tools/objtool/check.c
2336
ERROR_INSN(insn, "unsupported unwind_hint sp base reg %d", hint->sp_reg);
tools/objtool/check.c
2428
ERROR_INSN(insn, "intra_function_call not a direct call");
tools/objtool/check.c
2442
ERROR_INSN(insn, "can't find call dest at %s+0x%lx",
tools/objtool/check.c
2464
ERROR_INSN(insn, "retpoline_safe hint not an indirect jump/call/ret/nop");
tools/objtool/check.c
2498
ERROR_INSN(insn, "dodgy NOCFI annotation");
tools/objtool/check.c
2505
ERROR_INSN(insn, "Unknown annotation type: %d", type);