Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DELFDumper.cpp2800 Optional<uint64_t> DtLocalGotNum; in findGOT() local
2808 DtLocalGotNum = Entry.getVal(); in findGOT()
2816 if (!DtPltGot && !DtLocalGotNum && !DtGotSym) in findGOT()
2821 if (!DtLocalGotNum) in findGOT()
2837 LocalNum = *DtLocalGotNum; in findGOT()