Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/elftosb/dist/sbtool/
H A Dsbtool.cpp84 bool m_extractBinary; //!< True if extraction output is binary, false for hex. member in sbtool
103 m_extractBinary(false), in sbtool()
169 m_extractBinary = true; in processOptions()
475 if (m_extractBinary) in extractSection()