HomeSort by relevance Sort by last modified time
    Searched refs:m_pGOTPLTFront (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) {
66 m_pGOTPLTFront = m_GOTPLT.front();
102 if (m_pGOTPLTFront == NULL)
105 SectionData::iterator entry(m_pGOTPLTFront);
AArch64GOT.h 84 AArch64GOTEntry* m_pGOTPLTFront;
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMGOT.cpp 26 : GOT(pSection), m_pGOTPLTFront(NULL), m_pGOTFront(NULL) {
63 m_pGOTPLTFront = m_GOTPLT.front();
99 if (m_pGOTPLTFront == NULL)
102 SectionData::iterator entry(m_pGOTPLTFront);
ARMGOT.h 72 ARMGOTEntry* m_pGOTPLTFront;

Completed in 118 milliseconds