Home
last modified time | relevance | path

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

/Linux-v5.4/arch/arm/kernel/
Dmodule-plts.c193 Elf32_Shdr *s, *sechdrs_end = sechdrs + ehdr->e_shnum; in module_frob_arch_sections() local
200 for (s = sechdrs; s < sechdrs_end; ++s) { in module_frob_arch_sections()
218 for (s = sechdrs + 1; s < sechdrs_end; ++s) { in module_frob_arch_sections()
Dmodule.c349 const Elf_Shdr *sechdrs_end = sechdrs + hdr->e_shnum; in module_finalize() local
355 for (s = sechdrs; s < sechdrs_end; s++) { in module_finalize()
/Linux-v5.4/arch/ia64/kernel/
Dmodule.c427 Elf64_Shdr *s, *sechdrs_end = sechdrs + ehdr->e_shnum; in module_frob_arch_sections() local
433 for (s = sechdrs; s < sechdrs_end; ++s) in module_frob_arch_sections()
451 for (s = sechdrs + 1; s < sechdrs_end; ++s) { in module_frob_arch_sections()