Home
last modified time | relevance | path

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

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