Searched refs:m_pGOTPLTFront (Results 1 - 4 of 4) sorted by relevance

/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64GOT.cpp26 : 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);
H A DAArch64GOT.h84 AArch64GOTEntry* m_pGOTPLTFront; member in class:mcld::AArch64GOT
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMGOT.cpp26 : 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);
H A DARMGOT.h72 ARMGOTEntry* m_pGOTPLTFront; member in class:mcld::ARMGOT

Completed in 415 milliseconds