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

  /frameworks/compile/mclinker/include/mcld/Script/
InputSectDesc.h 50 return m_pWildcardSections != NULL && !m_pWildcardSections->empty();
54 return *m_pWildcardSections;
65 if (m_pWildcardSections != pRHS.m_pWildcardSections)
72 StringList* m_pWildcardSections;
  /frameworks/compile/mclinker/lib/Script/
OutputSectDesc.cpp 186 spec.m_pWildcardSections = NULL;
ScriptParser.yy 492 $$.m_pWildcardSections = NULL;
498 $$.m_pWildcardSections = $4;
  /frameworks/compile/mclinker/lib/Object/
SectionMap.cpp 47 m_Spec.m_pWildcardSections = sections;
61 m_Spec.m_pWildcardSections = pInputDesc.spec().m_pWildcardSections;

Completed in 56 milliseconds