Lines Matching refs:SectionID
839 unsigned SectionID = SectionInfo->SectionID; in getSectionAddr() local
843 getRTDyld().Sections[SectionID].getAddress())); in getSectionAddr()
845 Addr = getRTDyld().Sections[SectionID].getLoadAddress(); in getSectionAddr()
863 unsigned SectionID = SectionInfo->SectionID; in getStubAddrFor() local
878 getRTDyld().Sections[SectionID].getAddress()); in getStubAddrFor()
881 uint64_t SectionBase = getRTDyld().Sections[SectionID].getLoadAddress(); in getStubAddrFor()
912 StringRef FilePath, unsigned SectionID) { in registerSection() argument
914 const SectionEntry &Section = getRTDyld().Sections[SectionID]; in registerSection()
917 Stubs[FileName][SectionName].SectionID = SectionID; in registerSection()
921 StringRef FilePath, unsigned SectionID, in registerStubMap() argument
924 const SectionEntry &Section = getRTDyld().Sections[SectionID]; in registerStubMap()
927 Stubs[FileName][SectionName].SectionID = SectionID; in registerStubMap()
939 if (SymInfo.getSectionID() == StubMapEntry.first.SectionID && in registerStubMap()