Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DELFDumper.cpp2759 size_t GlobalNum; member in __anon28a7ad931111::MipsGOTParser
2778 Dumper(D), GotSec(nullptr), LocalNum(0), GlobalNum(0), PltSec(nullptr), in MipsGOTParser()
2843 GlobalNum = DynSymTotal - *DtGotSym; in findGOT()
2950 if (GlobalNum == 0) in getGlobalEntries()
2952 return GotEntries.slice(LocalNum, GlobalNum); in getGlobalEntries()
2958 size_t OtherNum = GotEntries.size() - LocalNum - GlobalNum; in getOtherEntries()
2961 return GotEntries.slice(LocalNum + GlobalNum, OtherNum); in getOtherEntries()