Lines Matching refs:sections

841   for (auto &Section : Obj->sections()) {  in initSections()
842 Section.initialize(Obj->sections()); in initSections()
889 for (auto &Section : Obj.sections()) { in readProgramHeaders()
928 auto SecTable = Obj.sections(); in initGroupSection()
982 DefSection = Obj.sections().getSection( in initSymbolTable()
993 DefSection = Obj.sections().getSection( in initSymbolTable()
1104 for (const auto &Shdr : unwrapOrError(ElfFile.sections())) { in readSectionHeaders()
1131 Obj.SectionIndexTable->initialize(Obj.sections()); in readSectionHeaders()
1137 Obj.SymbolTable->initialize(Obj.sections()); in readSectionHeaders()
1144 for (auto &Section : Obj.sections()) { in readSectionHeaders()
1147 Section.initialize(Obj.sections()); in readSectionHeaders()
1149 auto Shdr = unwrapOrError(ElfFile.sections()).begin() + RelSec->Index; in readSectionHeaders()
1181 Obj.sections().template getSectionOfType<StringTableSection>( in build()
1250 if (WriteSectionHeaders && size(Obj.sections()) != 0) { in writeEhdr()
1259 auto Shnum = size(Obj.sections()) + 1; in writeEhdr()
1298 uint64_t Shnum = size(Obj.sections()) + 1; in writeShdrs()
1312 for (auto &Sec : Obj.sections()) in writeShdrs()
1317 for (auto &Sec : Obj.sections()) in writeSectionData()
1476 Offset = layoutSections(Obj.sections(), Offset); in assignOffsets()
1488 return Obj.SHOffset + size(Obj.sections()) * sizeof(Elf_Shdr) + in totalSize()
1516 if (size(Obj.sections()) >= SHN_LORESERVE) { in finalize()
1517 auto Sections = Obj.sections(); in finalize()
1548 for (const auto &Section : Obj.sections()) { in finalize()
1559 for (auto &Sec : Obj.sections()) { in finalize()
1578 for (auto &Section : Obj.sections()) { in finalize()
1591 for (auto &Section : Obj.sections()) { in write()
1609 for (auto &Section : Obj.sections()) { in finalize()
1662 for (auto &Section : Obj.sections()) { in finalize()