Searched refs:ERela (Results 1 – 1 of 1) sorted by relevance
108 auto ERela = Obj->getCrel(Rel); in getRelocationValueString() local109 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() local113 Addend = ERela->r_addend; in getRelocationValueString()114 Undef = ERela->getSymbol(false) == 0; in getRelocationValueString()