Home
last modified time | relevance | path

Searched defs:pPrototype (Results 1 – 3 of 3) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
DBranchIsland.cpp86 Stub* BranchIsland::findStub(const Stub* pPrototype, const Relocation& pReloc) { in findStub()
97 bool BranchIsland::addStub(const Stub* pPrototype, in addStub()
DStubFactory.cpp35 void StubFactory::addPrototype(Stub* pPrototype) { in addPrototype()
/frameworks/compile/mclinker/include/mcld/LD/
DBranchIsland.h108 Key(const Stub* pPrototype, const LDSymbol* pSymbol, Stub::SWord pAddend) in Key()