It is possible for elf_reloc_local() to fail in the unlikely case of
an unsupported relocation type. If this occurs, do not continue to
process the file. Also, print the symbol index as a hint to the user.
While here, make a couple of minor style adjustments.
If this version seems fine I will extend it to other architectures.