Home | History | Annotate | Download | only in RuntimeDyld

Lines Matching full:syminfo

856   const auto &SymInfo = pos->second;
857 uint8_t *SectionAddr = getRTDyld().getSectionAddress(SymInfo.getSectionID());
859 SymInfo.getOffset(),
860 getRTDyld().Sections[SymInfo.getSectionID()].getSize() -
861 SymInfo.getOffset());
891 const auto &SymInfo = GSTEntry.second;
892 if (SymInfo.getSectionID() == StubMapEntry.first.SectionID &&
893 SymInfo.getOffset() ==