Searched refs:strhdr (Results 1 - 1 of 1) sorted by relevance

/linux-master/kernel/module/
H A Dmain.c1672 Elf_Shdr *shdr, *strhdr; local
1732 strhdr = &info->sechdrs[info->hdr->e_shstrndx];
1733 err = validate_section_offset(info, strhdr);
1735 pr_err("Invalid ELF section hdr(type %u)\n", strhdr->sh_type);
1744 info->secstrings = (void *)info->hdr + strhdr->sh_offset;
1745 if (strhdr->sh_size == 0) {
1749 if (info->secstrings[strhdr->sh_size - 1] != '\0') {
1801 if (shdr->sh_name >= strhdr->sh_size) {

Completed in 300 milliseconds