Searched refs:numrels (Results 1 – 2 of 2) sorted by relevance
| /arch/arm64/kernel/ |
| A D | module-plts.c | 264 int numrels, Elf64_Word dstidx) in partition_branch_plt_relas() argument 266 int i = 0, j = numrels - 1; in partition_branch_plt_relas() 316 int nents, numrels = sechdrs[i].sh_size / sizeof(Elf64_Rela); in module_frob_arch_sections() local 330 nents = partition_branch_plt_relas(syms, rels, numrels, in module_frob_arch_sections() 336 core_plts += count_plts(syms, rels, numrels, in module_frob_arch_sections() 339 init_plts += count_plts(syms, rels, numrels, in module_frob_arch_sections()
|
| /arch/arm/kernel/ |
| A D | module-plts.c | 241 int numrels = s->sh_size / sizeof(Elf32_Rel); in module_frob_arch_sections() local 252 sort(rels, numrels, sizeof(Elf32_Rel), cmp_rel, NULL); in module_frob_arch_sections() 256 numrels, s->sh_info); in module_frob_arch_sections() 259 numrels, s->sh_info); in module_frob_arch_sections()
|
Completed in 10 milliseconds