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

  /frameworks/compile/mclinker/include/mcld/
GeneralOptions.h 218 // -n, --nmagic
222 bool nmagic() const function in class:mcld::GeneralOptions
361 bool m_bNMagic : 1; // -n, --nmagic
  /frameworks/compile/mclinker/lib/Object/
ObjectLinker.cpp 200 // --nmagic and --omagic options lead to static executable program.
206 if (m_Config.options().nmagic() && !m_Config.isCodeStatic()) {
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp     [all...]

Completed in 1104 milliseconds