Home
last modified time | relevance | path

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

/arch/alpha/kernel/
Dmodule.c70 unsigned long nsyms, nrela, i; in module_frob_arch_sections() local
112 nrela = s->sh_size / sizeof(Elf64_Rela); in module_frob_arch_sections()
114 for (i = 0; i < nrela; ++i) in module_frob_arch_sections()
/arch/s390/kernel/
Dmodule.c128 int nrela, i, j; in module_frob_arch_sections() local
168 nrela = sechdrs[i].sh_size / sizeof(Elf_Rela); in module_frob_arch_sections()
170 for (j = 0; j < nrela; j++) in module_frob_arch_sections()