Searched refs:m_bInSectionsCmd (Results 1 – 2 of 2) sorted by relevance
57 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()
162 bool m_bInSectionsCmd; variable