Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
DELFDumper.cpp2771 Optional<uint64_t> DtJmpRel; in findPLT() local
2778 DtJmpRel = Entry.getVal(); in findPLT()
2783 if (!DtMipsPltGot && !DtJmpRel) in findPLT()
2789 if (!DtJmpRel) in findPLT()
2797 PltRelSec = findNotEmptySectionByAddress(Obj, FileName, *DtJmpRel); in findPLT()
2800 Twine::utohexstr(*DtJmpRel)); in findPLT()