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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ia64/kernel/
H A Dmodule.c239 patch_plt (struct module *mod, struct plt_entry *plt, long target_ip, unsigned long target_gp) argument
241 if (apply_imm64(mod, (struct insn *) (plt->bundle[0] + 2), target_gp)
289 patch_plt (struct module *mod, struct plt_entry *plt, long target_ip, unsigned long target_gp) argument
292 && apply_imm64(mod, (struct insn *) (plt->bundle[1] + 2), target_gp))
555 uint64_t target_ip, target_gp; local
570 target_gp = ((uint64_t *) value)[1];
580 if (!patch_plt(mod, plt, target_ip, target_gp)) {

Completed in 86 milliseconds