Home
last modified time | relevance | path

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

/linux-4.1.27/arch/alpha/kernel/
Dmodule.c82 unsigned long nsyms, nrela, i; in module_frob_arch_sections() local
124 nrela = s->sh_size / sizeof(Elf64_Rela); in module_frob_arch_sections()
126 for (i = 0; i < nrela; ++i) in module_frob_arch_sections()
/linux-4.1.27/arch/avr32/kernel/
Dmodule.c67 int nrela, i, j; in module_frob_arch_sections() local
107 nrela = sechdrs[i].sh_size / sizeof(Elf32_Rela); in module_frob_arch_sections()
109 for (j = 0; j < nrela; j++) { in module_frob_arch_sections()
/linux-4.1.27/arch/s390/kernel/
Dmodule.c114 int nrela, i, j; in module_frob_arch_sections() local
154 nrela = sechdrs[i].sh_size / sizeof(Elf_Rela); in module_frob_arch_sections()
156 for (j = 0; j < nrela; j++) in module_frob_arch_sections()