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

  /frameworks/compile/mclinker/lib/Target/X86/
X86PLT.cpp 60 : PLT(pSection, pSectionData), m_GOT(pGOTPLT), m_PLTEntryIterator()
99 got_entry= new (std::nothrow) GOTEntry(0, m_GOT.getEntrySize(),
100 &(m_GOT.m_SectionData));
105 m_GOT.m_Section.setSize(m_GOT.m_Section.size() + m_GOT.f_EntrySize);
107 ++(m_GOT.m_GOTPLTNum);
108 ++(m_GOT.m_GeneralGOTIterator);
119 GOTEntry *&GOTPLTEntry = m_GOT.m_GOTPLTMap[&pSymbol];
128 ++(m_GOT.m_GOTPLTIterator)
    [all...]
X86PLT.h 75 X86GOT& m_GOT;
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMPLT.cpp 48 : PLT(pSection, pSectionData), m_GOT(pGOTPLT), m_PLTEntryIterator() {
72 m_GOT.reserveGOTPLTEntry();
83 GOTEntry *&GOTPLTEntry = m_GOT.lookupGOTPLTMap(pSymbol);
93 ARMGOT::iterator got_it = m_GOT.getNextGOTPLTEntry();
94 ARMGOT::iterator got_ie = m_GOT.getGOTPLTEnd();
106 GOTEntry *&GOTPLTEntry = m_GOT.lookupGOTPLTMap(pSymbol);
121 ARMGOT::iterator got_it = m_GOT.getNextGOTPLTEntry();
122 ARMGOT::iterator got_ie = m_GOT.getGOTPLTEnd();
149 uint64_t got_base = m_GOT.getSection().addr();
183 uint64_t got_base = m_GOT.getSection().addr()
    [all...]
ARMPLT.h 75 ARMGOT& m_GOT;

Completed in 132 milliseconds