Lines Matching refs:SectionID
797 unsigned SectionID = SectionInfo->SectionID; in getSectionAddr() local
802 reinterpret_cast<uintptr_t>(getRTDyld().Sections[SectionID].Address)); in getSectionAddr()
804 Addr = getRTDyld().Sections[SectionID].LoadAddress; in getSectionAddr()
822 unsigned SectionID = SectionInfo->SectionID; in getStubAddrFor() local
837 reinterpret_cast<uintptr_t>(getRTDyld().Sections[SectionID].Address); in getStubAddrFor()
840 uint64_t SectionBase = getRTDyld().Sections[SectionID].LoadAddress; in getStubAddrFor()
862 StringRef FilePath, unsigned SectionID) { in registerSection() argument
864 const SectionEntry &Section = getRTDyld().Sections[SectionID]; in registerSection()
867 Stubs[FileName][SectionName].SectionID = SectionID; in registerSection()
871 StringRef FilePath, unsigned SectionID, in registerStubMap() argument
874 const SectionEntry &Section = getRTDyld().Sections[SectionID]; in registerStubMap()
877 Stubs[FileName][SectionName].SectionID = SectionID; in registerStubMap()
889 if (SymInfo.getSectionID() == StubMapEntry.first.SectionID && in registerStubMap()