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

  /frameworks/compile/mclinker/include/mcld/Script/
OutputSectDesc.h 72 bool hasSubAlign() const { return m_pSubAlign != NULL; }
75 return *m_pSubAlign;
92 if (m_pSubAlign != pRHS.m_pSubAlign)
103 RpnExpr* m_pSubAlign;
  /frameworks/compile/mclinker/lib/Object/
SectionMap.cpp 80 m_Prolog.m_pSubAlign = NULL;
  /frameworks/compile/mclinker/lib/Script/
ScriptParser.yy 366 $$.m_pSubAlign = $7;

Completed in 58 milliseconds