Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/Script/
DOutputSectDesc.h114 bool hasLMARegion() const { return m_pLMARegion != NULL; } in hasLMARegion()
117 return *m_pLMARegion; in lmaRegion()
138 if (m_pLMARegion != pRHS.m_pLMARegion)
148 const std::string* m_pLMARegion; member
/frameworks/compile/mclinker/lib/Script/
DOutputSectDesc.cpp150 m_Epilog.m_pLMARegion = pEpilog.m_pLMARegion; in setEpilog()
DScriptParser.yy378 $$.m_pLMARegion = $2;
/frameworks/compile/mclinker/lib/Object/
DSectionMap.cpp84 m_Epilog.m_pLMARegion = NULL; in Output()