Lines Matching refs:getSections
119 for (const auto &S : Obj.getSections()) in finalizeStringTable()
191 Obj.CoffFileHeader.NumberOfSections = Obj.getSections().size(); in finalize()
194 SizeOfHeaders += sizeof(coff_section) * Obj.getSections().size(); in finalize()
209 if (!Obj.getSections().empty()) { in finalize()
210 const Section &S = Obj.getSections().back(); in finalize()
272 BigObjHeader.NumberOfSections = Obj.getSections().size(); in writeHeaders()
297 for (const auto &S : Obj.getSections()) { in writeHeaders()
304 for (const auto &S : Obj.getSections()) { in writeSections()
387 for (const auto &S : Obj.getSections()) { in virtualAddressToFileAddress()
405 for (const auto &S : Obj.getSections()) { in patchDebugDirectory()
440 bool IsBigObj = Obj.getSections().size() > MaxNumberOfSections16; in write()