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

  /frameworks/compile/mclinker/include/mcld/
GeneralOptions.h 175 // -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/
ObjectLinker.cpp 246 // --nmagic and --omagic options lead to static executable program.
252 if (m_Config.options().nmagic() && !m_Config.isCodeStatic()) {
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
options.cc 1097 if (this->nmagic() || this->omagic())
    [all...]
options.h     [all...]
layout.cc     [all...]
script-sections.cc     [all...]
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp     [all...]

Completed in 189 milliseconds