Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h509 uint64_t SectionAddr = 0; in getSymbol() local
511 SectionAddr = getSectionLoadAddress(SymEntry.getSectionID()); in getSymbol()
512 uint64_t TargetAddr = SectionAddr + SymEntry.getOffset(); in getSymbol()
527 uint64_t SectionAddr = 0; in getSymbolTable() local
529 SectionAddr = getSectionLoadAddress(SectionID); in getSymbolTable()
531 JITEvaluatedSymbol(SectionAddr + KV.second.getOffset(), KV.second.getFlags()); in getSymbolTable()
DRuntimeDyldChecker.cpp874 uint8_t *SectionAddr = getRTDyld().getSectionAddress(SymInfo.getSectionID()); in getSubsectionStartingAt() local
875 return StringRef(reinterpret_cast<const char *>(SectionAddr) + in getSubsectionStartingAt()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp1390 uint64_t SectionAddr = Section.getAddress(); in DisassembleObject() local
1404 DataMappingSymsAddr.push_back(Address - SectionAddr); in DisassembleObject()
1406 TextMappingSymsAddr.push_back(Address - SectionAddr); in DisassembleObject()
1408 TextMappingSymsAddr.push_back(Address - SectionAddr); in DisassembleObject()
1410 TextMappingSymsAddr.push_back(Address - SectionAddr); in DisassembleObject()
1454 std::make_tuple(SectionAddr, SectionName, in DisassembleObject()
1474 uint64_t Start = std::get<0>(Symbols[si]) - SectionAddr; in DisassembleObject()
1478 (si == se - 1) ? SectSize : std::get<0>(Symbols[si + 1]) - SectionAddr; in DisassembleObject()
1488 if (End + SectionAddr < StartAddress || in DisassembleObject()
1489 Start + SectionAddr > StopAddress) { in DisassembleObject()
[all …]
DMachODump.cpp7383 uint64_t SectionAddr = RelocSection.getAddress(); in findUnwindRelocNameAddend() local
7390 Addend = Addr - SectionAddr; in findUnwindRelocNameAddend()
7414 Addend = Addr - SectionAddr; in findUnwindRelocNameAddend()
/external/swiftshader/third_party/LLVM/tools/llvm-objdump/
Dllvm-objdump.cpp174 uint64_t SectionAddr; in DisassembleObject() local
175 if (error(i->getAddress(SectionAddr))) break; in DisassembleObject()
288 outs() << format("%8"PRIx64":\t", SectionAddr + Index); in DisassembleObject()
309 outs() << format("\t\t\t%8"PRIx64": ", SectionAddr + addr) << name << "\t" in DisassembleObject()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h461 uint64_t SectionAddr = 0; in getSymbol() local
463 SectionAddr = getSectionLoadAddress(SymEntry.getSectionID()); in getSymbol()
464 uint64_t TargetAddr = SectionAddr + SymEntry.getOffset(); in getSymbol()
DRuntimeDyldChecker.cpp857 uint8_t *SectionAddr = getRTDyld().getSectionAddress(SymInfo.getSectionID()); in getSubsectionStartingAt() local
858 return StringRef(reinterpret_cast<const char *>(SectionAddr) + in getSubsectionStartingAt()
/external/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp1066 uint64_t SectionAddr = Section.getAddress(); in DisassembleObject() local
1080 DataMappingSymsAddr.push_back(Address - SectionAddr); in DisassembleObject()
1082 TextMappingSymsAddr.push_back(Address - SectionAddr); in DisassembleObject()
1116 Symbols.insert(Symbols.begin(), std::make_pair(SectionAddr, name)); in DisassembleObject()
1134 uint64_t Start = Symbols[si].first - SectionAddr; in DisassembleObject()
1138 (si == se - 1) ? SectSize : Symbols[si + 1].first - SectionAddr; in DisassembleObject()
1180 outs() << format("%8" PRIx64 ":", SectionAddr + Index); in DisassembleObject()
1209 SectionAddr + Index, DebugOut, in DisassembleObject()
1215 SectionAddr + Index, outs(), "", *STI); in DisassembleObject()
1224 if (MIA->evaluateBranch(Inst, SectionAddr + Index, Size, Target)) { in DisassembleObject()
[all …]
DMachODump.cpp6998 uint64_t SectionAddr = RelocSection.getAddress(); in findUnwindRelocNameAddend() local
7005 Addend = Addr - SectionAddr; in findUnwindRelocNameAddend()
7039 Addend = Addr - SectionAddr; in findUnwindRelocNameAddend()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/sancov/
Dsancov.cpp814 uint64_t SectionAddr = Section.getAddress(); in getObjectCoveragePoints() local
828 SectionAddr + Index, nulls(), nulls())) { in getObjectCoveragePoints()
833 uint64_t Addr = Index + SectionAddr; in getObjectCoveragePoints()
838 MIA->evaluateBranch(Inst, SectionAddr + Index, Size, Target) && in getObjectCoveragePoints()
/external/llvm/tools/sancov/
Dsancov.cc391 uint64_t SectionAddr = Section.getAddress(); in getObjectCoveragePoints() local
405 SectionAddr + Index, nulls(), nulls())) { in getObjectCoveragePoints()
410 uint64_t Addr = Index + SectionAddr; in getObjectCoveragePoints()
415 MIA->evaluateBranch(Inst, SectionAddr + Index, Size, Target) && in getObjectCoveragePoints()
/external/llvm/lib/Object/
DMachOObjectFile.cpp86 uintptr_t SectionAddr = CommandAddr + SegmentLoadSize + Sec * SectionSize; in getSectionPtr() local
87 return reinterpret_cast<const char*>(SectionAddr); in getSectionPtr()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DMachOObjectFile.cpp105 uintptr_t SectionAddr = CommandAddr + SegmentLoadSize + Sec * SectionSize; in getSectionPtr() local
106 return reinterpret_cast<const char*>(SectionAddr); in getSectionPtr()