Home
last modified time | relevance | path

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

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