Searched refs:m_pBase (Results 1 – 3 of 3) sorted by relevance
62 return m_pBase->isWholeArchive(); in isWholeArchive()69 return m_pBase->isAsNeeded(); in isAsNeeded()76 return m_pBase->isAddNeeded(); in isAddNeeded()83 return m_pBase->isStatic(); in isStatic()90 return m_pBase->isDynamic(); in isDynamic()109 Attribute* copy = new Attribute(*m_pBase); in setWholeArchive()115 Attribute* copy = new Attribute(*m_pBase); in unsetWholeArchive()121 Attribute* copy = new Attribute(*m_pBase); in setAsNeeded()127 Attribute* copy = new Attribute(*m_pBase); in unsetAsNeeded()133 Attribute* copy = new Attribute(*m_pBase); in setAddNeeded()[all …]
168 const Attribute* attr() const { return m_pBase; } in attr()184 const Attribute* m_pBase; variable
78 char *m_pBase; variable113 m_pBase = offset_base; in CIFDWriter()125 return static_cast<uint32_t>(PTR_TO_ULONG(p) - PTR_TO_ULONG(m_pBase)); in Offset()