Lines Matching defs:secs
38 static struct section *secs;
246 sec_strtab = secs[shstrndx].strtab;
249 name = sec_strtab + secs[shndx].shdr.sh_name;
277 struct section *sec = &secs[i];
413 secs = calloc(shnum, sizeof(struct section));
414 if (!secs) {
423 struct section *sec = &secs[i];
438 sec->link = &secs[sec->shdr.sh_link];
447 struct section *sec = &secs[i];
472 struct section *sec = &secs[i];
505 struct section *sec = &secs[i];
548 struct section *sec = &secs[i];
586 struct section *sec = &secs[i];
595 sec_applies = &secs[sec->shdr.sh_info];
674 struct section *sec = &secs[i];
680 sec_applies = &secs[sec->shdr.sh_info];
730 if (secs[i].shdr.sh_addr != 0) /* non SMP kernel */