Home
last modified time | relevance | path

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

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