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

  /external/llvm/tools/llvm-objdump/
llvm-objdump.cpp 374 uint64_t SectionAddr;
375 if (error(i->getAddress(SectionAddr))) break;
387 Address -= SectionAddr;
436 StringRefMemoryObject memoryObject(Bytes, SectionAddr);
471 SectionAddr + Index,
473 outs() << format("%8" PRIx64 ":", SectionAddr + Index);
505 outs() << format("\t\t\t%8" PRIx64 ": ", SectionAddr + addr) << name
  /external/llvm/lib/Object/
MachOObjectFile.cpp 247 uintptr_t SectionAddr = CommandAddr + SegmentLoadSize + Sec * SectionSize;
248 return reinterpret_cast<const char*>(SectionAddr);
    [all...]

Completed in 40 milliseconds