Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/
DOutputRelocSection.cpp26 m_pSectionData(&pSectionData), in OutputRelocSection()
40 m_pSectionData->getFragmentList().push_back(pRelFactory.produceEmptyEntry()); in reserveEntry()
53 assert( !m_pSectionData->getFragmentList().empty() && in getEntry()
55 m_ValidEntryIterator = m_pSectionData->getFragmentList().begin(); in getEntry()
59 assert(m_ValidEntryIterator != m_pSectionData->end() && in getEntry()
/frameworks/compile/mclinker/include/mcld/LD/
DLDSection.h132 { return m_pSectionData; } in getSectionData()
135 { return m_pSectionData; } in getSectionData()
138 { m_pSectionData = pSD; } in setSectionData()
141 { return (NULL != m_pSectionData); } in hasSectionData()
168 SectionData* m_pSectionData; variable
/frameworks/compile/mclinker/lib/LD/
DLDSection.cpp30 m_pSectionData(NULL), in LDSection()
/frameworks/compile/mclinker/include/mcld/Target/
DOutputRelocSection.h55 SectionData* m_pSectionData; variable