Lines Matching refs:SectionID
37 const SectionEntry &Section = Sections[RE.SectionID]; in decodeAddend()
53 processRelocationRef(unsigned SectionID, relocation_iterator RelI, in processRelocationRef() argument
65 return processHALFSECTDIFFRelocation(SectionID, RelI, Obj, in processRelocationRef()
71 RelocationEntry RE(getRelocationEntry(SectionID, Obj, RelI)); in processRelocationRef()
86 addRelocationForSection(RE, Value.SectionID); in processRelocationRef()
94 const SectionEntry &Section = Sections[RE.SectionID]; in resolveRelocation()
160 void finalizeSection(const ObjectFile &Obj, unsigned SectionID, in finalizeSection() argument
167 Section, SectionID); in finalizeSection()
177 SectionEntry &Section = Sections[RE.SectionID]; in processBranchRelocation()
187 RelocationEntry StubRE(RE.SectionID, StubTargetAddr - Section.Address, in processBranchRelocation()
193 addRelocationForSection(StubRE, Value.SectionID); in processBranchRelocation()
197 RelocationEntry TargetRE(RE.SectionID, RE.Offset, RE.RelType, 0, in processBranchRelocation()
203 processHALFSECTDIFFRelocation(unsigned SectionID, relocation_iterator RelI, in processHALFSECTDIFFRelocation() argument
220 SectionEntry &Section = Sections[SectionID]; in processHALFSECTDIFFRelocation()
264 RelocationEntry R(SectionID, Offset, RelocType, Addend, SectionAID, in processHALFSECTDIFFRelocation()