secindex_strings  306 scripts/mod/modpost.c 		elf->sechdrs[elf->secindex_strings].sh_offset +
secindex_strings  548 scripts/mod/modpost.c 		info->secindex_strings = TO_NATIVE(sechdrs[0].sh_link);
secindex_strings  551 scripts/mod/modpost.c 		info->secindex_strings = hdr->e_shstrndx;
secindex_strings  568 scripts/mod/modpost.c 	secstrings = (void *)hdr + sechdrs[info->secindex_strings].sh_offset;
secindex_strings  154 scripts/mod/modpost.h 	unsigned int secindex_strings;
secindex_strings  113 scripts/sortextable.h 	unsigned int secindex_strings;
secindex_strings  121 scripts/sortextable.h 	secindex_strings = r2(&ehdr->e_shstrndx);
secindex_strings  122 scripts/sortextable.h 	if (secindex_strings == SHN_XINDEX)
secindex_strings  123 scripts/sortextable.h 		secindex_strings = r(&shdr[0].sh_link);
secindex_strings  125 scripts/sortextable.h 	shstrtab_sec = shdr + secindex_strings;