Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/ARM/
DARMLDBackend.cpp134 m_pEXIDX(NULL), in ARMGNULDBackend()
153 m_pEXIDX = in initTargetSections()
212 if (m_pEXIDX != NULL && m_pEXIDX->size() != 0x0) { in initTargetSymbols()
214 FragmentRef::Create(m_pEXIDX->getSectionData()->front(), 0x0); in initTargetSymbols()
216 m_pEXIDX->getSectionData()->front(), m_pEXIDX->size()); in initTargetSymbols()
477 if (m_pEXIDX->hasSectionData()) { in postMergeSections()
479 NullFragment* null = new NullFragment(m_pEXIDX->getSectionData()); in postMergeSections()
480 null->setOffset(m_pEXIDX->size()); in postMergeSections()
502 if (!m_pEXIDX->hasSectionData()) { in mergeSection()
504 SectionData* sectData = IRBuilder::CreateSectionData(*m_pEXIDX); in mergeSection()
[all …]
DARMLDBackend.h198 LDSection* m_pEXIDX; // .ARM.exidx variable