Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/MC/
DMachObjectWriter.cpp687 uint64_t RelocTableEnd = SectionDataStart + SectionDataFileSize; in WriteObject() local
693 WriteSection(Asm, Layout, *it, SectionStart, RelocTableEnd, NumRelocs); in WriteObject()
694 RelocTableEnd += NumRelocs * macho::RelocationInfoSize; in WriteObject()
713 IndirectSymbolOffset = RelocTableEnd; in WriteObject()
716 uint64_t SymbolTableOffset = RelocTableEnd + IndirectSymbolSize; in WriteObject()
/external/llvm/lib/MC/
DMachObjectWriter.cpp801 uint64_t RelocTableEnd = SectionDataStart + SectionDataFileSize; in writeObject() local
811 RelocTableEnd, NumRelocs); in writeObject()
812 RelocTableEnd += NumRelocs * sizeof(MachO::any_relocation_info); in writeObject()
844 uint64_t DataInCodeTableEnd = RelocTableEnd + NumDataRegions * 8; in writeObject()
846 uint64_t DataRegionsOffset = RelocTableEnd; in writeObject()