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.cpp39 return ((!m_GOT.empty()) || (!m_GOTPLT.empty())); in hasGOT1()
44 m_GOT.push_back(entry); in createGOT()
79 if (!m_GOT.empty()) { in finalizeSectionSize()
80 m_pGOTFront = m_GOT.front(); in finalizeSectionSize()
81 entry_iterator it, end = m_GOT.end(); in finalizeSectionSize()
82 for (it = m_GOT.begin(); it != end; ++it) { in finalizeSectionSize()
90 m_GOT.clear(); in finalizeSectionSize()
DAArch64PLT.cpp34 : PLT(pSection), m_GOT(pGOTPLT) { in AArch64PLT()
80 uint64_t got_base = m_GOT.addr(); in applyPLT0()
104 uint64_t got_base = m_GOT.addr(); in applyPLT1()
144 m_GOT.applyGOTPLT(plt_base); in applyPLT1()
DAArch64PLT.h73 AArch64GOT& m_GOT;
DAArch64GOT.h91 EntryListType m_GOT; variable
/frameworks/compile/mclinker/lib/Target/ARM/
DARMGOT.cpp36 return ((!m_GOT.empty()) || (!m_GOTPLT.empty())); in hasGOT1()
41 m_GOT.push_back(entry); in createGOT()
76 if (!m_GOT.empty()) { in finalizeSectionSize()
77 m_pGOTFront = m_GOT.front(); in finalizeSectionSize()
78 entry_iterator it, end = m_GOT.end(); in finalizeSectionSize()
79 for (it = m_GOT.begin(); it != end; ++it) { in finalizeSectionSize()
87 m_GOT.clear(); in finalizeSectionSize()
DARMPLT.cpp31 : PLT(pSection), m_GOT(pGOTPLT) { in ARMPLT()
66 uint64_t got_base = m_GOT.addr(); in applyPLT0()
99 uint64_t got_base = m_GOT.addr(); in applyPLT1()
138 m_GOT.applyGOTPLT(plt_base); in applyPLT1()
DARMPLT.h69 ARMGOT& m_GOT;
DARMGOT.h79 EntryListType m_GOT; variable