Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1412 static uint64_t dumpARMELFData(uint64_t SectionAddr, uint64_t Index, in dumpARMELFData() argument
1420 OS << format("%8" PRIx64 ": ", SectionAddr + Index); in dumpARMELFData()
1442 static void dumpELFData(uint64_t SectionAddr, uint64_t Index, uint64_t End, in dumpELFData() argument
1451 OS << format("%8" PRIx64 ":", SectionAddr + Index); in dumpELFData()
1518 const BBAddrMapInfo &FullAddrMap, uint64_t SectionAddr, uint64_t Start, in collectBBAddrMapLabels() argument
1524 uint64_t StartAddress = SectionAddr + Start; in collectBBAddrMapLabels()
1525 uint64_t EndAddress = SectionAddr + End; in collectBBAddrMapLabels()
1555 const MCSubtargetInfo *STI, uint64_t SectionAddr, in collectLocalBranchTargets() argument
1570 Start += SectionAddr; in collectLocalBranchTargets()
1571 End += SectionAddr; in collectLocalBranchTargets()
[all …]
H A DMachODump.cpp7825 uint64_t SectionAddr = RelocSection.getAddress(); in findUnwindRelocNameAddend() local
7836 Addend = Addr - SectionAddr; in findUnwindRelocNameAddend()
7859 Addend = Addr - SectionAddr; in findUnwindRelocNameAddend()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h529 uint64_t SectionAddr = 0; in getSymbol() local
531 SectionAddr = getSectionLoadAddress(SymEntry.getSectionID()); in getSymbol()
532 uint64_t TargetAddr = SectionAddr + SymEntry.getOffset(); in getSymbol()
547 uint64_t SectionAddr = getSectionLoadAddress(SectionID); in getSymbolTable() local
549 JITEvaluatedSymbol(SectionAddr + KV.second.getOffset(), KV.second.getFlags()); in getSymbolTable()
/freebsd/contrib/llvm-project/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()