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 41 /// findPrototype - find if there is a registered stub prototype for the given
43 Stub* findPrototype(const Relocation& pReloc,
  /frameworks/compile/mclinker/lib/LD/
StubFactory.cpp 46 Stub* prototype = findPrototype(pReloc, pReloc.place(), pTargetSymValue);
119 /// findPrototype - find if there is a registered stub prototype for the given
121 Stub* StubFactory::findPrototype(const Relocation& pReloc,

Completed in 60 milliseconds