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

  /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;
  /external/llvm/include/llvm/MC/
MCMachObjectWriter.h 133 SectionAddrMap SectionAddress;
135 SectionAddrMap &getSectionAddressMap() { return SectionAddress; }
138 return SectionAddress.lookup(SD);
  /external/llvm/lib/MC/
MachObjectWriter.cpp 593 SectionAddress[SD] = StartAddress;
    [all...]

Completed in 59 milliseconds