Searched refs:WARN_FUNC (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/tools/objtool/ |
H A D | check.c | 1197 WARN_FUNC("can't find jump dest instruction at %s+0x%lx", in add_jump_destinations() 1276 WARN_FUNC("unannotated intra-function call", insn->sec, insn->offset); in add_call_destinations() 1281 WARN_FUNC("unsupported call to non-function", in add_call_destinations() 1290 WARN_FUNC("can't find call dest symbol at %s+0x%lx", in add_call_destinations() 1411 WARN_FUNC("unsupported relocation in alternatives section", in handle_group_alt() 1427 WARN_FUNC("can't find alternative jump destination", in handle_group_alt() 1434 WARN_FUNC("can't find last new alternative instruction", in handle_group_alt() 1463 WARN_FUNC("unsupported instruction at jump label", in handle_jump_alt() 1495 WARN_FUNC("special: can't find orig instruction", in add_special_section_alts() 1506 WARN_FUNC("specia in add_special_section_alts() [all...] |
H A D | special.c | 94 WARN_FUNC("can't find orig reloc", sec, offset + entry->orig); in get_alt_entry() 103 WARN_FUNC("can't find new reloc", in get_alt_entry()
|
H A D | orc_gen.c | 61 WARN_FUNC("unknown CFA base reg %d", in init_orc_entry() 77 WARN_FUNC("unknown BP base reg %d", in init_orc_entry()
|
H A D | warn.h | 48 #define WARN_FUNC(format, sec, offset, ...) \ macro
|
/kernel/linux/linux-6.6/tools/objtool/ |
H A D | special.c | 99 WARN_FUNC("can't find orig reloc", sec, offset + entry->orig); in get_alt_entry() 108 WARN_FUNC("can't find new reloc", in get_alt_entry() 125 WARN_FUNC("can't find key reloc", in get_alt_entry()
|
H A D | check.c | 1856 WARN_FUNC("can't find last new alternative instruction", in handle_group_alt() 1939 WARN_FUNC("special: can't find orig instruction", in add_special_section_alts() 1950 WARN_FUNC("special: can't find new instruction", in add_special_section_alts() 4407 WARN_FUNC("data relocation to !ENDBR: %s", in validate_ibt_data_reloc()
|
/kernel/linux/linux-6.6/tools/objtool/include/objtool/ |
H A D | warn.h | 49 #define WARN_FUNC(format, sec, offset, ...) \ macro 60 WARN_FUNC(format, _insn->sec, _insn->offset, \
|
Completed in 9 milliseconds