Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp892 OS << format("%8" PRIx64 ":\t", SectionAddr + Index); in dumpARMELFData()
988 Start += SectionAddr; in collectLocalBranchTargets()
989 End += SectionAddr; in collectLocalBranchTargets()
1237 uint64_t SectionAddr = Section.getAddress(); in disassembleObject() local
1311 if (Start < SectionAddr || StopAddress <= Start) in disassembleObject()
1323 Start -= SectionAddr; in disassembleObject()
1324 End -= SectionAddr; in disassembleObject()
1384 if (SectionAddr < StartAddress) in disassembleObject()
1393 dumpELFData(SectionAddr, Index, End, Bytes); in disassembleObject()
1451 auto Iter = AllLabels.find(SectionAddr + Index); in disassembleObject()
[all …]
H A DMachODump.cpp7830 uint64_t SectionAddr = RelocSection.getAddress(); in findUnwindRelocNameAddend() local
7841 Addend = Addr - SectionAddr; in findUnwindRelocNameAddend()
7864 Addend = Addr - SectionAddr; in findUnwindRelocNameAddend()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h514 uint64_t SectionAddr = 0; in getSymbol() local
516 SectionAddr = getSectionLoadAddress(SymEntry.getSectionID()); in getSymbol()
517 uint64_t TargetAddr = SectionAddr + SymEntry.getOffset(); in getSymbol()
532 uint64_t SectionAddr = getSectionLoadAddress(SectionID); in getSymbolTable() local
534 JITEvaluatedSymbol(SectionAddr + KV.second.getOffset(), KV.second.getFlags()); in getSymbolTable()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp103 uintptr_t SectionAddr = CommandAddr + SegmentLoadSize + Sec * SectionSize; in getSectionPtr() local
104 return reinterpret_cast<const char*>(SectionAddr); in getSectionPtr()