Searched defs:DynamicDependent (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/mclinker/include/mcld/
H A DLinkerConfig.h50 * the address to be loaded. ::DynamicDependent indicates the output is not
60 DynamicDependent, ///< Can call outside libraries enumerator in enum:mcld::LinkerConfig::CodePosition
92 bool isCodeDynamic() const { return (DynamicDependent == m_CodePosition); }

Completed in 480 milliseconds