target_gp         235 arch/ia64/kernel/module.c patch_plt (struct module *mod, struct plt_entry *plt, long target_ip, unsigned long target_gp)
target_gp         237 arch/ia64/kernel/module.c 	if (apply_imm64(mod, (struct insn *) (plt->bundle[0] + 2), target_gp)
target_gp         285 arch/ia64/kernel/module.c patch_plt (struct module *mod, struct plt_entry *plt, long target_ip, unsigned long target_gp)
target_gp         288 arch/ia64/kernel/module.c 	    && apply_imm64(mod, (struct insn *) (plt->bundle[1] + 2), target_gp))
target_gp         542 arch/ia64/kernel/module.c 	uint64_t target_ip, target_gp;
target_gp         557 arch/ia64/kernel/module.c 	target_gp = ((uint64_t *) value)[1];
target_gp         567 arch/ia64/kernel/module.c 	if (!patch_plt(mod, plt, target_ip, target_gp)) {