Lines Matching refs:stub
45 Stub* stub = NULL; in create() local
59 stub = islands.second->findStub(prototype, pReloc); in create()
62 if (stub == NULL) { in create()
64 stub = islands.first->findStub(prototype, pReloc); in create()
65 if (stub == NULL) { in create()
67 stub = prototype->clone(); in create()
70 stub->applyFixup(pReloc, pBuilder, *islands.first); in create()
73 islands.first->addStub(prototype, pReloc, *stub); in create()
77 return stub; in create()
94 Stub* stub = prototype->clone(); in create() local
97 stub->applyFixup(pFragRef, pBuilder, *islands.first); in create()
100 islands.first->addStub(*stub); in create()
102 return stub; in create()