Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldChecker.cpp853 const auto &SymInfo = pos->second; in getSubsectionStartingAt() local
854 uint8_t *SectionAddr = getRTDyld().getSectionAddress(SymInfo.getSectionID()); in getSubsectionStartingAt()
856 SymInfo.getOffset(), in getSubsectionStartingAt()
857 getRTDyld().Sections[SymInfo.getSectionID()].Size - in getSubsectionStartingAt()
858 SymInfo.getOffset()); in getSubsectionStartingAt()
888 const auto &SymInfo = GSTEntry.second; in registerStubMap() local
889 if (SymInfo.getSectionID() == StubMapEntry.first.SectionID && in registerStubMap()
890 SymInfo.getOffset() == in registerStubMap()
DRuntimeDyldMachO.cpp70 const auto &SymInfo = SI->second; in getRelocationValueRef() local
71 Value.SectionID = SymInfo.getSectionID(); in getRelocationValueRef()
72 Value.Offset = SymInfo.getOffset() + RE.Addend; in getRelocationValueRef()
DRuntimeDyldImpl.h402 const auto &SymInfo = pos->second; in getSymbolLocalAddress() local
403 return getSectionAddress(SymInfo.getSectionID()) + SymInfo.getOffset(); in getSymbolLocalAddress()
DRuntimeDyld.cpp665 const auto &SymInfo = Loc->second; in addRelocationForSymbol() local
666 RECopy.Addend += SymInfo.getOffset(); in addRelocationForSymbol()
667 Relocations[SymInfo.getSectionID()].push_back(RECopy); in addRelocationForSymbol()
807 const auto &SymInfo = Loc->second; in resolveExternalSymbols() local
808 Addr = getSectionLoadAddress(SymInfo.getSectionID()) + in resolveExternalSymbols()
809 SymInfo.getOffset(); in resolveExternalSymbols()
DRuntimeDyldELF.cpp919 const auto &SymInfo = gsi->second; in processRelocationRef() local
920 Value.SectionID = SymInfo.getSectionID(); in processRelocationRef()
921 Value.Offset = SymInfo.getOffset(); in processRelocationRef()
922 Value.Addend = SymInfo.getOffset() + Addend; in processRelocationRef()