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

/frameworks/compile/mclinker/include/mcld/
H A DGeneralOptions.h180 // -N, --omagic
183 bool omagic() const { return m_bOMagic; } function in class:mcld::GeneralOptions::HashStyle
369 bool m_bOMagic : 1; // -N, --omagic
/frameworks/compile/mclinker/lib/Object/
H A DObjectLinker.cpp246 // --nmagic and --omagic options lead to static executable program.
256 if (m_Config.options().omagic() && !m_Config.isCodeStatic()) {
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp1776 } else if (!config().options().omagic() &&
1778 // 2. create data segment if w/o omagic set
1800 if (!config().options().nmagic() && !config().options().omagic())

Completed in 2668 milliseconds