Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Script/
DScriptFile.cpp56 m_bHasSectionsCmd(false), in ScriptFile()
173 return m_bHasSectionsCmd; in hasSectionsCmd()
177 m_bHasSectionsCmd = true; in enterSectionsCmd()
/frameworks/compile/mclinker/include/mcld/Script/
DScriptFile.h161 bool m_bHasSectionsCmd; variable