Lines Matching refs:SectionID
34 processRelocationRef(unsigned SectionID, relocation_iterator RelI, in processRelocationRef() argument
47 return processSECTDIFFRelocation(SectionID, RelI, Obj, in processRelocationRef()
50 return processI386ScatteredVANILLA(SectionID, RelI, Obj, in processRelocationRef()
55 RelocationEntry RE(getRelocationEntry(SectionID, Obj, RelI)); in processRelocationRef()
78 addRelocationForSection(RE, Value.SectionID); in processRelocationRef()
86 const SectionEntry &Section = Sections[RE.SectionID]; in resolveRelocation()
115 void finalizeSection(const ObjectFile &Obj, unsigned SectionID, in finalizeSection() argument
121 populateJumpTable(cast<MachOObjectFile>(Obj), Section, SectionID); in finalizeSection()
124 Section, SectionID); in finalizeSection()
129 processSECTDIFFRelocation(unsigned SectionID, relocation_iterator RelI, in processSECTDIFFRelocation() argument
137 SectionEntry &Section = Sections[SectionID]; in processSECTDIFFRelocation()
178 RelocationEntry R(SectionID, Offset, RelocType, 0, SectionAID, in processSECTDIFFRelocation()
189 unsigned SectionID, relocation_iterator RelI, in processI386ScatteredVANILLA() argument
197 SectionEntry &Section = Sections[SectionID]; in processI386ScatteredVANILLA()
217 RelocationEntry R(SectionID, Offset, RelocType, Addend, IsPCRel, Size); in processI386ScatteredVANILLA()