package linksem

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

abi_power64_elf_header, Power64 ABI specific definitions related to the * ELF file header.

val is_valid_abi_power64_machine_architecture : int -> bool

is_valid_abi_power64_machine_architecture m checks whether the ELF header's * machine architecture is valid according to the ABI-specific specification. * Machine architecture must be Power64 (Section 4.1).

val is_valid_abi_power64_magic_number : Uint32_wrapper.uint32 list -> Endianness.endianness -> bool

is_valid_abi_power64_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 (Section 4.1) * Data encoding must be little or big endian and must match the data encoding * of the file. (Section 4.1)