Searched refs:nmagic (Results 1 – 5 of 5) sorted by relevance
196 "cannot mix -nmagic option with -shared",197 "cannot mix -nmagic option with -shared")
178 bool nmagic() const { return m_bNMagic; } in nmagic() function
211 def NMagic : Flag<["--"], "nmagic">,
252 if (m_Config.options().nmagic() && !m_Config.isCodeStatic()) { in linkable()
1800 if (!config().options().nmagic() && !config().options().omagic()) in createProgramHdrs()