Searched refs:SectionSize (Results 1 – 5 of 5) sorted by relevance
664 uint64_t SectionSize; in DWARFContextInMemory() local665 RelocatedSection->getSize(SectionSize); in DWARFContextInMemory()694 if (Address + R.Width > SectionSize) { in DWARFContextInMemory()697 << SectionSize << " bytes long.\n"; in DWARFContextInMemory()
204 uint64_t SectionSize = Layout.getSectionAddressSize(&SD); in WriteSection() local223 Write64(SectionSize); // size in WriteSection()226 Write32(SectionSize); // size in WriteSection()
255 return COFF::SectionSize; in size()789 offset += COFF::SectionSize * Header.NumberOfSections; in WriteObject()
41 SectionSize = 40, enumerator
251 unsigned SectionSize = Is64 ? sizeof(MachO::section_64) : in getSectionPtr() local254 uintptr_t SectionAddr = CommandAddr + SegmentLoadSize + Sec * SectionSize; in getSectionPtr()