apply_imm64       237 arch/ia64/kernel/module.c 	if (apply_imm64(mod, (struct insn *) (plt->bundle[0] + 2), target_gp)
apply_imm64       287 arch/ia64/kernel/module.c 	if (apply_imm64(mod, (struct insn *) (plt->bundle[0] + 2), target_ip)
apply_imm64       288 arch/ia64/kernel/module.c 	    && apply_imm64(mod, (struct insn *) (plt->bundle[1] + 2), target_gp))
apply_imm64       767 arch/ia64/kernel/module.c 	      case RF_INSN64:	ok = apply_imm64(mod, location, val); break;