Home
last modified time | relevance | path

Searched refs:m_pSectionData (Results 1 – 2 of 2) sorted by relevance

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