Abi_amd64_elf_headerSourceabi_amd64_elf_header contains types and definitions relating to ABI * specific ELF header functionality for the AMD64 ABI.
is_valid_abi_amd64_machine_architecture m checks whether the ELF header's * machine architecture is valid according to the ABI-specific specification. * Machine architecture must be x86-64 (pg 60)
is_valid_abi_amd64_magic_number magic checks whether the ELF header's * magic number is valid according to the ABI-specific specification. * File class must be 64-bit (pg 60) * Data encoding must be little endian (pg 60)