Home | History | Annotate | Download | only in LD

Lines Matching defs:prototype

34 /// addPrototype - register a stub prototype
44 // find if there is a prototype stub for the input relocation
46 Stub* prototype = findPrototype(pReloc, pReloc.place(), pTargetSymValue);
47 if (prototype != NULL) {
59 stub = islands.second->findStub(prototype, pReloc);
64 stub = islands.first->findStub(prototype, pReloc);
66 // create a stub from the prototype
67 stub = prototype->clone();
73 islands.first->addStub(prototype, pReloc, *stub);
83 Stub* prototype = findPrototype(pFragRef);
84 if (prototype == NULL) {
93 // create a stub from the prototype
94 Stub* stub = prototype->clone();
104 } // if (prototype == NULL)
107 /// findPrototype - find if there is a registered stub prototype for the given