HomeSort by relevance Sort by last modified time
    Searched refs:StaticDependent (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/mclinker/include/mcld/
LinkerConfig.h 58 * its loaded address. ::StaticDependent is used to indicate this kind of
64 StaticDependent, ///< Can not call outside libraries
96 bool isCodeStatic() const { return (StaticDependent == m_CodePosition); }
  /frameworks/compile/mclinker/lib/Core/
Linker.cpp 144 m_pConfig->setCodePosition(LinkerConfig::StaticDependent);

Completed in 82 milliseconds