Searched refs:plt_shndx (Results 1 – 2 of 2) sorted by relevance
80 struct plt_entry *plt = (struct plt_entry *)sechdrs[pltsec->plt_shndx].sh_addr; in module_emit_plt_entry()111 struct plt_entry *plt = (struct plt_entry *)sechdrs[pltsec->plt_shndx].sh_addr; in module_emit_veneer_for_adrp()308 mod->arch.core.plt_shndx = i; in module_frob_arch_sections()310 mod->arch.init.plt_shndx = i; in module_frob_arch_sections()318 if (!mod->arch.core.plt_shndx || !mod->arch.init.plt_shndx) { in module_frob_arch_sections()388 pltsec = sechdrs + mod->arch.core.plt_shndx; in module_frob_arch_sections()396 pltsec = sechdrs + mod->arch.init.plt_shndx; in module_frob_arch_sections()
12 int plt_shndx; member