Home
last modified time | relevance | path

Searched refs:SymInfo (Results 1 – 5 of 5) sorted by relevance

/NextBSD/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
HDRuntimeDyldChecker.cpp855 const auto &SymInfo = pos->second; in getSubsectionStartingAt() local
856 uint8_t *SectionAddr = getRTDyld().getSectionAddress(SymInfo.getSectionID()); in getSubsectionStartingAt()
858 SymInfo.getOffset(), in getSubsectionStartingAt()
859 getRTDyld().Sections[SymInfo.getSectionID()].Size - in getSubsectionStartingAt()
860 SymInfo.getOffset()); in getSubsectionStartingAt()
890 const auto &SymInfo = GSTEntry.second; in registerStubMap() local
891 if (SymInfo.getSectionID() == StubMapEntry.first.SectionID && in registerStubMap()
892 SymInfo.getOffset() == in registerStubMap()
HDRuntimeDyldMachO.cpp73 const auto &SymInfo = SI->second; in getRelocationValueRef() local
74 Value.SectionID = SymInfo.getSectionID(); in getRelocationValueRef()
75 Value.Offset = SymInfo.getOffset() + RE.Addend; in getRelocationValueRef()
HDRuntimeDyldImpl.h409 const auto &SymInfo = pos->second; in getSymbolLocalAddress() local
410 return getSectionAddress(SymInfo.getSectionID()) + SymInfo.getOffset(); in getSymbolLocalAddress()
HDRuntimeDyld.cpp649 const auto &SymInfo = Loc->second; in addRelocationForSymbol() local
650 RECopy.Addend += SymInfo.getOffset(); in addRelocationForSymbol()
651 Relocations[SymInfo.getSectionID()].push_back(RECopy); in addRelocationForSymbol()
791 const auto &SymInfo = Loc->second; in resolveExternalSymbols() local
792 Addr = getSectionLoadAddress(SymInfo.getSectionID()) + in resolveExternalSymbols()
793 SymInfo.getOffset(); in resolveExternalSymbols()
HDRuntimeDyldELF.cpp1129 const auto &SymInfo = gsi->second; in processRelocationRef() local
1130 Value.SectionID = SymInfo.getSectionID(); in processRelocationRef()
1131 Value.Offset = SymInfo.getOffset(); in processRelocationRef()
1132 Value.Addend = SymInfo.getOffset() + Addend; in processRelocationRef()