Home
last modified time | relevance | path

Searched refs:SectionAddr (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/llvm/tools/llvm-objdump/
HDllvm-objdump.cpp843 uint64_t SectionAddr = Section.getAddress(); in DisassembleObject() local
856 Address -= SectionAddr; in DisassembleObject()
936 SectionAddr + Index, DebugOut, in DisassembleObject()
940 SectionAddr + Index, outs(), "", *STI); in DisassembleObject()
946 if (MIA->evaluateBranch(Inst, SectionAddr + Index, Size, Target)) { in DisassembleObject()
988 outs() << format(Fmt.data(), SectionAddr + addr) << name in DisassembleObject()
HDMachODump.cpp6430 uint64_t SectionAddr = RelocSection.getAddress(); in findUnwindRelocNameAddend() local
6437 Addend = Addr - SectionAddr; in findUnwindRelocNameAddend()
6459 Addend = Addr - SectionAddr; in findUnwindRelocNameAddend()
/NextBSD/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
HDRuntimeDyldChecker.cpp856 uint8_t *SectionAddr = getRTDyld().getSectionAddress(SymInfo.getSectionID()); in getSubsectionStartingAt() local
857 return StringRef(reinterpret_cast<const char *>(SectionAddr) + in getSubsectionStartingAt()
/NextBSD/contrib/llvm/lib/Object/
HDMachOObjectFile.cpp79 uintptr_t SectionAddr = CommandAddr + SegmentLoadSize + Sec * SectionSize; in getSectionPtr() local
80 return reinterpret_cast<const char*>(SectionAddr); in getSectionPtr()