Home
last modified time | relevance | path

Searched refs:findStub (Results 1 – 3 of 3) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
DStubFactory.cpp59 stub = islands.second->findStub(prototype, pReloc); in create()
64 stub = islands.first->findStub(prototype, pReloc); in create()
DBranchIsland.cpp86 Stub* BranchIsland::findStub(const Stub* pPrototype, const Relocation& pReloc) { in findStub() function in mcld::BranchIsland
/frameworks/compile/mclinker/include/mcld/LD/
DBranchIsland.h91 Stub* findStub(const Stub* pPrototype, const Relocation& pReloc);