Home
last modified time | relevance | path

Searched refs:GlobalNum (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DELFDumper.cpp2754 size_t GlobalNum; member in __anon01236eac1111::MipsGOTParser
2773 Dumper(D), GotSec(nullptr), LocalNum(0), GlobalNum(0), PltSec(nullptr), in MipsGOTParser()
2838 GlobalNum = DynSymTotal - *DtGotSym; in findGOT()
2945 if (GlobalNum == 0) in getGlobalEntries()
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()