Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-readobj/
H A DELFDumper.cpp2109 Optional<uint64_t> DtLocalGotNum; in MipsGOTParser() local
2119 DtLocalGotNum = Entry.getVal(); in MipsGOTParser()
2134 if (DtPltGot || DtLocalGotNum || DtGotSym) { in MipsGOTParser()
2137 if (!DtLocalGotNum) in MipsGOTParser()
2151 LocalNum = *DtLocalGotNum; in MipsGOTParser()