Lines Matching refs:getSections
120 for (const auto &S : Obj.getSections()) in finalizeStringTable()
197 Obj.CoffFileHeader.NumberOfSections = Obj.getSections().size(); in finalize()
200 SizeOfHeaders += sizeof(coff_section) * Obj.getSections().size(); in finalize()
215 if (!Obj.getSections().empty()) { in finalize()
216 const Section &S = Obj.getSections().back(); in finalize()
282 BigObjHeader.NumberOfSections = Obj.getSections().size(); in writeHeaders()
307 for (const auto &S : Obj.getSections()) { in writeHeaders()
314 for (const auto &S : Obj.getSections()) { in writeSections()
405 for (const auto &S : Obj.getSections()) { in virtualAddressToFileAddress()
423 for (const auto &S : Obj.getSections()) { in patchDebugDirectory()
457 bool IsBigObj = Obj.getSections().size() > MaxNumberOfSections16; in write()