Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/ARM/
DARMGOT.cpp39 return ((!m_GOT.empty()) || (!m_GOTPLT.empty())); in hasGOT1()
52 m_GOTPLT.push_back(entry); in createGOTPLT()
68 if (!m_GOTPLT.empty()) { in finalizeSectionSize()
69 m_pGOTPLTFront = m_GOTPLT.front(); in finalizeSectionSize()
70 entry_iterator it, end = m_GOTPLT.end(); in finalizeSectionSize()
71 for (it = m_GOTPLT.begin(); it != end; ++it) { in finalizeSectionSize()
79 m_GOTPLT.clear(); in finalizeSectionSize()
DARMGOT.h79 EntryListType m_GOTPLT; variable
/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64GOT.cpp43 return ((!m_GOT.empty()) || (!m_GOTPLT.empty())); in hasGOT1()
56 m_GOTPLT.push_back(entry); in createGOTPLT()
72 if (!m_GOTPLT.empty()) { in finalizeSectionSize()
73 m_pGOTPLTFront = m_GOTPLT.front(); in finalizeSectionSize()
74 entry_iterator it, end = m_GOTPLT.end(); in finalizeSectionSize()
75 for (it = m_GOTPLT.begin(); it != end; ++it) { in finalizeSectionSize()
84 m_GOTPLT.clear(); in finalizeSectionSize()
DAArch64GOT.h91 EntryListType m_GOTPLT; variable
/frameworks/compile/mclinker/lib/Target/X86/
DX86PLT.cpp154 m_GOTPLT(pGOTPLT) { in X86_32PLT()
172 *offset = m_GOTPLT.addr() + 4; in applyPLT0()
174 *offset = m_GOTPLT.addr() + 8; in applyPLT0()
194 GOTEntryOffset += m_GOTPLT.addr(); in applyPLT1()
240 m_GOTPLT(pGOTPLT) { in X86_64PLT()
258 *offset = m_GOTPLT.addr() - addr() + 8 - 6; in applyPLT0()
261 *offset = m_GOTPLT.addr() - addr() + 16 - 12; in applyPLT0()
278 uint64_t SymGOTPCREL = m_GOTPLT.addr(); in applyPLT1()
DX86PLT.h161 X86_32GOTPLT& m_GOTPLT;
182 X86_64GOTPLT& m_GOTPLT;
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonPLT.cpp41 m_GOTPLT(pGOTPLT), in HexagonPLT()
117 uint32_t gotpltAddr = m_GOTPLT.addr(); in applyPLT0()
135 uint64_t got_base = m_GOTPLT.addr(); in applyPLT1()
DHexagonPLT.h90 HexagonGOTPLT& m_GOTPLT;