Home
last modified time | relevance | path

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

/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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMachObjectWriter.cpp814 uint64_t SectionDataStart = (is64Bit() ? sizeof(MachO::mach_header_64) : in writeObject() local
846 writeSegmentLoadCommand("", NumSections, 0, VMSize, SectionDataStart, in writeObject()
850 uint64_t RelocTableEnd = SectionDataStart + SectionDataFileSize; in writeObject()
855 uint64_t SectionStart = SectionDataStart + getSectionAddress(&Sec); in writeObject()