Lines Matching defs:TargetSectionID
129 unsigned TargetSectionID = -1;
133 TargetSectionID = SectionID;
140 TargetSectionID = *TargetSectionIDOrErr;
163 RelocationEntry(SectionID, Offset, RelType, Addend, TargetSectionID,
165 addRelocationForSection(RE, TargetSectionID);
170 RelocationEntry(SectionID, Offset, RelType, Addend, TargetSectionID,
172 addRelocationForSection(RE, TargetSectionID);
177 RelocationEntry(TargetSectionID, Offset, RelType, 0);
178 addRelocationForSection(RE, TargetSectionID);
184 addRelocationForSection(RE, TargetSectionID);
189 RelocationEntry(SectionID, Offset, RelType, Addend, TargetSectionID,
191 addRelocationForSection(RE, TargetSectionID);
199 addRelocationForSection(RE, TargetSectionID);