Searched refs:plt_entry (Results 1 – 2 of 2) sorted by relevance
14 struct plt_entry { struct32 struct plt_entry *plt = (struct plt_entry *)mod->arch.plt->sh_addr; in module_emit_plt_entry() argument68 plt[i] = (struct plt_entry){ in module_emit_plt_entry()197 mod->arch.plt->sh_size = plt_max_entries * sizeof(struct plt_entry); in module_frob_arch_sections()
212 struct plt_entry { struct217 static const struct plt_entry ia64_plt_template = { argument233 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 { struct262 static const struct plt_entry ia64_plt_template = { argument283 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()467 mod->arch.core_plt->sh_size = core_plts * sizeof(struct plt_entry); in module_frob_arch_sections()471 mod->arch.init_plt->sh_size = init_plts * sizeof(struct plt_entry); in module_frob_arch_sections()[all …]