Searched refs:pAttrData (Results 1 – 2 of 2) sorted by relevance
71 void registerAttributeData(ELFAttributeData& pAttrData);80 Subsection(ELFAttribute& pParent, ELFAttributeData& pAttrData) in Subsection() argument81 : m_Parent(pParent), m_AttrData(pAttrData) {} in Subsection()
158 void ELFAttribute::registerAttributeData(ELFAttributeData& pAttrData) { in registerAttributeData() argument159 assert((getSubsection(pAttrData.getVendorName()) == NULL) && in registerAttributeData()161 m_Subsections.push_back(new Subsection(*this, pAttrData)); in registerAttributeData()