Abi_aarch64_le_elf_headerSourceabi_aarch64_le_elf_header contains types and definitions relating to ABI * specific ELF header functionality for the AArch64 ABI (little-endian).
is_valid_abi_aarch64_le_machine_architecture m checks whether the ELF header's * machine architecture is valid according to the ABI-specific specification. * Machine architecture must be AArch64 (pg 60)
is_valid_abi_aarch64_le_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)