Home
last modified time | relevance | path

Searched refs:WARN_INSN (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/tools/objtool/
H A Dcheck.c1408 WARN_INSN(insn, "tail call to __fentry__ !?!?"); in annotate_call_site()
1608 WARN_INSN(insn, "can't find jump dest instruction at %s+0x%lx", in add_jump_destinations()
1692 WARN_INSN(insn, "unannotated intra-function call"); in add_call_destinations()
1697 WARN_INSN(insn, "unsupported call to non-function"); in add_call_destinations()
1705 WARN_INSN(insn, "can't find call dest symbol at %s+0x%lx", in add_call_destinations()
1766 WARN_INSN(orig_insn, "weirdly overlapping alternative! %ld != %d", in handle_group_alt()
1835 WARN_INSN(insn, "unsupported relocation in alternatives section"); in handle_group_alt()
1849 WARN_INSN(insn, "can't find alternative jump destination"); in handle_group_alt()
1883 WARN_INSN(orig_insn, "unsupported instruction at jump label"); in handle_jump_alt()
1960 WARN_INSN(orig_insn, "empty alternative entry"); in add_special_section_alts()
[all …]
H A Dorc_gen.c50 WARN_INSN(insn, "unknown unwind hint type %d", cfi->type); in init_orc_entry()
82 WARN_INSN(insn, "unknown CFA base reg %d", cfi->cfa.base); in init_orc_entry()
97 WARN_INSN(insn, "unknown BP base reg %d", bp->base); in init_orc_entry()
/openbmc/linux/tools/objtool/include/objtool/
H A Dwarn.h56 #define WARN_INSN(insn, format, ...) \ macro