Searched refs:SectionSize (Results 1 – 9 of 9) sorted by relevance
365 uint64_t SectionSize = DataSize + StubBufSize; in computeTotalAllocSize() local373 SectionSize += 4; in computeTotalAllocSize()375 if (!SectionSize) in computeTotalAllocSize()376 SectionSize = 1; in computeTotalAllocSize()379 CodeSectionSizes.push_back(SectionSize); in computeTotalAllocSize()381 ROSectionSizes.push_back(SectionSize); in computeTotalAllocSize()383 RWSectionSizes.push_back(SectionSize); in computeTotalAllocSize()
730 uint64_t SectionSize = RelocatedSection->getSize(); in DWARFContextInMemory() local793 if (Address + R.Width > SectionSize) { in DWARFContextInMemory()796 << SectionSize << " bytes long.\n"; in DWARFContextInMemory()
201 uint64_t SectionSize = Layout.getSectionAddressSize(&Sec); in writeSection() local220 write64(SectionSize); // size in writeSection()223 write32(SectionSize); // size in writeSection()
225 size_t COFFSection::size() { return COFF::SectionSize; } in size()915 offset += COFF::SectionSize * Header.NumberOfSections; in writeObject()
818 const MCExpr *SectionSize = MakeStartMinusEndExpr(*MCOS, in EmitGenDwarfRanges() local821 emitAbsValue(*MCOS, SectionSize, AddrSize); in EmitGenDwarfRanges()
51 SectionSize = 40, enumerator
76 unsigned SectionSize = Is64 ? sizeof(MachO::section_64) : in getSectionPtr() local79 uintptr_t SectionAddr = CommandAddr + SegmentLoadSize + Sec * SectionSize; in getSectionPtr()214 const unsigned SectionSize = in parseSegmentLoadCommand() local216 if (S.nsects > std::numeric_limits<uint32_t>::max() / SectionSize || in parseSegmentLoadCommand()217 S.nsects * SectionSize > Load.C.cmdsize - SegmentLoadSize) in parseSegmentLoadCommand()
958 uint32_t SectionSize = getSectionSize(Sec); in getSectionContents() local959 if (checkOffset(Data, ConStart, SectionSize)) in getSectionContents()961 Res = makeArrayRef(reinterpret_cast<const uint8_t *>(ConStart), SectionSize); in getSectionContents()
168 CP.SectionTableSize = COFF::SectionSize * CP.Obj.Sections.size(); in layoutCOFF()