Home
last modified time | relevance | path

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

/linux-4.1.27/arch/ia64/kernel/
Dmodule.c212 struct plt_entry { struct
217 static const struct plt_entry ia64_plt_template = { argument
233 patch_plt (struct module *mod, struct plt_entry *plt, long target_ip, unsigned long target_gp) in patch_plt()
243 plt_target (struct plt_entry *plt) in plt_target()
257 struct plt_entry { struct
262 static const struct plt_entry ia64_plt_template = { argument
283 patch_plt (struct module *mod, struct plt_entry *plt, long target_ip, unsigned long target_gp) in patch_plt()
292 plt_target (struct plt_entry *plt) in plt_target()
475 mod->arch.core_plt->sh_size = core_plts * sizeof(struct plt_entry); in module_frob_arch_sections()
479 mod->arch.init_plt->sh_size = init_plts * sizeof(struct plt_entry); in module_frob_arch_sections()
[all …]