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

  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64GOT.cpp 26 : GOT(pSection), m_pGOTPLTFront(NULL), m_pGOTFront(NULL)
88 m_pGOTFront = m_GOT.front();
117 if (NULL == m_pGOTFront)
120 e_end = SectionData::iterator(m_pGOTFront);
AArch64GOT.h 88 AArch64GOTEntry* m_pGOTFront;
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMGOT.cpp 26 : GOT(pSection), m_pGOTPLTFront(NULL), m_pGOTFront(NULL)
83 m_pGOTFront = m_GOT.front();
112 if (NULL == m_pGOTFront)
115 e_end = SectionData::iterator(m_pGOTFront);
ARMGOT.h 76 ARMGOTEntry* m_pGOTFront;

Completed in 110 milliseconds