Searched refs:numrels (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/arm64/kernel/ |
| H A D | module-plts.c | 272 int numrels, Elf64_Word dstidx) in partition_branch_plt_relas() argument 274 int i = 0, j = numrels - 1; in partition_branch_plt_relas() 332 int nents, numrels = sechdrs[i].sh_size / sizeof(Elf64_Rela); in module_frob_arch_sections() local 341 void *p = kmemdup(rels, numrels * sizeof(Elf64_Rela), in module_frob_arch_sections() 348 mod->arch.num_rodata_relocations = numrels; in module_frob_arch_sections() 359 void *p = kmemdup(rels, numrels * sizeof(Elf64_Rela), in module_frob_arch_sections() 366 mod->arch.num_text_relocations = numrels; in module_frob_arch_sections() 374 nents = partition_branch_plt_relas(syms, rels, numrels, in module_frob_arch_sections() 380 core_plts += count_plts(syms, rels, numrels, in module_frob_arch_sections() 383 init_plts += count_plts(syms, rels, numrels, in module_frob_arch_sections()
|
| /OK3568_Linux_fs/kernel/arch/arm/kernel/ |
| H A D | module-plts.c | 246 int numrels = s->sh_size / sizeof(Elf32_Rel); in module_frob_arch_sections() local 257 sort(rels, numrels, sizeof(Elf32_Rel), cmp_rel, NULL); in module_frob_arch_sections() 261 numrels, s->sh_info); in module_frob_arch_sections() 264 numrels, s->sh_info); in module_frob_arch_sections()
|
| /OK3568_Linux_fs/kernel/crypto/ |
| H A D | fips140-module.c | 285 const Elf64_Rela *rela, int numrels) in unapply_text_relocations() argument 287 while (numrels--) { in unapply_text_relocations() 326 const Elf64_Rela *rela, int numrels) in unapply_rodata_relocations() argument 328 while (numrels--) { in unapply_rodata_relocations()
|
| /OK3568_Linux_fs/kernel/arch/ia64/kernel/ |
| H A D | module.c | 453 unsigned long numrels = s->sh_size/sizeof(Elf64_Rela); in module_frob_arch_sections() local 458 gots += count_gots(rels, numrels); in module_frob_arch_sections() 459 fdescs += count_fdescs(rels, numrels); in module_frob_arch_sections() 461 init_plts += count_plts(rels, numrels); in module_frob_arch_sections() 463 core_plts += count_plts(rels, numrels); in module_frob_arch_sections()
|