OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StaticDependent
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/mclinker/include/mcld/
LinkerConfig.h
46
* its loaded address. ::
StaticDependent
is used to indicate this kind of
52
StaticDependent
, ///< Can not call outside libraries
81
bool isCodeStatic() const { return (
StaticDependent
== m_CodePosition); }
/frameworks/compile/mclinker/lib/Core/
Linker.cpp
147
m_pConfig->setCodePosition(LinkerConfig::
StaticDependent
);
Completed in 42 milliseconds