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

  /frameworks/compile/mclinker/lib/Target/ARM/
ARMGOT.h 24 /** \class ARMGOTEntry
27 class ARMGOTEntry : public GOT::Entry<4>
30 ARMGOTEntry(uint64_t pContent, SectionData* pParent)
65 ARMGOTEntry* consume();
67 ARMGOTEntry* consumeGOT();
69 ARMGOTEntry* consumeGOTPLT();
85 ARMGOTEntry* front;
86 ARMGOTEntry* last_used;
93 ARMGOTEntry* m_pLast; ///< the last consumed entry
ARMGOT.cpp 50 new ARMGOTEntry(0, m_SectionData);
54 ARMGOTEntry* ARMGOT::consume()
58 m_pLast = llvm::cast<ARMGOTEntry>(&m_SectionData->front());
62 m_pLast = llvm::cast<ARMGOTEntry>(m_pLast->getNextNode());
68 ARMGOTEntry* entry = new ARMGOTEntry(0, m_SectionData);
79 m_GOT.front = llvm::cast<ARMGOTEntry>(m_GOT.front->getNextNode());
85 m_GOT.front = llvm::cast<ARMGOTEntry>(m_GOT.front->getNextNode());
91 ARMGOTEntry* entry = new ARMGOTEntry(0, m_SectionData)
    [all...]
ARMRelocator.h 29 typedef SymbolEntryMap<ARMGOTEntry> SymGOTMap;
ARMPLT.cpp 142 uint32_t GOTEntrySize = ARMGOTEntry::EntrySize;
ARMRelocator.cpp 128 ARMGOTEntry& helper_get_GOT_and_init(Relocation& pReloc,
135 ARMGOTEntry* got_entry = pParent.getSymGOTMap().lookUp(*rsym);
180 ARMGOTEntry& got_entry = helper_get_GOT_and_init(pReloc, pParent);
201 ARMGOTEntry* gotplt_entry = pParent.getSymGOTPLTMap().lookUp(*rsym);

Completed in 52 milliseconds