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

  /external/llvm/tools/llvm-objdump/
MachODump.cpp 330 uint64_t RelocOffset, SectionAddress;
332 Sections[SectIdx].getAddress(SectionAddress);
333 RelocOffset -= SectionAddress;
358 uint64_t SectionAddress = 0;
360 Sections[SectIdx].getAddress(SectionAddress);
362 Start -= SectionAddress;
376 NextSym -= SectionAddress;
  /external/llvm/include/llvm/MC/
MCMachObjectWriter.h 134 SectionAddrMap SectionAddress;
136 SectionAddrMap &getSectionAddressMap() { return SectionAddress; }
139 return SectionAddress.lookup(SD);
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp 96 uint64_t SectionAddress;
97 if (std::error_code EC = SecI->getAddress(SectionAddress))
100 Result = Address - SectionAddress;
  /external/llvm/lib/MC/
MachObjectWriter.cpp 647 SectionAddress[SD] = StartAddress;
    [all...]

Completed in 97 milliseconds