Searched refs:ERROR_INSN (Results 1 – 2 of 2) sorted by relevance
| /linux/tools/objtool/ |
| H A D | check.c | 1639 ERROR_INSN(insn, "can't find jump dest instruction at %s", in add_jump_destinations() 1720 ERROR_INSN(insn, "unannotated intra-function call"); in add_call_destinations() 1725 ERROR_INSN(insn, "unsupported call to non-function"); in add_call_destinations() 1733 ERROR_INSN(insn, "can't find call dest symbol at %s+0x%lx", in add_call_destinations() 1800 ERROR_INSN(orig_insn, "weirdly overlapping alternative! %ld != %d", in handle_group_alt() 1868 ERROR_INSN(insn, "unsupported relocation in alternatives section"); in handle_group_alt() 1882 ERROR_INSN(insn, "can't find alternative jump destination"); in handle_group_alt() 1918 ERROR_INSN(orig_insn, "unsupported instruction at jump label"); in handle_jump_alt() 1996 ERROR_INSN(orig_insn, "empty alternative entry"); in add_special_section_alts() 2117 ERROR_INSN(insn, "can't find switch jump table"); in add_jump_table() [all …]
|
| /linux/tools/objtool/include/objtool/ |
| H A D | warn.h | 110 #define ERROR_INSN(insn, format, ...) ERROR_FUNC(insn->sec, insn->offset, format, ##__VA_ARGS__) macro
|