Lines Matching refs:Obj
84 DyldELFObject<ELFT> *Obj) in ELFObjectImage() argument
85 : ObjectImageCommon(Input, Obj), in ELFObjectImage()
86 DyldObj(Obj), in ELFObjectImage()
163 DyldELFObject<ELFType<support::little, 4, false> > *Obj = in createObjectImage() local
166 return new ELFObjectImage<ELFType<support::little, 4, false> >(Buffer, Obj); in createObjectImage()
169 DyldELFObject<ELFType<support::big, 4, false> > *Obj = in createObjectImage() local
172 return new ELFObjectImage<ELFType<support::big, 4, false> >(Buffer, Obj); in createObjectImage()
175 DyldELFObject<ELFType<support::big, 8, true> > *Obj = in createObjectImage() local
178 return new ELFObjectImage<ELFType<support::big, 8, true> >(Buffer, Obj); in createObjectImage()
181 DyldELFObject<ELFType<support::little, 8, true> > *Obj = in createObjectImage() local
184 return new ELFObjectImage<ELFType<support::little, 8, true> >(Buffer, Obj); in createObjectImage()
406 void RuntimeDyldELF::findOPDEntrySection(ObjectImage &Obj, in findOPDEntrySection() argument
413 for (section_iterator si = Obj.begin_sections(), in findOPDEntrySection()
414 se = Obj.end_sections(); si != se; si.increment(err)) { in findOPDEntrySection()
457 section_iterator tsi(Obj.end_sections()); in findOPDEntrySection()
459 Rel.SectionID = findOrEmitSection(Obj, (*tsi), true, LocalSections); in findOPDEntrySection()
597 ObjectImage &Obj, in processRelocationRef() argument
634 section_iterator si(Obj.end_sections()); in processRelocationRef()
636 if (si == Obj.end_sections()) in processRelocationRef()
642 Value.SectionID = findOrEmitSection(Obj, in processRelocationRef()
753 findOPDEntrySection(Obj, ObjSectionToID, Value); in processRelocationRef()