Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dmodule-plts.c79 struct plt_entry *plt = (struct plt_entry *)sechdrs[pltsec->plt_shndx].sh_addr; in module_emit_plt_entry()
110 struct plt_entry *plt = (struct plt_entry *)sechdrs[pltsec->plt_shndx].sh_addr; in module_emit_veneer_for_adrp()
307 mod->arch.core.plt_shndx = i; in module_frob_arch_sections()
309 mod->arch.init.plt_shndx = i; in module_frob_arch_sections()
317 if (!mod->arch.core.plt_shndx || !mod->arch.init.plt_shndx) { in module_frob_arch_sections()
387 pltsec = sechdrs + mod->arch.core.plt_shndx; in module_frob_arch_sections()
395 pltsec = sechdrs + mod->arch.init.plt_shndx; in module_frob_arch_sections()
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dmodule.h12 int plt_shndx; member