Searched refs:ERROR_INSN (Results 1 – 4 of 4) sorted by relevance
| /tools/objtool/arch/loongarch/ |
| A D | orc.c | 44 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()
|
| /tools/objtool/arch/x86/ |
| A D | orc.c | 43 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()
|
| /tools/objtool/include/objtool/ |
| A D | warn.h | 103 #define ERROR_INSN(insn, format, ...) WARN_FUNC(insn->sec, insn->offset, format, ##__VA_ARGS__) macro
|
| /tools/objtool/ |
| A D | check.c | 1668 ERROR_INSN(insn, "unannotated intra-function call"); in add_call_destinations() 1673 ERROR_INSN(insn, "unsupported call to non-function"); in add_call_destinations() 1681 ERROR_INSN(insn, "can't find call dest symbol at %s+0x%lx", in add_call_destinations() 1831 ERROR_INSN(insn, "can't find alternative jump destination"); in handle_group_alt() 1866 ERROR_INSN(orig_insn, "unsupported instruction at jump label"); in handle_jump_alt() 1943 ERROR_INSN(orig_insn, "empty alternative entry"); in add_special_section_alts() 2050 ERROR_INSN(insn, "can't find switch jump table"); in add_jump_table() 2266 ERROR_INSN(insn, "UNWIND_HINT_IRET_REGS without ENDBR"); in read_unwind_hints() 2371 ERROR_INSN(insn, "intra_function_call not a direct call"); in __annotate_ifc() 2385 ERROR_INSN(insn, "can't find call dest at %s+0x%lx", in __annotate_ifc() [all …]
|
Completed in 16 milliseconds