Lines Matching defs:secs
32 static struct section *secs;
96 sec_strtab = secs[ehdr.e_shstrndx].strtab;
98 name = sec_strtab + secs[shndx].shdr.sh_name;
114 return &secs[i];
265 secs = calloc(ehdr.e_shnum, sizeof(struct section));
266 if (!secs)
273 struct section *sec = &secs[i];
290 sec->link = &secs[sec->shdr.sh_link];
299 struct section *sec = &secs[i];
324 struct section *sec = &secs[i];
367 struct section *sec = &secs[i];
413 struct section *sec = &secs[i];
478 struct section *sec = &secs[i];
484 sec_applies = &secs[sec->shdr.sh_info];