In a recent PR (https://github.com/llvm/llvm-project/pull/174772), we introduced GnuPropertySection using ElfW(Xword). Since we are currently missing Elf32_Xword, this is failing on 32bit architectures. This commit adds the missing Elf32_Xword type that should always hold 64bit even on 32bit architectures.