Searched refs:plt_shndx (Results 1 – 2 of 2) sorted by relevance
77 struct plt_entry *plt = (struct plt_entry *)sechdrs[pltsec->plt_shndx].sh_addr; in module_emit_plt_entry()108 struct plt_entry *plt = (struct plt_entry *)sechdrs[pltsec->plt_shndx].sh_addr; in module_emit_veneer_for_adrp()270 mod->arch.core.plt_shndx = i; in module_frob_arch_sections()272 mod->arch.init.plt_shndx = i; in module_frob_arch_sections()281 if (!mod->arch.core.plt_shndx || !mod->arch.init.plt_shndx) { in module_frob_arch_sections()313 pltsec = sechdrs + mod->arch.core.plt_shndx; in module_frob_arch_sections()321 pltsec = sechdrs + mod->arch.init.plt_shndx; in module_frob_arch_sections()
14 int plt_shndx; member