Searched defs:m_pWildcardSections (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Script/
H A DInputSectDesc.h46 return m_pWildcardSections != NULL && !m_pWildcardSections->empty();
50 return *m_pWildcardSections;
61 if (m_pWildcardSections != pRHS.m_pWildcardSections)
68 StringList* m_pWildcardSections; member in struct:mcld::InputSectDesc::Spec

Completed in 22 milliseconds