Home | History | Annotate | Download | only in RuntimeDyld

Lines Matching full:syminfo

788     const auto &SymInfo = Loc->second;
789 RECopy.Addend += SymInfo.getOffset();
790 Relocations[SymInfo.getSectionID()].push_back(RECopy);
934 const auto &SymInfo = Loc->second;
935 Addr = getSectionLoadAddress(SymInfo.getSectionID()) +
936 SymInfo.getOffset();