Searched refs:WARN_FUNC (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/tools/objtool/ |
D | check.c | 1266 WARN_FUNC("Tail call to __fentry__ !?!?", insn->sec, insn->offset); in annotate_call_site() 1441 WARN_FUNC("can't find jump dest instruction at %s+0x%lx", in add_jump_destinations() 1526 WARN_FUNC("unannotated intra-function call", insn->sec, insn->offset); in add_call_destinations() 1531 WARN_FUNC("unsupported call to non-function", in add_call_destinations() 1540 WARN_FUNC("can't find call dest symbol at %s+0x%lx", in add_call_destinations() 1661 WARN_FUNC("unsupported relocation in alternatives section", in handle_group_alt() 1676 WARN_FUNC("can't find alternative jump destination", in handle_group_alt() 1684 WARN_FUNC("can't find last new alternative instruction", in handle_group_alt() 1712 WARN_FUNC("unsupported instruction at jump label", in handle_jump_alt() 1771 WARN_FUNC("special: can't find orig instruction", in add_special_section_alts() [all …]
|
D | special.c | 98 WARN_FUNC("can't find orig reloc", sec, offset + entry->orig); in get_alt_entry() 107 WARN_FUNC("can't find new reloc", in get_alt_entry() 124 WARN_FUNC("can't find key reloc", in get_alt_entry()
|
D | orc_gen.c | 62 WARN_FUNC("unknown CFA base reg %d", in init_orc_entry() 78 WARN_FUNC("unknown BP base reg %d", in init_orc_entry()
|
/linux-6.1.9/tools/objtool/include/objtool/ |
D | warn.h | 49 #define WARN_FUNC(format, sec, offset, ...) \ macro
|