Home
last modified time | relevance | path

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

/arch/arm64/kernel/
Dmodule-plts.c14 struct plt_entry { struct
32 struct plt_entry *plt = (struct plt_entry *)mod->arch.plt->sh_addr; in module_emit_plt_entry() argument
68 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()
/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()
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 …]