LibELF: Define ELFSIZE macro

This makes the rest of the `ELFABI.h` header define the
bit-width-independent `Elf_type` macros.
This commit is contained in:
Daniel Bertalan 2023-12-01 00:26:44 +01:00
parent 961b067df8
commit 2151e6c8b4

View file

@ -41,6 +41,8 @@
#define ElfW(type) Elf64_##type
#define ELFSIZE 64
typedef uint8_t Elf_Byte;
typedef uint32_t Elf32_Addr; /* Unsigned program address */