Searched refs:infosec (Results 1 – 1 of 1) sorted by relevance
1979 unsigned int infosec = info->sechdrs[i].sh_info; in apply_relocations() local1982 if (infosec >= info->hdr->e_shnum) in apply_relocations()1986 if (!(info->sechdrs[infosec].sh_flags & SHF_ALLOC)) in apply_relocations()2137 Elf_Shdr *infosec = &info->sechdrs[info->index.info]; in get_modinfo() local2138 unsigned long size = infosec->sh_size; in get_modinfo()2140 for (p = (char *)infosec->sh_addr; p; p = next_string(p, &size)) { in get_modinfo()