Searched defs:SectionAddr (Results 1 – 5 of 5) sorted by relevance
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldImpl.h | 518 uint64_t SectionAddr = 0; in getSymbol() local 536 uint64_t SectionAddr = getSectionLoadAddress(SectionID); in getSymbolTable() local
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/ |
H A D | llvm-objdump.cpp | 1023 static uint64_t dumpARMELFData(uint64_t SectionAddr, uint64_t Index, in dumpARMELFData() 1053 static void dumpELFData(uint64_t SectionAddr, uint64_t Index, uint64_t End, in dumpELFData() 1122 uint64_t SectionAddr, uint64_t Start, uint64_t End, in collectBBAddrMapLabels() 1142 MCInstPrinter *IP, const MCSubtargetInfo *STI, uint64_t SectionAddr, in collectLocalBranchTargets() 1183 MCDisassembler *DisAsm, uint64_t SectionAddr, ArrayRef<uint8_t> Bytes, in addSymbolizer() 1460 uint64_t SectionAddr = Section.getAddress(); in disassembleObject() local
|
H A D | MachODump.cpp | 8114 uint64_t SectionAddr = RelocSection.getAddress(); in findUnwindRelocNameAddend() local
|
/openbsd-src/gnu/llvm/llvm/tools/sancov/ |
H A D | sancov.cpp | 760 uint64_t SectionAddr = Section.getAddress(); in getObjectCoveragePoints() local
|
/openbsd-src/gnu/llvm/llvm/lib/Object/ |
H A D | MachOObjectFile.cpp | 107 uintptr_t SectionAddr = CommandAddr + SegmentLoadSize + Sec * SectionSize; in getSectionPtr() local
|