Home
last modified time | relevance | path

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

/linux-6.15/kernel/module/
H A Dmain.c1060 Elf_Shdr *infosec = &info->sechdrs[info->index.info]; in get_next_modinfo() local
1061 unsigned long size = infosec->sh_size; in get_next_modinfo()
1067 char *modinfo = (char *)info->hdr + infosec->sh_offset; in get_next_modinfo()
1502 unsigned int infosec = info->sechdrs[i].sh_info; in apply_relocations() local
1505 if (infosec >= info->hdr->e_shnum) in apply_relocations()
1509 if (!(info->sechdrs[infosec].sh_flags & SHF_ALLOC)) in apply_relocations()