Searched refs:WARN_FUNC (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/tools/objtool/ |
D | special.c | 89 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()
|
D | check.c | 1927 WARN_FUNC("can't find last new alternative instruction", in handle_group_alt() 2010 WARN_FUNC("special: can't find orig instruction", in add_special_section_alts() 2021 WARN_FUNC("special: can't find new instruction", in add_special_section_alts() 4508 WARN_FUNC("data relocation to !ENDBR: %s", in validate_ibt_data_reloc()
|
/linux-6.12.1/tools/objtool/include/objtool/ |
D | warn.h | 49 #define WARN_FUNC(format, sec, offset, ...) \ macro 60 WARN_FUNC(format, _insn->sec, _insn->offset, \
|