Home
last modified time | relevance | path

Searched refs:m_GOT (Results 1 – 8 of 8) sorted by relevance

/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64GOT.cpp43 return ((!m_GOT.empty()) || (!m_GOTPLT.empty())); in hasGOT1()
49 m_GOT.push_back(entry); in createGOT()
87 if (!m_GOT.empty()) { in finalizeSectionSize()
88 m_pGOTFront = m_GOT.front(); in finalizeSectionSize()
89 entry_iterator it, end = m_GOT.end(); in finalizeSectionSize()
90 for (it = m_GOT.begin(); it != end; ++it) { in finalizeSectionSize()
98 m_GOT.clear(); in finalizeSectionSize()
DAArch64PLT.cpp32 : PLT(pSection), m_GOT(pGOTPLT) { in AArch64PLT()
83 uint64_t got_base = m_GOT.addr(); in applyPLT0()
107 uint64_t got_base = m_GOT.addr(); in applyPLT1()
147 m_GOT.applyGOTPLT(plt_base); in applyPLT1()
DAArch64PLT.h80 AArch64GOT& m_GOT;
DAArch64GOT.h94 EntryListType m_GOT; variable
/frameworks/compile/mclinker/lib/Target/ARM/
DARMGOT.cpp39 return ((!m_GOT.empty()) || (!m_GOTPLT.empty())); in hasGOT1()
45 m_GOT.push_back(entry); in createGOT()
82 if (!m_GOT.empty()) { in finalizeSectionSize()
83 m_pGOTFront = m_GOT.front(); in finalizeSectionSize()
84 entry_iterator it, end = m_GOT.end(); in finalizeSectionSize()
85 for (it = m_GOT.begin(); it != end; ++it) { in finalizeSectionSize()
93 m_GOT.clear(); in finalizeSectionSize()
DARMPLT.cpp31 : PLT(pSection), m_GOT(pGOTPLT) { in ARMPLT()
71 uint64_t got_base = m_GOT.addr(); in applyPLT0()
105 uint64_t got_base = m_GOT.addr(); in applyPLT1()
146 m_GOT.applyGOTPLT(plt_base); in applyPLT1()
DARMPLT.h76 ARMGOT& m_GOT;
DARMGOT.h82 EntryListType m_GOT; variable