Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dmodule-plts.c162 Elf64_Word dstidx, Elf_Shdr *dstsec) in count_plts() argument
189 if (s->st_shndx == dstidx) in count_plts()
258 Elf64_Word dstidx) in branch_rela_needs_plt() argument
263 if (s->st_shndx == dstidx) in branch_rela_needs_plt()
272 int numrels, Elf64_Word dstidx) in partition_branch_plt_relas() argument
280 if (branch_rela_needs_plt(syms, &rela[i], dstidx)) in partition_branch_plt_relas()
282 else if (branch_rela_needs_plt(syms, &rela[j], dstidx)) in partition_branch_plt_relas()
/OK3568_Linux_fs/kernel/arch/arm/kernel/
H A Dmodule-plts.c163 const Elf32_Rel *rel, int num, Elf32_Word dstidx) in count_plts() argument
188 if (s->st_shndx == dstidx) in count_plts()