Lines Matching refs:getSections
122 for (const auto &S : Obj.getSections()) in finalizeStringTable()
199 Obj.CoffFileHeader.NumberOfSections = Obj.getSections().size(); in finalize()
202 SizeOfHeaders += sizeof(coff_section) * Obj.getSections().size(); in finalize()
217 if (!Obj.getSections().empty()) { in finalize()
218 const Section &S = Obj.getSections().back(); in finalize()
284 BigObjHeader.NumberOfSections = Obj.getSections().size(); in writeHeaders()
309 for (const auto &S : Obj.getSections()) { in writeHeaders()
316 for (const auto &S : Obj.getSections()) { in writeSections()
407 for (const auto &S : Obj.getSections()) { in virtualAddressToFileAddress()
425 for (const auto &S : Obj.getSections()) { in patchDebugDirectory()
459 bool IsBigObj = Obj.getSections().size() > MaxNumberOfSections16; in write()