Searched refs:WARN_FUNC (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/tools/objtool/ |
D | check.c | 297 WARN_FUNC("invalid instruction type %d", in decode_instructions() 542 WARN_FUNC("can't find jump dest instruction at %s+0x%lx", in add_jump_destinations() 595 WARN_FUNC("unsupported intra-function call", in add_call_destinations() 607 WARN_FUNC("can't find call dest symbol at %s+0x%x", in add_call_destinations() 717 WARN_FUNC("can't find alternative jump destination", in handle_group_alt() 724 WARN_FUNC("can't find last new alternative instruction", in handle_group_alt() 749 WARN_FUNC("unsupported instruction at jump label", in handle_jump_alt() 781 WARN_FUNC("special: can't find orig instruction", in add_special_section_alts() 792 WARN_FUNC("special: can't find new instruction", in add_special_section_alts() 872 WARN_FUNC("can't find switch jump table", in add_switch_table() [all …]
|
D | special.c | 117 WARN_FUNC("can't find orig rela", sec, offset + entry->orig); in get_alt_entry() 121 WARN_FUNC("don't know how to handle non-section rela symbol %s", in get_alt_entry() 132 WARN_FUNC("can't find new rela", in get_alt_entry()
|
D | orc_gen.c | 67 WARN_FUNC("unknown CFA base reg %d", in create_orc() 83 WARN_FUNC("unknown BP base reg %d", in create_orc()
|
D | warn.h | 60 #define WARN_FUNC(format, sec, offset, ...) \ macro
|
/Linux-v4.19/tools/objtool/arch/x86/ |
D | decode.c | 100 WARN_FUNC("can't decode instruction", sec, offset); in arch_decode_instruction()
|