Define some ELF flags

This commit is contained in:
Pierre Pronchery 2019-04-28 02:57:05 +02:00
parent 2ff52015c4
commit abe747d0a2

View File

@ -169,6 +169,10 @@ typedef struct _Elf64_Ehdr
# define SHT_REL 9
# define SHT_SHLIB 10
# define SHT_DYNSYM 11
/* flags */
# define SHF_WRITE 0x1
# define SHF_ALLOC 0x2
# define SHF_EXECINSTR 0x4
typedef struct _Elf32_Shdr
{