infosec          2370 kernel/module.c 		unsigned int infosec = info->sechdrs[i].sh_info;
infosec          2373 kernel/module.c 		if (infosec >= info->hdr->e_shnum)
infosec          2377 kernel/module.c 		if (!(info->sechdrs[infosec].sh_flags & SHF_ALLOC))
infosec          2546 kernel/module.c 	Elf_Shdr *infosec = &info->sechdrs[info->index.info];
infosec          2547 kernel/module.c 	unsigned long size = infosec->sh_size;
infosec          2553 kernel/module.c 	char *modinfo = (char *)info->hdr + infosec->sh_offset;