dest_insn         903 tools/objtool/check.c 	struct instruction *dest_insn;
dest_insn         927 tools/objtool/check.c 		dest_insn = find_insn(file, rela->sym->sec, rela->addend);
dest_insn         928 tools/objtool/check.c 		if (!dest_insn)
dest_insn         932 tools/objtool/check.c 		if (!dest_insn->func || dest_insn->func->pfunc != pfunc)
dest_insn         941 tools/objtool/check.c 		alt->insn = dest_insn;