Lines Matching refs:plt_entry
212 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()
547 struct plt_entry *plt, *plt_end; in get_plt()