Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1320 uint64_t StartAddress = SectionAddr + Start; in collectBBAddrMapLabels()
1321 uint64_t EndAddress = SectionAddr + End; in collectBBAddrMapLabels()
1359 Start += SectionAddr; in collectLocalBranchTargets()
1360 End += SectionAddr; in collectLocalBranchTargets()
1738 uint64_t SectionAddr = Section.getAddress(); in disassembleObject() local
1772 if (Sym.Addr != SectionAddr) in disassembleObject()
1780 Obj, SectionAddr, SectionName, in disassembleObject()
1919 Start -= SectionAddr; in disassembleObject()
1920 End -= SectionAddr; in disassembleObject()
2011 if (SectionAddr < StartAddress) in disassembleObject()
[all …]
H A DMachODump.cpp7704 uint64_t SectionAddr = RelocSection.getAddress(); in findUnwindRelocNameAddend() local
7715 Addend = Addr - SectionAddr; in findUnwindRelocNameAddend()
7738 Addend = Addr - SectionAddr; in findUnwindRelocNameAddend()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h524 uint64_t SectionAddr = 0; in getSymbol() local
526 SectionAddr = getSectionLoadAddress(SymEntry.getSectionID()); in getSymbol()
527 uint64_t TargetAddr = SectionAddr + SymEntry.getOffset(); in getSymbol()
542 uint64_t SectionAddr = getSectionLoadAddress(SectionID); in getSymbolTable() local
544 JITEvaluatedSymbol(SectionAddr + KV.second.getOffset(), KV.second.getFlags()); in getSymbolTable()
/freebsd-14.2/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()