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

  /external/llvm/tools/llvm-objdump/
llvm-objdump.cpp 413 uint64_t SectionAddr;
414 if (error(Section.getAddress(SectionAddr)))
431 Address -= SectionAddr;
483 StringRefMemoryObject memoryObject(Bytes, SectionAddr);
516 SectionAddr + Index,
518 outs() << format("%8" PRIx64 ":", SectionAddr + Index);
550 outs() << format(Fmt.data(), SectionAddr + addr) << name
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldChecker.cpp 638 uint8_t *SectionAddr = RTDyld.getSectionAddress(Loc.first);
639 return StringRef(reinterpret_cast<const char*>(SectionAddr) + Loc.second,
  /external/llvm/lib/Object/
MachOObjectFile.cpp 269 uintptr_t SectionAddr = CommandAddr + SegmentLoadSize + Sec * SectionSize;
270 return reinterpret_cast<const char*>(SectionAddr);
    [all...]

Completed in 6537 milliseconds