Home
last modified time | relevance | path

Searched refs:omagic (Results 1 – 5 of 5) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
DDiagCommonKinds.inc200 "cannot mix -omagic option with -shared",
201 "cannot mix -omagic option with -shared")
/frameworks/compile/mclinker/include/mcld/
DGeneralOptions.h183 bool omagic() const { return m_bOMagic; } in omagic() function
/frameworks/compile/mclinker/tools/mcld/
DOptions.td218 def OMagic : Flag<["--"], "omagic">,
/frameworks/compile/mclinker/lib/Object/
DObjectLinker.cpp256 if (m_Config.options().omagic() && !m_Config.isCodeStatic()) { in linkable()
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp1776 } else if (!config().options().omagic() && in createProgramHdrs()
1800 if (!config().options().nmagic() && !config().options().omagic()) in createProgramHdrs()