• Home
  • Raw
  • Download

Lines Matching refs:MipsGOT

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::MipsGOT
101 uint64_t MipsGOT::getGPDispAddress() const { in getGPDispAddress()
105 void MipsGOT::reserve(size_t pNum) { in reserve()
110 bool MipsGOT::hasGOT1() const { in hasGOT1()
114 bool MipsGOT::hasMultipleGOT() const { in hasMultipleGOT()
118 void MipsGOT::finalizeScanning(OutputRelocSection& pRelDyn) { in finalizeScanning()
149 bool MipsGOT::dynSymOrderCompare(const LDSymbol* pX, const LDSymbol* pY) const { in dynSymOrderCompare()
159 void MipsGOT::initGOTList() { in initGOTList()
175 void MipsGOT::changeInput() { in changeInput()
195 bool MipsGOT::isGOTFull() const { in isGOTFull()
204 void MipsGOT::split() { in split()
226 void MipsGOT::initializeScan(const Input& pInput) { in initializeScan()
236 void MipsGOT::finalizeScan(const Input& pInput) { in finalizeScan()
239 bool MipsGOT::reserveLocalEntry(ResolveInfo& pInfo, in reserveLocalEntry()
265 bool MipsGOT::reserveGlobalEntry(ResolveInfo& pInfo) { in reserveGlobalEntry()
288 bool MipsGOT::reserveTLSGdEntry(ResolveInfo& pInfo) { in reserveTLSGdEntry()
299 bool MipsGOT::reserveTLSLdmEntry() { in reserveTLSLdmEntry()
310 bool MipsGOT::reserveTLSGotEntry(ResolveInfo& pInfo) { in reserveTLSGotEntry()
321 bool MipsGOT::isPrimaryGOTConsumed() { in isPrimaryGOTConsumed()
325 Fragment* MipsGOT::consumeLocal() { in consumeLocal()
337 Fragment* MipsGOT::consumeGlobal() { in consumeGlobal()
349 Fragment* MipsGOT::consumeTLS(Relocation::Type pType) { in consumeTLS()
361 uint64_t MipsGOT::getGPAddr(const Input& pInput) const { in getGPAddr()
378 uint64_t MipsGOT::getGPRelOffset(const Input& pInput, in getGPRelOffset()
383 void MipsGOT::recordGlobalEntry(const ResolveInfo* pInfo, Fragment* pEntry) { in recordGlobalEntry()
391 Fragment* MipsGOT::lookupGlobalEntry(const ResolveInfo* pInfo) { in lookupGlobalEntry()
404 void MipsGOT::recordTLSEntry(const ResolveInfo* pInfo, Fragment* pEntry, in recordTLSEntry()
425 Fragment* MipsGOT::lookupTLSEntry(const ResolveInfo* pInfo, in lookupTLSEntry()
448 void MipsGOT::recordLocalEntry(const ResolveInfo* pInfo, in recordLocalEntry()
458 Fragment* MipsGOT::lookupLocalEntry(const ResolveInfo* pInfo, in lookupLocalEntry()
472 size_t MipsGOT::getLocalNum() const { in getLocalNum()
477 size_t MipsGOT::getGlobalNum() const { in getGlobalNum()
484 Mips32GOT::Mips32GOT(LDSection& pSection) : MipsGOT(pSection) { in Mips32GOT()
519 Mips64GOT::Mips64GOT(LDSection& pSection) : MipsGOT(pSection) { in Mips64GOT()