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

  /frameworks/compile/mclinker/lib/LD/
EhFrame.cpp 46 : m_pSection(NULL), m_pSectionData(NULL) {
51 m_pSectionData(NULL) {
52 m_pSectionData = SectionData::Create(pSection);
95 if (!m_pSectionData->empty())
96 offset = m_pSectionData->back().getOffset() + m_pSectionData->back().size();
98 m_pSectionData->getFragmentList().push_back(&pFrag);
116 ObjectBuilder::MoveSectionData(pOther.getSectionData(), *m_pSectionData);
  /frameworks/compile/mclinker/include/mcld/LD/
EhFrame.h 104 const SectionData& getSectionData() const { return *m_pSectionData; }
105 SectionData& getSectionData() { return *m_pSectionData; }
146 SectionData* m_pSectionData;

Completed in 2363 milliseconds