Home
last modified time | relevance | path

Searched refs:WARN_FUNC (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/tools/objtool/
Dcheck.c601 WARN_FUNC("can't find jump dest instruction at %s+0x%lx", in add_jump_destinations()
666 WARN_FUNC("unsupported intra-function call", in add_call_destinations()
678 WARN_FUNC("can't find call dest symbol at %s+0x%x", in add_call_destinations()
783 WARN_FUNC("can't find alternative jump destination", in handle_group_alt()
790 WARN_FUNC("can't find last new alternative instruction", in handle_group_alt()
815 WARN_FUNC("unsupported instruction at jump label", in handle_jump_alt()
847 WARN_FUNC("special: can't find orig instruction", in add_special_section_alts()
858 WARN_FUNC("special: can't find new instruction", in add_special_section_alts()
946 WARN_FUNC("can't find switch jump table", in add_jump_table()
1240 WARN_FUNC("unsupported unwind_hint sp base reg %d", in read_unwind_hints()
[all …]
Dspecial.c123 WARN_FUNC("can't find orig rela", sec, offset + entry->orig); in get_alt_entry()
127 WARN_FUNC("don't know how to handle non-section rela symbol %s", in get_alt_entry()
138 WARN_FUNC("can't find new rela", in get_alt_entry()
Dorc_gen.c55 WARN_FUNC("unknown CFA base reg %d", in create_orc()
71 WARN_FUNC("unknown BP base reg %d", in create_orc()
Dwarn.h48 #define WARN_FUNC(format, sec, offset, ...) \ macro
/Linux-v5.4/tools/objtool/arch/x86/
Ddecode.c88 WARN_FUNC("can't decode instruction", sec, offset); in arch_decode_instruction()