Home
last modified time | relevance | path

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

/Linux-v5.15/kernel/
Dmodule.c2362 unsigned int infosec = info->sechdrs[i].sh_info; in apply_relocations() local
2365 if (infosec >= info->hdr->e_shnum) in apply_relocations()
2369 if (!(info->sechdrs[infosec].sh_flags & SHF_ALLOC)) in apply_relocations()
2553 Elf_Shdr *infosec = &info->sechdrs[info->index.info]; in get_next_modinfo() local
2554 unsigned long size = infosec->sh_size; in get_next_modinfo()
2560 char *modinfo = (char *)info->hdr + infosec->sh_offset; in get_next_modinfo()