Home | History | Annotate | Download | only in RuntimeDyld

Lines Matching full:sectionid

593       Rel.SectionID = findOrEmitSection(Obj, (*tsi), true, LocalSections);
740 const SectionEntry &Section = Sections[RE.SectionID];
784 void RuntimeDyldELF::processRelocationRef(unsigned SectionID,
813 Value.SectionID = lsi->second.first;
821 Value.SectionID = gsi->second.first;
837 Value.SectionID = findOrEmitSection(Obj,
858 DEBUG(dbgs() << "\t\tSectionID: " << SectionID
866 SectionEntry &Section = Sections[SectionID];
881 RelocationEntry REmovz_g3(SectionID,
884 RelocationEntry REmovk_g2(SectionID,
887 RelocationEntry REmovk_g1(SectionID,
890 RelocationEntry REmovk_g0(SectionID,
900 addRelocationForSection(REmovz_g3, Value.SectionID);
901 addRelocationForSection(REmovk_g2, Value.SectionID);
902 addRelocationForSection(REmovk_g1, Value.SectionID);
903 addRelocationForSection(REmovk_g0, Value.SectionID);
916 SectionEntry &Section = Sections[SectionID];
930 RelocationEntry RE(SectionID, StubTargetAddr - Section.Address,
935 addRelocationForSection(RE, Value.SectionID);
946 SectionEntry &Section = Sections[SectionID];
969 RelocationEntry REHi(SectionID,
972 RelocationEntry RELo(SectionID,
980 addRelocationForSection(REHi, Value.SectionID);
981 addRelocationForSection(RELo, Value.SectionID);
994 SectionEntry &Section = Sections[SectionID];
1001 uint8_t *RelocTarget = Sections[Value.SectionID].Address + Value.Addend;
1005 RelocationEntry RE(SectionID, Offset, RelType, Value.Addend);
1009 addRelocationForSection(RE, Value.SectionID);
1029 RelocationEntry RE(SectionID, StubTargetAddr - Section.Address,
1034 RelocationEntry REhst(SectionID,
1037 RelocationEntry REhr(SectionID,
1040 RelocationEntry REh(SectionID,
1043 RelocationEntry REl(SectionID,
1053 addRelocationForSection(REhst, Value.SectionID);
1054 addRelocationForSection(REhr, Value.SectionID);
1055 addRelocationForSection(REh, Value.SectionID);
1056 addRelocationForSection(REl, Value.SectionID);
1069 RelocationEntry RE(SectionID, Offset, RelType, Value.Addend);
1075 addRelocationForSection(RE, Value.SectionID);
1090 SectionEntry &Section = Sections[SectionID];
1110 RelocationEntry RE(SectionID, StubOffset + 8,
1115 addRelocationForSection(RE, Value.SectionID);
1125 RelocationEntry RE(SectionID, Offset, RelType, Value.Addend);
1129 addRelocationForSection(RE, Value.SectionID);