Searched refs:WARN_INSN (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/tools/objtool/ |
D | check.c | 1463 WARN_INSN(insn, "tail call to __fentry__ !?!?"); in annotate_call_site() 1663 WARN_INSN(insn, "can't find jump dest instruction at %s+0x%lx", in add_jump_destinations() 1763 WARN_INSN(insn, "unannotated intra-function call"); in add_call_destinations() 1768 WARN_INSN(insn, "unsupported call to non-function"); in add_call_destinations() 1776 WARN_INSN(insn, "can't find call dest symbol at %s+0x%lx", in add_call_destinations() 1837 WARN_INSN(orig_insn, "weirdly overlapping alternative! %ld != %d", in handle_group_alt() 1906 WARN_INSN(insn, "unsupported relocation in alternatives section"); in handle_group_alt() 1920 WARN_INSN(insn, "can't find alternative jump destination"); in handle_group_alt() 1954 WARN_INSN(orig_insn, "unsupported instruction at jump label"); in handle_jump_alt() 2031 WARN_INSN(orig_insn, "empty alternative entry"); in add_special_section_alts() [all …]
|
/linux-6.12.1/tools/objtool/arch/loongarch/ |
D | orc.c | 44 WARN_INSN(insn, "unknown unwind hint type %d", cfi->type); in init_orc_entry() 58 WARN_INSN(insn, "unknown CFA base reg %d", cfi->cfa.base); in init_orc_entry() 75 WARN_INSN(insn, "unknown FP base reg %d", fp->base); in init_orc_entry() 92 WARN_INSN(insn, "unknown RA base reg %d", ra->base); in init_orc_entry()
|
/linux-6.12.1/tools/objtool/arch/x86/ |
D | orc.c | 43 WARN_INSN(insn, "unknown unwind hint type %d", cfi->type); in init_orc_entry() 75 WARN_INSN(insn, "unknown CFA base reg %d", cfi->cfa.base); in init_orc_entry() 90 WARN_INSN(insn, "unknown BP base reg %d", bp->base); in init_orc_entry()
|
/linux-6.12.1/tools/objtool/include/objtool/ |
D | warn.h | 56 #define WARN_INSN(insn, format, ...) \ macro
|