strsect          2694 kernel/module.c 	Elf_Shdr *strsect = info->sechdrs + info->index.str;
strsect          2726 kernel/module.c 	strsect->sh_flags |= SHF_ALLOC;
strsect          2727 kernel/module.c 	strsect->sh_entsize = get_offset(mod, &mod->init_layout.size, strsect,
strsect          2729 kernel/module.c 	pr_debug("\t%s\n", info->secstrings + strsect->sh_name);