Home
last modified time | relevance | path

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

/linux-4.1.27/arch/blackfin/kernel/
Dmodule.c31 Elf_Shdr *s, *sechdrs_end = sechdrs + hdr->e_shnum; in module_frob_arch_sections() local
34 for (s = sechdrs; s < sechdrs_end; ++s) { in module_frob_arch_sections()
/linux-4.1.27/arch/arm/kernel/
Dmodule.c299 const Elf_Shdr *sechdrs_end = sechdrs + hdr->e_shnum; in module_finalize() local
305 for (s = sechdrs; s < sechdrs_end; s++) { in module_finalize()
/linux-4.1.27/arch/ia64/kernel/
Dmodule.c425 Elf64_Shdr *s, *sechdrs_end = sechdrs + ehdr->e_shnum; in module_frob_arch_sections() local
431 for (s = sechdrs; s < sechdrs_end; ++s) in module_frob_arch_sections()
457 for (s = sechdrs + 1; s < sechdrs_end; ++s) { in module_frob_arch_sections()