Lines Matching refs:SectionID
35 processRelocationRef(unsigned SectionID, relocation_iterator RelI, in processRelocationRef() argument
48 return processSECTDIFFRelocation(SectionID, RelI, Obj, in processRelocationRef()
51 return processScatteredVANILLA(SectionID, RelI, Obj, ObjSectionToID); in processRelocationRef()
68 RelocationEntry RE(getRelocationEntry(SectionID, Obj, RelI)); in processRelocationRef()
94 addRelocationForSection(RE, Value.SectionID); in processRelocationRef()
102 const SectionEntry &Section = Sections[RE.SectionID]; in resolveRelocation()
129 Error finalizeSection(const ObjectFile &Obj, unsigned SectionID, in finalizeSection() argument
135 return populateJumpTable(cast<MachOObjectFile>(Obj), Section, SectionID); in finalizeSection()
138 Section, SectionID); in finalizeSection()
144 processSECTDIFFRelocation(unsigned SectionID, relocation_iterator RelI, in processSECTDIFFRelocation() argument
152 SectionEntry &Section = Sections[SectionID]; in processSECTDIFFRelocation()
200 RelocationEntry R(SectionID, Offset, RelocType, Addend, SectionAID, in processSECTDIFFRelocation()