HomeSort by relevance Sort by last modified time
    Searched refs:findPrototype (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/mclinker/include/mcld/LD/
StubFactory.h 46 /// findPrototype - find if there is a registered stub prototype for the given
48 Stub* findPrototype(const Relocation& pReloc,
52 Stub* findPrototype(const FragmentRef& pFragRef) const;
  /frameworks/compile/mclinker/lib/LD/
StubFactory.cpp 46 Stub* prototype = findPrototype(pReloc, pReloc.place(), pTargetSymValue);
83 Stub* prototype = findPrototype(pFragRef);
107 /// findPrototype - find if there is a registered stub prototype for the given
109 Stub* StubFactory::findPrototype(const Relocation& pReloc,
120 Stub* StubFactory::findPrototype(const FragmentRef& pFragRef) const {

Completed in 1350 milliseconds