Lines Matching refs:MipsGOT
33 MipsGOT::GOTMultipart::GOTMultipart(size_t local, size_t global) in GOTMultipart()
43 bool MipsGOT::GOTMultipart::isConsumed() const in isConsumed()
49 void MipsGOT::GOTMultipart::consumeLocal() in consumeLocal()
57 void MipsGOT::GOTMultipart::consumeGlobal() in consumeGlobal()
68 MipsGOT::LocalEntry::LocalEntry(const ResolveInfo* pInfo, in LocalEntry()
76 bool MipsGOT::LocalEntry::operator<(const LocalEntry &O) const in operator <()
90 MipsGOT::MipsGOT(LDSection& pSection) in MipsGOT() function in MipsGOT
97 uint64_t MipsGOT::getGPDispAddress() const in getGPDispAddress()
102 void MipsGOT::reserve(size_t pNum) in reserve()
108 bool MipsGOT::hasGOT1() const in hasGOT1()
113 bool MipsGOT::hasMultipleGOT() const in hasMultipleGOT()
118 void MipsGOT::finalizeScanning(OutputRelocSection& pRelDyn) in finalizeScanning()
144 bool MipsGOT::dynSymOrderCompare(const LDSymbol* pX, const LDSymbol* pY) const in dynSymOrderCompare()
155 void MipsGOT::initGOTList() in initGOTList()
170 void MipsGOT::changeInput() in changeInput()
189 bool MipsGOT::isGOTFull() const in isGOTFull()
200 void MipsGOT::split() in split()
222 void MipsGOT::initializeScan(const Input& pInput) in initializeScan()
234 void MipsGOT::finalizeScan(const Input& pInput) in finalizeScan()
238 bool MipsGOT::reserveLocalEntry(ResolveInfo& pInfo, int reloc, in reserveLocalEntry()
264 bool MipsGOT::reserveGlobalEntry(ResolveInfo& pInfo) in reserveGlobalEntry()
288 bool MipsGOT::isPrimaryGOTConsumed() in isPrimaryGOTConsumed()
293 Fragment* MipsGOT::consumeLocal() in consumeLocal()
305 Fragment* MipsGOT::consumeGlobal() in consumeGlobal()
317 uint64_t MipsGOT::getGPAddr(const Input& pInput) const in getGPAddr()
333 uint64_t MipsGOT::getGPRelOffset(const Input& pInput, in getGPRelOffset()
339 void MipsGOT::recordGlobalEntry(const ResolveInfo* pInfo, Fragment* pEntry) in recordGlobalEntry()
348 Fragment* MipsGOT::lookupGlobalEntry(const ResolveInfo* pInfo) in lookupGlobalEntry()
362 void MipsGOT::recordLocalEntry(const ResolveInfo* pInfo, in recordLocalEntry()
373 Fragment* MipsGOT::lookupLocalEntry(const ResolveInfo* pInfo, in lookupLocalEntry()
388 size_t MipsGOT::getLocalNum() const in getLocalNum()
394 size_t MipsGOT::getGlobalNum() const in getGlobalNum()
403 : MipsGOT(pSection) in Mips32GOT()
444 : MipsGOT(pSection) in Mips64GOT()