Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DELFDump.cpp108 auto ERela = Obj->getCrel(Rel); in getRelocationValueString() local
109 Addend = ERela.r_addend; in getRelocationValueString()
110 Undef = ERela.getSymbol(false) == 0; in getRelocationValueString()
112 const typename ELFT::Rela *ERela = Obj->getRela(Rel); in getRelocationValueString() local
113 Addend = ERela->r_addend; in getRelocationValueString()
114 Undef = ERela->getSymbol(false) == 0; in getRelocationValueString()