Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMachObjectWriter.cpp868 uint64_t SectionDataStart = (is64Bit() ? sizeof(MachO::mach_header_64) : in writeObject() local
900 writeSegmentLoadCommand("", NumSections, 0, VMSize, SectionDataStart, in writeObject()
904 uint64_t RelocTableEnd = SectionDataStart + SectionDataFileSize; in writeObject()
909 uint64_t SectionStart = SectionDataStart + getSectionAddress(&Sec); in writeObject()