Lines Matching defs:secs
46 static struct section *secs;
257 sec_strtab = secs[shstrndx].strtab;
260 name = sec_strtab + secs[shndx].shdr.sh_name;
288 struct section *sec = &secs[i];
351 Elf_Sym *symtab = secs[shsymtabndx].symtab;
352 Elf32_Word *xsymtab = secs[shxsymtabndx].xsymtab;
441 secs = calloc(shnum, sizeof(struct section));
442 if (!secs) {
451 struct section *sec = &secs[i];
466 sec->link = &secs[sec->shdr.sh_link];
475 struct section *sec = &secs[i];
501 struct section *sec = &secs[i];
562 struct section *sec = &secs[i];
605 struct section *sec = &secs[i];
643 struct section *sec = &secs[i];
652 sec_applies = &secs[sec->shdr.sh_info];
739 struct section *sec = &secs[i];
745 sec_applies = &secs[sec->shdr.sh_info];
795 if (secs[i].shdr.sh_addr != 0) /* non SMP kernel */