Searched refs:SymInfo (Results 1 – 5 of 5) sorted by relevance
853 const auto &SymInfo = pos->second; in getSubsectionStartingAt() local854 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() local889 if (SymInfo.getSectionID() == StubMapEntry.first.SectionID && in registerStubMap()890 SymInfo.getOffset() == in registerStubMap()
70 const auto &SymInfo = SI->second; in getRelocationValueRef() local71 Value.SectionID = SymInfo.getSectionID(); in getRelocationValueRef()72 Value.Offset = SymInfo.getOffset() + RE.Addend; in getRelocationValueRef()
402 const auto &SymInfo = pos->second; in getSymbolLocalAddress() local403 return getSectionAddress(SymInfo.getSectionID()) + SymInfo.getOffset(); in getSymbolLocalAddress()
665 const auto &SymInfo = Loc->second; in addRelocationForSymbol() local666 RECopy.Addend += SymInfo.getOffset(); in addRelocationForSymbol()667 Relocations[SymInfo.getSectionID()].push_back(RECopy); in addRelocationForSymbol()807 const auto &SymInfo = Loc->second; in resolveExternalSymbols() local808 Addr = getSectionLoadAddress(SymInfo.getSectionID()) + in resolveExternalSymbols()809 SymInfo.getOffset(); in resolveExternalSymbols()
919 const auto &SymInfo = gsi->second; in processRelocationRef() local920 Value.SectionID = SymInfo.getSectionID(); in processRelocationRef()921 Value.Offset = SymInfo.getOffset(); in processRelocationRef()922 Value.Addend = SymInfo.getOffset() + Addend; in processRelocationRef()