Lines Matching refs:SectionID
33 processRelocationRef(unsigned SectionID, relocation_iterator RelI, in processRelocationRef() argument
46 return processSECTDIFFRelocation(SectionID, RelI, Obj, in processRelocationRef()
49 return processScatteredVANILLA(SectionID, RelI, Obj, ObjSectionToID); in processRelocationRef()
66 RelocationEntry RE(getRelocationEntry(SectionID, Obj, RelI)); in processRelocationRef()
92 addRelocationForSection(RE, Value.SectionID); in processRelocationRef()
100 const SectionEntry &Section = Sections[RE.SectionID]; in resolveRelocation()
127 Error finalizeSection(const ObjectFile &Obj, unsigned SectionID, in finalizeSection() argument
136 return populateJumpTable(cast<MachOObjectFile>(Obj), Section, SectionID); in finalizeSection()
139 Section, SectionID); in finalizeSection()
145 processSECTDIFFRelocation(unsigned SectionID, relocation_iterator RelI, in processSECTDIFFRelocation() argument
153 SectionEntry &Section = Sections[SectionID]; in processSECTDIFFRelocation()
201 RelocationEntry R(SectionID, Offset, RelocType, Addend, SectionAID, in processSECTDIFFRelocation()