Searched refs:ERela (Results 1 – 1 of 1) sorted by relevance
74 const typename ELFT::Rela *ERela = Obj->getRela(Rel); in getRelocationValueString() local75 Addend = ERela->r_addend; in getRelocationValueString()76 Undef = ERela->getSymbol(false) == 0; in getRelocationValueString()