Home
last modified time | relevance | path

Searched refs:ERROR_INSN (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/tools/objtool/arch/loongarch/
H A Dorc.c44 ERROR_INSN(insn, "unknown unwind hint type %d", cfi->type); in init_orc_entry()
58 ERROR_INSN(insn, "unknown CFA base reg %d", cfi->cfa.base); in init_orc_entry()
75 ERROR_INSN(insn, "unknown FP base reg %d", fp->base); in init_orc_entry()
92 ERROR_INSN(insn, "unknown RA base reg %d", ra->base); in init_orc_entry()
/linux-6.15/tools/objtool/arch/x86/
H A Dorc.c43 ERROR_INSN(insn, "unknown unwind hint type %d", cfi->type); in init_orc_entry()
75 ERROR_INSN(insn, "unknown CFA base reg %d", cfi->cfa.base); in init_orc_entry()
90 ERROR_INSN(insn, "unknown BP base reg %d", bp->base); in init_orc_entry()
/linux-6.15/tools/objtool/
H A Dcheck.c1666 ERROR_INSN(insn, "unannotated intra-function call"); in add_call_destinations()
1671 ERROR_INSN(insn, "unsupported call to non-function"); in add_call_destinations()
1679 ERROR_INSN(insn, "can't find call dest symbol at %s+0x%lx", in add_call_destinations()
1829 ERROR_INSN(insn, "can't find alternative jump destination"); in handle_group_alt()
1864 ERROR_INSN(orig_insn, "unsupported instruction at jump label"); in handle_jump_alt()
1941 ERROR_INSN(orig_insn, "empty alternative entry"); in add_special_section_alts()
2048 ERROR_INSN(insn, "can't find switch jump table"); in add_jump_table()
2264 ERROR_INSN(insn, "UNWIND_HINT_IRET_REGS without ENDBR"); in read_unwind_hints()
2368 ERROR_INSN(insn, "intra_function_call not a direct call"); in __annotate_ifc()
2382 ERROR_INSN(insn, "can't find call dest at %s+0x%lx", in __annotate_ifc()
[all …]
/linux-6.15/tools/objtool/include/objtool/
H A Dwarn.h103 #define ERROR_INSN(insn, format, ...) WARN_FUNC(insn->sec, insn->offset, format, ##__VA_ARGS__) macro