Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp2970 bool isGotEmpty() const { return GotEntries.empty(); } in isGotEmpty()
3008 Entries GotEntries; member in __anonf567d4441111::MipsGOTParser
3038 LocalNum = GotEntries.size(); in findGOT()
3086 GotEntries = Entries(reinterpret_cast<const Entry *>(Content.data()), in findGOT()
3163 return LocalNum > 0 ? &GotEntries[0] : nullptr; in getGotLazyResolver()
3171 const Entry &E = GotEntries[1]; in getGotModulePointer()
3183 return GotEntries.slice(Skip, LocalNum - Skip); in getLocalEntries()
3191 return GotEntries.slice(LocalNum, GlobalNum); in getGlobalEntries()
3197 size_t OtherNum = GotEntries.size() - LocalNum - GlobalNum; in getOtherEntries()
3200 return GotEntries.slice(LocalNum + GlobalNum, OtherNum); in getOtherEntries()
[all …]