package linksem

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

abi_aarch64_le contains top-level definition for the AArch64 ABI (little-endian case).

val abi_aarch64_le_compute_program_entry_point : 'a -> Nat_big_num.num -> Nat_big_num.num Error.error

abi_aarch64_le_compute_program_entry_point segs entry computes the program * entry point using ABI-specific conventions. On AArch64 the entry point in * the ELF header (entry here) is the real entry point. On other ABIs, e.g. * PowerPC64, the entry point entry is a pointer into one of the segments * constituting the process image (passed in as segs here for a uniform * interface).

val header_is_aarch64_le : Elf_header.elf64_header -> bool
type aarch64_le_abi_feature =
  1. | GOT
  2. | PLT
val abiFeatureCompare : aarch64_le_abi_feature -> aarch64_le_abi_feature -> int
val abiFeatureTagEq : aarch64_le_abi_feature -> aarch64_le_abi_feature -> bool
val instance_Basic_classes_Ord_Abi_aarch64_le_aarch64_le_abi_feature_dict : aarch64_le_abi_feature Lem_basic_classes.ord_class
val instance_Abi_classes_AbiFeatureTagEquiv_Abi_aarch64_le_aarch64_le_abi_feature_dict : aarch64_le_abi_feature Abi_classes.abiFeatureTagEquiv_class
val section_is_special0 : Elf_interpreted_section.elf64_interpreted_section -> 'a -> bool