Home
last modified time | relevance | path

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

/linux/arch/arm64/kernel/
H A Dmodule-plts.c75 struct plt_entry *plt = (struct plt_entry *)sechdrs[pltsec->plt_shndx].sh_addr; in module_emit_plt_entry()
106 struct plt_entry *plt = (struct plt_entry *)sechdrs[pltsec->plt_shndx].sh_addr; in module_emit_veneer_for_adrp()
295 mod->arch.core.plt_shndx = i; in module_frob_arch_sections()
297 mod->arch.init.plt_shndx = i; in module_frob_arch_sections()
308 if (!mod->arch.core.plt_shndx || !mod->arch.init.plt_shndx) { in module_frob_arch_sections()
346 pltsec = sechdrs + mod->arch.core.plt_shndx; in module_frob_arch_sections()
354 pltsec = sechdrs + mod->arch.init.plt_shndx; in module_frob_arch_sections()
/linux/arch/arm64/include/asm/
H A Dmodule.h11 int plt_shndx; member