Lines Matching defs:secs
32 static struct section *secs;
106 sec_strtab = secs[ehdr.e_shstrndx].strtab;
108 name = sec_strtab + secs[shndx].shdr.sh_name;
124 return &secs[i];
183 secs = calloc(ehdr.e_shnum, sizeof(struct section));
184 if (!secs)
191 struct section *sec = &secs[i];
199 sec->link = &secs[sec->shdr.sh_link];
208 struct section *sec = &secs[i];
233 struct section *sec = &secs[i];
267 struct section *sec = &secs[i];
300 struct section *sec = &secs[i];
365 struct section *sec = &secs[i];
371 sec_applies = &secs[sec->shdr.sh_info];