HomeSort by relevance Sort by last modified time
    Searched refs:m_GOTPLT (Results 1 - 8 of 8) sorted by null

  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64GOT.cpp 39 return ((!m_GOT.empty()) || (!m_GOTPLT.empty()));
50 m_GOTPLT.push_back(entry);
65 if (!m_GOTPLT.empty()) {
66 m_pGOTPLTFront = m_GOTPLT.front();
67 entry_iterator it, end = m_GOTPLT.end();
68 for (it = m_GOTPLT.begin(); it != end; ++it) {
76 m_GOTPLT.clear();
AArch64GOT.h 88 EntryListType m_GOTPLT;
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMGOT.cpp 36 return ((!m_GOT.empty()) || (!m_GOTPLT.empty()));
47 m_GOTPLT.push_back(entry);
62 if (!m_GOTPLT.empty()) {
63 m_pGOTPLTFront = m_GOTPLT.front();
64 entry_iterator it, end = m_GOTPLT.end();
65 for (it = m_GOTPLT.begin(); it != end; ++it) {
73 m_GOTPLT.clear();
ARMGOT.h 76 EntryListType m_GOTPLT;
  /frameworks/compile/mclinker/lib/Target/X86/
X86PLT.cpp 138 : X86PLT(pSection, pConfig, 32), m_GOTPLT(pGOTPLT) {
155 *offset = m_GOTPLT.addr() + 4;
157 *offset = m_GOTPLT.addr() + 8;
176 GOTEntryOffset += m_GOTPLT.addr();
221 : X86PLT(pSection, pConfig, 64), m_GOTPLT(pGOTPLT) {
238 *offset = m_GOTPLT.addr() - addr() + 8 - 6;
241 *offset = m_GOTPLT.addr() - addr() + 16 - 12;
257 uint64_t SymGOTPCREL = m_GOTPLT.addr();
X86PLT.h 147 X86_32GOTPLT& m_GOTPLT;
167 X86_64GOTPLT& m_GOTPLT;
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonPLT.h 84 HexagonGOTPLT& m_GOTPLT;
HexagonPLT.cpp 38 : PLT(pSection), m_GOTPLT(pGOTPLT) {
106 uint32_t gotpltAddr = m_GOTPLT.addr();
123 uint64_t got_base = m_GOTPLT.addr();

Completed in 327 milliseconds