Lines Matching defs:sections
81 struct ac_rtld_section *sections;
316 * sections in the memory image, and collect and layout private LDS symbols. */
340 part->sections = calloc(sizeof(*part->sections), num_shdrs);
341 report_if(!part->sections);
346 struct ac_rtld_section *s = &part->sections[elf_ndxscn(section)];
421 /* Second pass: Adjust offsets of non-pasted text sections. */
431 struct ac_rtld_section *s = &part->sections[j];
483 free(part->sections);
497 struct ac_rtld_section *s = &part->sections[i];
593 struct ac_rtld_section *s = &part->sections[sym->st_shndx];
643 struct ac_rtld_section *s = &part->sections[reloc_shdr->sh_info];
676 /* TODO: Should we also support .rela sections, where the
771 struct ac_rtld_section *s = &part->sections[elf_ndxscn(section)];