Searched refs:SymInfo (Results 1 – 5 of 5) sorted by relevance
455 const auto &SymInfo = pos->second; in getSymbolLocalAddress() local457 if (SymInfo.getSectionID() == AbsoluteSymbolSection) in getSymbolLocalAddress()459 return getSectionAddress(SymInfo.getSectionID()) + SymInfo.getOffset(); in getSymbolLocalAddress()
854 const auto &SymInfo = pos->second; in getSubsectionStartingAt() local855 uint8_t *SectionAddr = getRTDyld().getSectionAddress(SymInfo.getSectionID()); in getSubsectionStartingAt()857 SymInfo.getOffset(), in getSubsectionStartingAt()858 getRTDyld().Sections[SymInfo.getSectionID()].getSize() - in getSubsectionStartingAt()859 SymInfo.getOffset()); in getSubsectionStartingAt()889 const auto &SymInfo = GSTEntry.second; in registerStubMap() local890 if (SymInfo.getSectionID() == StubMapEntry.first.SectionID && in registerStubMap()891 SymInfo.getOffset() == in registerStubMap()
687 const auto &SymInfo = Loc->second; in addRelocationForSymbol() local688 RECopy.Addend += SymInfo.getOffset(); in addRelocationForSymbol()689 Relocations[SymInfo.getSectionID()].push_back(RECopy); in addRelocationForSymbol()829 const auto &SymInfo = Loc->second; in resolveExternalSymbols() local830 Addr = getSectionLoadAddress(SymInfo.getSectionID()) + in resolveExternalSymbols()831 SymInfo.getOffset(); in resolveExternalSymbols()
109 const auto &SymInfo = SI->second; in getRelocationValueRef() local110 Value.SectionID = SymInfo.getSectionID(); in getRelocationValueRef()111 Value.Offset = SymInfo.getOffset() + RE.Addend; in getRelocationValueRef()
1196 const auto &SymInfo = gsi->second; in processRelocationRef() local1197 Value.SectionID = SymInfo.getSectionID(); in processRelocationRef()1198 Value.Offset = SymInfo.getOffset(); in processRelocationRef()1199 Value.Addend = SymInfo.getOffset() + Addend; in processRelocationRef()