Searched refs:WARN_FUNC (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/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()
|
/openbmc/linux/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, \
|