HomeSort by relevance Sort by last modified time
    Searched refs:RelocTableEnd (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/MC/
MachObjectWriter.cpp 801 uint64_t RelocTableEnd = SectionDataStart + SectionDataFileSize;
811 RelocTableEnd, NumRelocs);
812 RelocTableEnd += NumRelocs * sizeof(MachO::any_relocation_info);
844 uint64_t DataInCodeTableEnd = RelocTableEnd + NumDataRegions * 8;
846 uint64_t DataRegionsOffset = RelocTableEnd;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/MC/
MachObjectWriter.cpp 687 uint64_t RelocTableEnd = SectionDataStart + SectionDataFileSize;
693 WriteSection(Asm, Layout, *it, SectionStart, RelocTableEnd, NumRelocs);
694 RelocTableEnd += NumRelocs * macho::RelocationInfoSize;
713 IndirectSymbolOffset = RelocTableEnd;
716 uint64_t SymbolTableOffset = RelocTableEnd + IndirectSymbolSize;

Completed in 89 milliseconds