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

  /frameworks/compile/mclinker/include/mcld/
LinkerConfig.h 41 * the address to be loaded. ::DynamicDependent indicates the output is not
51 DynamicDependent, ///< Can call outside libraries
80 bool isCodeDynamic() const { return (DynamicDependent == m_CodePosition); }
  /frameworks/compile/mclinker/lib/Core/
Linker.cpp 156 m_pConfig->setCodePosition(LinkerConfig::DynamicDependent);

Completed in 152 milliseconds