Lines Matching refs:LocalNum
2753 size_t LocalNum; member in __anon01236eac1111::MipsGOTParser
2773 Dumper(D), GotSec(nullptr), LocalNum(0), GlobalNum(0), PltSec(nullptr), in MipsGOTParser()
2794 LocalNum = GotEntries.size(); in findGOT()
2837 LocalNum = *DtLocalGotNum; in findGOT()
2919 return LocalNum > 0 ? &GotEntries[0] : nullptr; in getGotLazyResolver()
2925 if (LocalNum < 2) in getGotModulePointer()
2937 if (LocalNum - Skip <= 0) in getLocalEntries()
2939 return GotEntries.slice(Skip, LocalNum - Skip); in getLocalEntries()
2947 return GotEntries.slice(LocalNum, GlobalNum); in getGlobalEntries()
2953 size_t OtherNum = GotEntries.size() - LocalNum - GlobalNum; in getOtherEntries()
2956 return GotEntries.slice(LocalNum + GlobalNum, OtherNum); in getOtherEntries()
2975 return &GotDynSyms[Offset - LocalNum]; in getGotSym()