Lines Matching refs:MipsGOTEntry
32 /** \class MipsGOTEntry
35 class MipsGOTEntry : public GOT::Entry<4>
38 MipsGOTEntry(uint64_t pContent, SectionData* pParent);
65 MipsGOTEntry* consumeLocal();
66 MipsGOTEntry* consumeGlobal();
70 const MipsGOTEntry& pEntry) const;
72 void recordEntry(const ResolveInfo* pInfo, MipsGOTEntry* pEntry);
73 MipsGOTEntry* lookupEntry(const ResolveInfo* pInfo);
118 MipsGOTEntry* m_pLastLocal; ///< the last consumed local entry
119 MipsGOTEntry* m_pLastGlobal; ///< the last consumed global entry
172 typedef std::map<GotEntryKey, MipsGOTEntry*> GotEntryMapType;