Lines Matching refs:mipsGotIndex
766 if (!f.mipsGotIndex.hasValue()) { in getGot()
769 f.mipsGotIndex = gots.size() - 1; in getGot()
771 return gots[*f.mipsGotIndex]; in getGot()
777 const FileGot &g = gots[*f->mipsGotIndex]; in getPageEntryOffset()
791 const FileGot &g = gots[*f->mipsGotIndex]; in getSymEntryOffset()
801 const FileGot &g = gots[*f->mipsGotIndex]; in getTlsIndexOffset()
807 const FileGot &g = gots[*f->mipsGotIndex]; in getGlobalDynOffset()
922 file->mipsGotIndex = 0; in build()
934 file->mipsGotIndex = mergedGots.size() - 1; in build()
1055 if (!f || !f->mipsGotIndex.hasValue() || *f->mipsGotIndex == 0) in getGp()
1057 return getVA() + gots[*f->mipsGotIndex].startIndex * config->wordsize + in getGp()