diff --git a/src/p_elf_enum.h b/src/p_elf_enum.h index b37c4b3d..bddd433f 100644 --- a/src/p_elf_enum.h +++ b/src/p_elf_enum.h @@ -92,6 +92,7 @@ PT_INTERP = 3, /* Name of program interpreter */ PT_NOTE = 4, /* Auxiliary information (esp. OpenBSD) */ PT_PHDR = 6 /* Entry for header table itself */ + , PT_NUM = 8 /* Number of defined types in low range */ , PT_GNU_STACK = 0x6474e551 /* Indicates stack executability */ };