OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:findPrototype
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/mclinker/include/mcld/LD/
StubFactory.h
46
///
findPrototype
- find if there is a registered stub prototype for the given
48
Stub*
findPrototype
(const Relocation& pReloc,
52
Stub*
findPrototype
(const FragmentRef& pFragRef) const;
/frameworks/compile/mclinker/lib/LD/
StubFactory.cpp
46
Stub* prototype =
findPrototype
(pReloc, pReloc.place(), pTargetSymValue);
83
Stub* prototype =
findPrototype
(pFragRef);
107
///
findPrototype
- find if there is a registered stub prototype for the given
109
Stub* StubFactory::
findPrototype
(const Relocation& pReloc,
120
Stub* StubFactory::
findPrototype
(const FragmentRef& pFragRef) const {
Completed in 712 milliseconds