Home
last modified time | relevance | path

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

/openbmc/linux/arch/alpha/kernel/
H A 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()
/openbmc/linux/arch/s390/kernel/
H A Dmodule.c149 int nrela, i, j; in module_frob_arch_sections() local
190 nrela = sechdrs[i].sh_size / sizeof(Elf_Rela); in module_frob_arch_sections()
192 for (j = 0; j < nrela; j++) in module_frob_arch_sections()