Searched refs:WARN_FUNC (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.10/tools/objtool/ |
D | check.c | 818 WARN_FUNC("can't find jump dest instruction at %s+0x%lx", in add_jump_destinations() 910 WARN_FUNC("unannotated intra-function call", insn->sec, insn->offset); in add_call_destinations() 915 WARN_FUNC("unsupported call to non-function", in add_call_destinations() 925 WARN_FUNC("can't find call dest symbol at %s+0x%lx", in add_call_destinations() 1059 WARN_FUNC("unsupported relocation in alternatives section", in handle_group_alt() 1081 WARN_FUNC("can't find alternative jump destination", in handle_group_alt() 1088 WARN_FUNC("can't find last new alternative instruction", in handle_group_alt() 1113 WARN_FUNC("unsupported instruction at jump label", in handle_jump_alt() 1145 WARN_FUNC("special: can't find orig instruction", in add_special_section_alts() 1156 WARN_FUNC("special: can't find new instruction", in add_special_section_alts() [all …]
|
D | special.c | 87 WARN_FUNC("can't find orig reloc", sec, offset + entry->orig); in get_alt_entry() 91 WARN_FUNC("don't know how to handle non-section reloc symbol %s", in get_alt_entry() 102 WARN_FUNC("can't find new reloc", in get_alt_entry()
|
D | orc_gen.c | 60 WARN_FUNC("unknown CFA base reg %d", in create_orc() 76 WARN_FUNC("unknown BP base reg %d", in create_orc()
|
D | warn.h | 48 #define WARN_FUNC(format, sec, offset, ...) \ macro
|