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

/frameworks/compile/mclinker/lib/LD/
H A DStubFactory.cpp33 void StubFactory::addPrototype(Stub* pPrototype) argument
35 m_StubPool.push_back(pPrototype);
H A DBranchIsland.cpp98 Stub* BranchIsland::findStub(const Stub* pPrototype, const Relocation& pReloc) argument
100 Key key(pPrototype, pReloc.symInfo()->outSymbol(), pReloc.addend());
110 bool BranchIsland::addStub(const Stub* pPrototype, argument
115 Key key(pPrototype, pReloc.symInfo()->outSymbol(), pReloc.addend());
/frameworks/compile/mclinker/include/mcld/LD/
H A DBranchIsland.h92 Stub* findStub(const Stub* pPrototype, const Relocation& pReloc);
95 bool addStub(const Stub* pPrototype, const Relocation& pReloc, Stub& pStub);
108 Key(const Stub* pPrototype, const LDSymbol* pSymbol, Stub::SWord pAddend) argument
109 : m_pPrototype(pPrototype), m_pSymbol(pSymbol), m_Addend(pAddend)

Completed in 178 milliseconds