Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-readobj/
H A DELFDumper.cpp2071 size_t GlobalNum; member in __anon4f80e6a10411::MipsGOTParser
2089 GlobalNum(0), PltSec(nullptr), PltRelSec(nullptr), PltSymTable(nullptr) { in MipsGOTParser()
2152 GlobalNum = DynSymTotal - *DtGotSym; in MipsGOTParser()
2220 if (GlobalNum == 0) in getGlobalEntries()
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()