Home
last modified time | relevance | path

Searched refs:SectionDataStart (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/MC/
DMachObjectWriter.cpp652 uint64_t SectionDataStart = (is64Bit() ? macho::Header64Size : in WriteObject() local
684 SectionDataStart, SectionDataSize); in WriteObject()
687 uint64_t RelocTableEnd = SectionDataStart + SectionDataFileSize; in WriteObject()
692 uint64_t SectionStart = SectionDataStart + getSectionAddress(it); in WriteObject()
/external/llvm/lib/MC/
DMachObjectWriter.cpp766 uint64_t SectionDataStart = (is64Bit() ? sizeof(MachO::mach_header_64) : in writeObject() local
797 writeSegmentLoadCommand("", NumSections, 0, VMSize, SectionDataStart, in writeObject()
801 uint64_t RelocTableEnd = SectionDataStart + SectionDataFileSize; in writeObject()
806 uint64_t SectionStart = SectionDataStart + getSectionAddress(&Sec); in writeObject()