Lines Matching defs:Obj
84 DyldELFObject<ELFT> *Obj)
85 : ObjectImageCommon(Input, Obj),
86 DyldObj(Obj),
171 DyldELFObject<ELFType<support::little, 4, false> > *Obj =
174 return new ELFObjectImage<ELFType<support::little, 4, false> >(Buffer, Obj);
177 DyldELFObject<ELFType<support::big, 4, false> > *Obj =
180 return new ELFObjectImage<ELFType<support::big, 4, false> >(Buffer, Obj);
183 DyldELFObject<ELFType<support::big, 8, true> > *Obj =
186 return new ELFObjectImage<ELFType<support::big, 8, true> >(Buffer, Obj);
189 DyldELFObject<ELFType<support::little, 8, true> > *Obj =
192 return new ELFObjectImage<ELFType<support::little, 8, true> >(Buffer, Obj);
537 void RuntimeDyldELF::findOPDEntrySection(ObjectImage &Obj,
544 for (section_iterator si = Obj.begin_sections(),
545 se = Obj.end_sections(); si != se; si.increment(err)) {
547 if (RelSecI == Obj.end_sections())
591 section_iterator tsi(Obj.end_sections());
593 Rel.SectionID = findOrEmitSection(Obj, (*tsi), true, LocalSections);
786 ObjectImage &Obj,
798 if (Symbol != Obj.end_symbols())
808 if (Symbol != Obj.end_symbols()) {
818 if (Symbol != Obj.end_symbols())
829 section_iterator si(Obj.end_sections());
831 if (si == Obj.end_sections())
837 Value.SectionID = findOrEmitSection(Obj,
1000 findOPDEntrySection(Obj, ObjSectionToID, Value);