Home
last modified time | relevance | path

Searched refs:infosec (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/kernel/
Dmodule.c2181 unsigned int infosec = info->sechdrs[i].sh_info; in apply_relocations() local
2184 if (infosec >= info->hdr->e_shnum) in apply_relocations()
2188 if (!(info->sechdrs[infosec].sh_flags & SHF_ALLOC)) in apply_relocations()
2340 Elf_Shdr *infosec = &info->sechdrs[info->index.info]; in get_modinfo() local
2341 unsigned long size = infosec->sh_size; in get_modinfo()
2343 for (p = (char *)infosec->sh_addr; p; p = next_string(p, &size)) { in get_modinfo()