Home
last modified time | relevance | path

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

/openbmc/linux/kernel/module/
H A Dmain.c1036 Elf_Shdr *infosec = &info->sechdrs[info->index.info]; in get_next_modinfo() local
1037 unsigned long size = infosec->sh_size; in get_next_modinfo()
1043 char *modinfo = (char *)info->hdr + infosec->sh_offset; in get_next_modinfo()
1445 unsigned int infosec = info->sechdrs[i].sh_info; in apply_relocations() local
1448 if (infosec >= info->hdr->e_shnum) in apply_relocations()
1452 if (!(info->sechdrs[infosec].sh_flags & SHF_ALLOC)) in apply_relocations()