Home
last modified time | relevance | path

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

/Linux-v6.6/arch/arm64/kernel/
Dmodule-plts.c158 Elf64_Word dstidx, Elf_Shdr *dstsec) in count_plts() argument
185 if (s->st_shndx == dstidx) in count_plts()
254 Elf64_Word dstidx) in branch_rela_needs_plt() argument
259 if (s->st_shndx == dstidx) in branch_rela_needs_plt()
268 int numrels, Elf64_Word dstidx) in partition_branch_plt_relas() argument
276 if (branch_rela_needs_plt(syms, &rela[i], dstidx)) in partition_branch_plt_relas()
278 else if (branch_rela_needs_plt(syms, &rela[j], dstidx)) in partition_branch_plt_relas()
/Linux-v6.6/arch/arm/kernel/
Dmodule-plts.c158 const Elf32_Rel *rel, int num, Elf32_Word dstidx) in count_plts() argument
183 if (s->st_shndx == dstidx) in count_plts()