Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/objtool/
H A Dcheck.c1607 struct instruction *dest_insn; in add_jump_table() local
1631 dest_insn = find_insn(file, reloc->sym->sec, reloc->addend); in add_jump_table()
1632 if (!dest_insn) in add_jump_table()
1636 if (!dest_insn->func || dest_insn->func->pfunc != pfunc) in add_jump_table()
1645 alt->insn = dest_insn; in add_jump_table()
1668 struct instruction *dest_insn, *orig_insn = insn; in find_jump_table() local
1692 dest_insn = find_insn(file, table_reloc->sym->sec, table_reloc->addend); in find_jump_table()
1693 if (!dest_insn || !dest_insn->func || dest_insn->func->pfunc != func) in find_jump_table()