Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Script/
DScriptFile.cpp57 m_bInSectionsCmd(false), in ScriptFile()
88 if (m_bInSectionsCmd) { in addEntryPoint()
147 if (m_bInSectionsCmd) { in addAssignment()
178 m_bInSectionsCmd = true; in enterSectionsCmd()
183 m_bInSectionsCmd = false; in leaveSectionsCmd()
189 assert(m_bInSectionsCmd); in enterOutputSectDesc()
198 assert(m_bInSectionsCmd); in leaveOutputSectDesc()
211 assert(m_bInSectionsCmd); in addInputSectDesc()
/frameworks/compile/mclinker/include/mcld/Script/
DScriptFile.h162 bool m_bInSectionsCmd; variable