Home
last modified time | relevance | path

Searched refs:sechdrs_end (Results 1 – 4 of 4) sorted by relevance

/arch/arm/kernel/
Dmodule-plts.c196 Elf32_Shdr *s, *sechdrs_end = sechdrs + ehdr->e_shnum; in module_frob_arch_sections() local
203 for (s = sechdrs; s < sechdrs_end; ++s) { in module_frob_arch_sections()
221 for (s = sechdrs + 1; s < sechdrs_end; ++s) { in module_frob_arch_sections()
Dmodule.c345 const Elf_Shdr *sechdrs_end = sechdrs + hdr->e_shnum; in module_finalize() local
351 for (s = sechdrs; s < sechdrs_end; s++) { in module_finalize()
/arch/blackfin/kernel/
Dmodule.c34 Elf_Shdr *s, *sechdrs_end = sechdrs + hdr->e_shnum; in module_frob_arch_sections() local
37 for (s = sechdrs; s < sechdrs_end; ++s) { in module_frob_arch_sections()
/arch/ia64/kernel/
Dmodule.c426 Elf64_Shdr *s, *sechdrs_end = sechdrs + ehdr->e_shnum; in module_frob_arch_sections() local
432 for (s = sechdrs; s < sechdrs_end; ++s) in module_frob_arch_sections()
450 for (s = sechdrs + 1; s < sechdrs_end; ++s) { in module_frob_arch_sections()