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

  /external/llvm/include/llvm/MC/
MCMachObjectWriter.h 133 SectionAddrMap SectionAddress;
135 SectionAddrMap &getSectionAddressMap() { return SectionAddress; }
138 return SectionAddress.lookup(SD);
  /external/llvm/tools/llvm-objdump/
MachODump.cpp 337 uint64_t RelocOffset, SectionAddress;
339 Sections[SectIdx].getAddress(SectionAddress);
340 RelocOffset -= SectionAddress;
365 uint64_t SectionAddress = 0;
367 Sections[SectIdx].getAddress(SectionAddress);
369 Start -= SectionAddress;
383 NextSym -= SectionAddress;

Completed in 483 milliseconds