Lines Matching refs:SectionID
38 const SectionEntry &Section = Sections[RE.SectionID]; in decodeAddend()
54 processRelocationRef(unsigned SectionID, relocation_iterator RelI, in processRelocationRef() argument
66 return processHALFSECTDIFFRelocation(SectionID, RelI, Obj, in processRelocationRef()
69 return processScatteredVANILLA(SectionID, RelI, Obj, ObjSectionToID); in processRelocationRef()
91 RelocationEntry RE(getRelocationEntry(SectionID, Obj, RelI)); in processRelocationRef()
109 addRelocationForSection(RE, Value.SectionID); in processRelocationRef()
117 const SectionEntry &Section = Sections[RE.SectionID]; in resolveRelocation()
174 Error finalizeSection(const ObjectFile &Obj, unsigned SectionID, in finalizeSection() argument
181 Section, SectionID); in finalizeSection()
192 SectionEntry &Section = Sections[RE.SectionID]; in processBranchRelocation()
203 RE.SectionID, StubTargetAddr - Section.getAddress(), in processBranchRelocation()
208 addRelocationForSection(StubRE, Value.SectionID); in processBranchRelocation()
212 RelocationEntry TargetRE(RE.SectionID, RE.Offset, RE.RelType, 0, in processBranchRelocation()
218 processHALFSECTDIFFRelocation(unsigned SectionID, relocation_iterator RelI, in processHALFSECTDIFFRelocation() argument
235 SectionEntry &Section = Sections[SectionID]; in processHALFSECTDIFFRelocation()
286 RelocationEntry R(SectionID, Offset, RelocType, Addend, SectionAID, in processHALFSECTDIFFRelocation()