Searched refs:plt_shndx (Results 1 – 2 of 2) sorted by relevance
79 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()
12 int plt_shndx; member