Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/MC/
H A DMachObjectWriter.cpp858 uint64_t SectionDataStart = (is64Bit() ? sizeof(MachO::mach_header_64) : in writeObject() local
890 writeSegmentLoadCommand("", NumSections, 0, VMSize, SectionDataStart, in writeObject()
894 uint64_t RelocTableEnd = SectionDataStart + SectionDataFileSize; in writeObject()
899 uint64_t SectionStart = SectionDataStart + getSectionAddress(&Sec); in writeObject()