Searched refs:apply_imm64 (Results 1 – 1 of 1) sorted by relevance
/arch/ia64/kernel/ |
D | module.c | 154 apply_imm64 (struct module *mod, struct insn *insn, uint64_t val) in apply_imm64() function 235 if (apply_imm64(mod, (struct insn *) (plt->bundle[0] + 2), target_gp) in patch_plt() 285 if (apply_imm64(mod, (struct insn *) (plt->bundle[0] + 2), target_ip) in patch_plt() 286 && apply_imm64(mod, (struct insn *) (plt->bundle[1] + 2), target_gp)) in patch_plt() 775 case RF_INSN64: ok = apply_imm64(mod, location, val); break; in do_reloc()
|