Lines Matching refs:LocalNum
2070 size_t LocalNum; member in __anon4f80e6a10411::MipsGOTParser
2088 : IsStatic(DynTable.empty()), Obj(Obj), GotSec(nullptr), LocalNum(0), in MipsGOTParser()
2103 LocalNum = GotEntries.size(); in MipsGOTParser()
2151 LocalNum = *DtLocalGotNum; in MipsGOTParser()
2194 return LocalNum > 0 ? &GotEntries[0] : nullptr; in getGotLazyResolver()
2200 if (LocalNum < 2) in getGotModulePointer()
2212 if (LocalNum - Skip <= 0) in getLocalEntries()
2214 return GotEntries.slice(Skip, LocalNum - Skip); in getLocalEntries()
2222 return GotEntries.slice(LocalNum, GlobalNum); in getGlobalEntries()
2228 size_t OtherNum = GotEntries.size() - LocalNum - GlobalNum; in getOtherEntries()
2231 return GotEntries.slice(LocalNum + GlobalNum, OtherNum); in getOtherEntries()
2250 return &GotDynSyms[Offset - LocalNum]; in getGotSym()