Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DELFDumper.cpp2805 std::optional<uint64_t> DtLocalGotNum; in findGOT() local
2813 DtLocalGotNum = Entry.getVal(); in findGOT()
2821 if (!DtPltGot && !DtLocalGotNum && !DtGotSym) in findGOT()
2826 if (!DtLocalGotNum) in findGOT()
2842 LocalNum = *DtLocalGotNum; in findGOT()