Lines Matching refs:pReloc
39 Stub* StubFactory::create(Relocation& pReloc, in create() argument
45 Stub* prototype = findPrototype(pReloc, pReloc.place(), pTargetSymValue); in create()
47 const Fragment* frag = pReloc.targetRef().frag(); in create()
58 stub = islands.second->findStub(prototype, pReloc); in create()
63 pReloc.setSymInfo(stub->symInfo()); in create()
66 stub = islands.first->findStub(prototype, pReloc); in create()
69 pReloc.setSymInfo(stub->symInfo()); in create()
76 name.append(pReloc.symInfo()->name()) in create()
105 reloc->setSymInfo(pReloc.symInfo()); in create()
110 islands.first->addStub(prototype, pReloc, *stub); in create()
113 pReloc.setSymInfo(stub->symInfo()); in create()
122 Stub* StubFactory::findPrototype(const Relocation& pReloc, in findPrototype() argument
128 if ((*it)->isMyDuty(pReloc, pSource, pTargetSymValue)) in findPrototype()