Searched refs:pPrototype (Results 1 - 4 of 4) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
H A DBranchIsland.h91 Stub* findStub(const Stub* pPrototype, const Relocation& pReloc);
94 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) {}
H A DStubFactory.h33 void addPrototype(Stub* pPrototype);
/frameworks/compile/mclinker/lib/LD/
H A DBranchIsland.cpp86 Stub* BranchIsland::findStub(const Stub* pPrototype, const Relocation& pReloc) { argument
87 Key key(pPrototype, pReloc.symInfo()->outSymbol(), pReloc.addend());
97 bool BranchIsland::addStub(const Stub* pPrototype, argument
101 Key key(pPrototype, pReloc.symInfo()->outSymbol(), pReloc.addend());
H A DStubFactory.cpp35 void StubFactory::addPrototype(Stub* pPrototype) { argument
36 m_StubPool.push_back(pPrototype);

Completed in 5186 milliseconds