Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1023 static uint64_t dumpARMELFData(uint64_t SectionAddr, uint64_t Index, in dumpARMELFData() argument
1031 OS << format("%8" PRIx64 ": ", SectionAddr + Index); in dumpARMELFData()
1053 static void dumpELFData(uint64_t SectionAddr, uint64_t Index, uint64_t End, in dumpELFData() argument
1062 outs() << format("%8" PRIx64 ":", SectionAddr + Index); in dumpELFData()
1122 uint64_t SectionAddr, uint64_t Start, uint64_t End, in collectBBAddrMapLabels() argument
1127 uint64_t StartAddress = SectionAddr + Start; in collectBBAddrMapLabels()
1128 uint64_t EndAddress = SectionAddr + End; in collectBBAddrMapLabels()
1142 MCInstPrinter *IP, const MCSubtargetInfo *STI, uint64_t SectionAddr, in collectLocalBranchTargets() argument
1150 Start += SectionAddr; in collectLocalBranchTargets()
1151 End += SectionAddr; in collectLocalBranchTargets()
[all …]
H A DMachODump.cpp8114 uint64_t SectionAddr = RelocSection.getAddress(); in findUnwindRelocNameAddend() local
8125 Addend = Addr - SectionAddr; in findUnwindRelocNameAddend()
8148 Addend = Addr - SectionAddr; in findUnwindRelocNameAddend()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h518 uint64_t SectionAddr = 0; in getSymbol() local
520 SectionAddr = getSectionLoadAddress(SymEntry.getSectionID()); in getSymbol()
521 uint64_t TargetAddr = SectionAddr + SymEntry.getOffset(); in getSymbol()
536 uint64_t SectionAddr = getSectionLoadAddress(SectionID); in getSymbolTable() local
538 JITEvaluatedSymbol(SectionAddr + KV.second.getOffset(), KV.second.getFlags()); in getSymbolTable()
/openbsd-src/gnu/llvm/llvm/tools/sancov/
H A Dsancov.cpp760 uint64_t SectionAddr = Section.getAddress(); in getObjectCoveragePoints() local
773 uint64_t ThisAddr = SectionAddr + Index; in getObjectCoveragePoints()
781 uint64_t Addr = Index + SectionAddr; in getObjectCoveragePoints()
786 MIA->evaluateBranch(Inst, SectionAddr + Index, Size, Target) && in getObjectCoveragePoints()
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DMachOObjectFile.cpp107 uintptr_t SectionAddr = CommandAddr + SegmentLoadSize + Sec * SectionSize; in getSectionPtr() local
108 return reinterpret_cast<const char*>(SectionAddr); in getSectionPtr()