Searched refs:MipsGOT (Results 1 – 6 of 6) sorted by relevance
33 MipsGOT::GOTMultipart::GOTMultipart(size_t local, size_t global) in GOTMultipart()46 bool MipsGOT::GOTMultipart::isConsumed() const { in isConsumed()51 void MipsGOT::GOTMultipart::consumeLocal() { in consumeLocal()57 void MipsGOT::GOTMultipart::consumeGlobal() { in consumeGlobal()64 void MipsGOT::GOTMultipart::consumeTLS(Relocation::Type pType) { in consumeTLS()74 MipsGOT::LocalEntry::LocalEntry(const ResolveInfo* pInfo, in LocalEntry()80 bool MipsGOT::LocalEntry::operator<(const LocalEntry& O) const { in operator <()93 MipsGOT::MipsGOT(LDSection& pSection) in MipsGOT() function in mcld::MipsGOT101 uint64_t MipsGOT::getGPDispAddress() const { in getGPDispAddress()105 void MipsGOT::reserve(size_t pNum) { in reserve()[all …]
33 class MipsGOT : public GOT {35 explicit MipsGOT(LDSection& pSection);221 class Mips32GOT : public MipsGOT {239 class Mips64GOT : public MipsGOT {
94 MipsGOT& getGOT();95 const MipsGOT& getGOT() const;237 MipsGOT* m_pGOT; // .got
9 MipsGOT.cpp \
602 MipsGOT& got = getTarget().getGOT(); in getLocalGOTEntry()629 MipsGOT& got = getTarget().getGOT(); in getGlobalGOTEntry()656 MipsGOT& got = getTarget().getGOT(); in getTLSGOTEntry()674 MipsGOT& got = getTarget().getGOT(); in getGOTOffset()690 MipsGOT& got = getTarget().getGOT(); in getTLSGOTOffset()970 MipsGOT& got = pParent.getTarget().getGOT(); in got16()
343 const MipsGOT& m_pGOT;345 explicit DynsymGOTCompare(const MipsGOT& pGOT) : m_pGOT(pGOT) {} in DynsymGOTCompare()498 MipsGOT& MipsGNULDBackend::getGOT() { in getGOT()503 const MipsGOT& MipsGNULDBackend::getGOT() const { in getGOT()