Searched refs:dest_insn (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/objtool/ |
H A D | check.c | 1556 struct instruction *dest_insn; in add_jump_table() local 1580 dest_insn = find_insn(file, reloc->sym->sec, reloc->addend); in add_jump_table() 1581 if (!dest_insn) in add_jump_table() 1585 if (!dest_insn->func || dest_insn->func->pfunc != pfunc) in add_jump_table() 1594 alt->insn = dest_insn; in add_jump_table() 1617 struct instruction *dest_insn, *orig_insn = insn; in find_jump_table() local 1641 dest_insn = find_insn(file, table_reloc->sym->sec, table_reloc->addend); in find_jump_table() 1642 if (!dest_insn || !dest_insn in find_jump_table() [all...] |
/kernel/linux/linux-6.6/tools/objtool/ |
H A D | check.c | 2007 struct instruction *dest_insn; in add_jump_table() local 2031 dest_insn = find_insn(file, reloc->sym->sec, reloc_addend(reloc)); in add_jump_table() 2032 if (!dest_insn) in add_jump_table() 2036 if (!insn_func(dest_insn) || insn_func(dest_insn)->pfunc != pfunc) in add_jump_table() 2045 alt->insn = dest_insn; in add_jump_table() 2068 struct instruction *dest_insn, *orig_insn = insn; in find_jump_table() local 2092 dest_insn = find_insn(file, table_reloc->sym->sec, reloc_addend(table_reloc)); in find_jump_table() 2093 if (!dest_insn || !insn_func(dest_insn) || insn_fun in find_jump_table() [all...] |
Completed in 10 milliseconds