Home
last modified time | relevance | path

Searched refs:target_gp (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/arch/ia64/kernel/
Dmodule.c233 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()
548 uint64_t target_ip, target_gp; in get_plt() local
563 target_gp = ((uint64_t *) value)[1]; in get_plt()
573 if (!patch_plt(mod, plt, target_ip, target_gp)) { in get_plt()