Searched refs:symsect (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dmodule.c1959 Elf_Shdr *symsect = info->sechdrs + info->index.sym; local
1965 symsect->sh_flags |= SHF_ALLOC;
1966 symsect->sh_entsize = get_offset(mod, &mod->init_size, symsect,
1968 DEBUGP("\t%s\n", info->secstrings + symsect->sh_name);
1970 src = (void *)info->hdr + symsect->sh_offset;
1971 nsrc = symsect->sh_size / sizeof(*src);
1983 info->symoffs = ALIGN(mod->core_size, symsect->sh_addralign ?: 1);

Completed in 179 milliseconds