Searched refs:SymInfo (Results 1 – 5 of 5) sorted by relevance
855 const auto &SymInfo = pos->second; in getSubsectionStartingAt() local856 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() local891 if (SymInfo.getSectionID() == StubMapEntry.first.SectionID && in registerStubMap()892 SymInfo.getOffset() == in registerStubMap()
73 const auto &SymInfo = SI->second; in getRelocationValueRef() local74 Value.SectionID = SymInfo.getSectionID(); in getRelocationValueRef()75 Value.Offset = SymInfo.getOffset() + RE.Addend; in getRelocationValueRef()
409 const auto &SymInfo = pos->second; in getSymbolLocalAddress() local410 return getSectionAddress(SymInfo.getSectionID()) + SymInfo.getOffset(); in getSymbolLocalAddress()
649 const auto &SymInfo = Loc->second; in addRelocationForSymbol() local650 RECopy.Addend += SymInfo.getOffset(); in addRelocationForSymbol()651 Relocations[SymInfo.getSectionID()].push_back(RECopy); in addRelocationForSymbol()791 const auto &SymInfo = Loc->second; in resolveExternalSymbols() local792 Addr = getSectionLoadAddress(SymInfo.getSectionID()) + in resolveExternalSymbols()793 SymInfo.getOffset(); in resolveExternalSymbols()
1129 const auto &SymInfo = gsi->second; in processRelocationRef() local1130 Value.SectionID = SymInfo.getSectionID(); in processRelocationRef()1131 Value.Offset = SymInfo.getOffset(); in processRelocationRef()1132 Value.Addend = SymInfo.getOffset() + Addend; in processRelocationRef()