Searched refs:nmagic (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/mclinker/include/mcld/
H A DGeneralOptions.h175 // -n, --nmagic
178 bool nmagic() const { return m_bNMagic; } function in class:mcld::GeneralOptions::HashStyle
368 bool m_bNMagic : 1; // -n, --nmagic
/frameworks/compile/mclinker/lib/Object/
H A DObjectLinker.cpp246 // --nmagic and --omagic options lead to static executable program.
252 if (m_Config.options().nmagic() && !m_Config.isCodeStatic()) {
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp1800 if (!config().options().nmagic() && !config().options().omagic())

Completed in 1006 milliseconds