Searched refs:pPrototype (Results 1 – 4 of 4) sorted by relevance
/frameworks/compile/mclinker/lib/LD/ |
D | BranchIsland.cpp | 86 Stub* BranchIsland::findStub(const Stub* pPrototype, const Relocation& pReloc) { in findStub() argument 87 Key key(pPrototype, pReloc.symInfo()->outSymbol(), pReloc.addend()); in findStub() 97 bool BranchIsland::addStub(const Stub* pPrototype, in addStub() argument 101 Key key(pPrototype, pReloc.symInfo()->outSymbol(), pReloc.addend()); in addStub()
|
D | StubFactory.cpp | 34 void StubFactory::addPrototype(Stub* pPrototype) { in addPrototype() argument 35 m_StubPool.push_back(pPrototype); in addPrototype()
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | BranchIsland.h | 89 Stub* findStub(const Stub* pPrototype, const Relocation& pReloc); 92 bool addStub(const Stub* pPrototype, const Relocation& pReloc, Stub& pStub); 104 Key(const Stub* pPrototype, const LDSymbol* pSymbol, Stub::SWord pAddend) in Key() argument 105 : m_pPrototype(pPrototype), m_pSymbol(pSymbol), m_Addend(pAddend) {} in Key()
|
D | StubFactory.h | 32 void addPrototype(Stub* pPrototype);
|