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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/ia64/kernel/
H A Dmodule.c233 patch_plt (struct module *mod, struct plt_entry *plt, long target_ip, unsigned long target_gp) argument
235 if (apply_imm64(mod, (struct insn *) (plt->bundle[0] + 2), target_gp)
283 patch_plt (struct module *mod, struct plt_entry *plt, long target_ip, unsigned long target_gp) argument
286 && apply_imm64(mod, (struct insn *) (plt->bundle[1] + 2), target_gp))
557 uint64_t target_ip, target_gp; local
572 target_gp = ((uint64_t *) value)[1];
582 if (!patch_plt(mod, plt, target_ip, target_gp)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/ia64/kernel/
H A Dmodule.c233 patch_plt (struct module *mod, struct plt_entry *plt, long target_ip, unsigned long target_gp) argument
235 if (apply_imm64(mod, (struct insn *) (plt->bundle[0] + 2), target_gp)
283 patch_plt (struct module *mod, struct plt_entry *plt, long target_ip, unsigned long target_gp) argument
286 && apply_imm64(mod, (struct insn *) (plt->bundle[1] + 2), target_gp))
557 uint64_t target_ip, target_gp; local
572 target_gp = ((uint64_t *) value)[1];
582 if (!patch_plt(mod, plt, target_ip, target_gp)) {

Completed in 118 milliseconds