Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A 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()