Searched refs:target_gp (Results 1 – 1 of 1) sorted by relevance
| /linux-4.4.14/arch/ia64/kernel/ |
| D | module.c | 233 patch_plt (struct module *mod, struct plt_entry *plt, long target_ip, unsigned long target_gp) in patch_plt() argument 235 if (apply_imm64(mod, (struct insn *) (plt->bundle[0] + 2), target_gp) in patch_plt() 283 patch_plt (struct module *mod, struct plt_entry *plt, long target_ip, unsigned long target_gp) in patch_plt() argument 286 && apply_imm64(mod, (struct insn *) (plt->bundle[1] + 2), target_gp)) in patch_plt() 540 uint64_t target_ip, target_gp; in get_plt() local 555 target_gp = ((uint64_t *) value)[1]; in get_plt() 565 if (!patch_plt(mod, plt, target_ip, target_gp)) { in get_plt()
|