sechdrs_end       193 arch/arm/kernel/module-plts.c 	Elf32_Shdr *s, *sechdrs_end = sechdrs + ehdr->e_shnum;
sechdrs_end       200 arch/arm/kernel/module-plts.c 	for (s = sechdrs; s < sechdrs_end; ++s) {
sechdrs_end       218 arch/arm/kernel/module-plts.c 	for (s = sechdrs + 1; s < sechdrs_end; ++s) {
sechdrs_end       349 arch/arm/kernel/module.c 	const Elf_Shdr *sechdrs_end = sechdrs + hdr->e_shnum;
sechdrs_end       355 arch/arm/kernel/module.c 	for (s = sechdrs; s < sechdrs_end; s++) {
sechdrs_end       427 arch/ia64/kernel/module.c 	Elf64_Shdr *s, *sechdrs_end = sechdrs + ehdr->e_shnum;
sechdrs_end       433 arch/ia64/kernel/module.c 	for (s = sechdrs; s < sechdrs_end; ++s)
sechdrs_end       451 arch/ia64/kernel/module.c 	for (s = sechdrs + 1; s < sechdrs_end; ++s) {