Support all possible AVR ELF relocation types. AVR-GCC defines its relocations in `binutils/include/elf/avr.h`. The actual implementations of the relocations are in `binutils/bfd/elf32-avr.c`. Our relocations are implemented in `lib/ReaderWriter/ELF/AVR/AVRRelocationHandler.cpp`