Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64GOT.cpp26 : GOT(pSection), m_pGOTPLTFront(NULL), m_pGOTFront(NULL) { in AArch64GOT()
80 m_pGOTFront = m_GOT.front(); in finalizeSectionSize()
107 if (m_pGOTFront == NULL) in applyGOTPLT()
110 e_end = SectionData::iterator(m_pGOTFront); in applyGOTPLT()
DAArch64GOT.h85 AArch64GOTEntry* m_pGOTFront; variable
/frameworks/compile/mclinker/lib/Target/ARM/
DARMGOT.cpp26 : GOT(pSection), m_pGOTPLTFront(NULL), m_pGOTFront(NULL) { in ARMGOT()
77 m_pGOTFront = m_GOT.front(); in finalizeSectionSize()
104 if (m_pGOTFront == NULL) in applyGOTPLT()
107 e_end = SectionData::iterator(m_pGOTFront); in applyGOTPLT()
DARMGOT.h73 ARMGOTEntry* m_pGOTFront; variable