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

  /frameworks/compile/mclinker/lib/LD/
StubFactory.cpp 59 stub = islands.second->findStub(prototype, pReloc);
67 stub = islands.first->findStub(prototype, pReloc);
BranchIsland.cpp 96 /// findStub - return true if there is a stub built from the given prototype
98 Stub* BranchIsland::findStub(const Stub* pPrototype, const Relocation& pReloc)
  /frameworks/compile/mclinker/include/mcld/LD/
BranchIsland.h 90 /// findStub - return true if there is a stub built from the given prototype
92 Stub* findStub(const Stub* pPrototype, const Relocation& pReloc);

Completed in 247 milliseconds