# e_version in the ELF header
ENUM_E_VERSION = dict(
EV_NONE=0,
- EV_CURRENT=1
+ EV_CURRENT=1,
+ _default_=Pass,
)
# e_ident[EI_OSABI] in the ELF header
ELFOSABI_AROS=15,
ELFOSABI_ARM=97,
ELFOSABI_STANDALONE=255,
+ _default_=Pass,
)
# e_type in the ELF header
ET_CORE=4,
ET_LOPROC=0xff00,
ET_HIPROC=0xffff,
- _default_='PROC_SPECIFIC',
+ _default_=Pass,
)
# e_machine in the ELF header
EM_IA_64=50,
EM_X86_64=62,
EM_AVR=83,
- _default_='RESERVED',
+ _default_=Pass,
)
# sh_type in the section header
SHT_LOUSER=0x80000000,
SHT_HIUSER=0xffffffff,
SHT_AMD64_UNWIND=0x70000001,
- _default_='RESERVED',
+ _default_=Pass,
)
# p_type in the program header
PT_GNU_EH_FRAME=0x6474e550,
PT_GNU_STACK=0x6474e551,
PT_GNU_RELRO=0x6474e552,
+ _default_=Pass,
)
# st_info bindings in the symbol header
STB_HIOS=12,
STB_LOPROC=13,
STB_HIPROC=15,
+ _default_=Pass,
)
# st_info type in the symbol header
STT_HIOS=12,
STT_LOPROC=13,
STT_HIPROC=15,
+ _default_=Pass,
)
# visibility from st_other
STV_INTERNAL=1,
STV_HIDDEN=2,
STV_PROTECTED=3,
+ _default_=Pass,
)
# st_shndx