Home
last modified time | relevance | path

Searched refs:WARN_FUNC (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/tools/objtool/
H A Dcheck.c1245 WARN_FUNC("can't find jump dest instruction at %s+0x%lx", in add_jump_destinations()
1324 WARN_FUNC("unannotated intra-function call", insn->sec, insn->offset); in add_call_destinations()
1329 WARN_FUNC("unsupported call to non-function", in add_call_destinations()
1341 WARN_FUNC("can't find call dest symbol at %s+0x%lx", in add_call_destinations()
1462 WARN_FUNC("unsupported relocation in alternatives section", in handle_group_alt()
1478 WARN_FUNC("can't find alternative jump destination", in handle_group_alt()
1485 WARN_FUNC("can't find last new alternative instruction", in handle_group_alt()
1514 WARN_FUNC("unsupported instruction at jump label", in handle_jump_alt()
1546 WARN_FUNC("special: can't find orig instruction", in add_special_section_alts()
1557 WARN_FUNC("special: can't find new instruction", in add_special_section_alts()
[all …]
H A Dspecial.c94 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 Dorc_gen.c61 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 Dwarn.h48 #define WARN_FUNC(format, sec, offset, ...) \ macro