> + unsigned Width = (ELFT::Is64Bits) ? 16 : 8; You don't need the parenthesis. > - OS << Addend; > + OS << ((IsRela) ? " + Addend" : ""); You don't need the parenthesis. > + unsigned Width = (ELFT::Is64Bits) ? 16 : 8; You don't need the parenthesis. Cheers, Rafael