package linksem

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val r_mips_cheri_absptr : Nat_big_num.num
val r_mips_cheri_size : Nat_big_num.num
val r_mips_cheri_capability : Nat_big_num.num
val string_of_cheri_mips_relocation_subtype : Nat_big_num.num -> string
val string_of_cheri_mips64_relocation_type : Nat_big_num.num -> string
val cheri_mips64_reloc : Nat_big_num.num -> bool * 'abifeature Memory_image.reloc_apply_fn
val abi_cheri_mips64_function_reloc_flag : Nat_big_num.num
type cheri_mips64_cap_reloc = {
  1. cheri_mips64_cap_reloc_location : Uint64_wrapper.uint64;
  2. cheri_mips64_cap_reloc_object : Uint64_wrapper.uint64;
  3. cheri_mips64_cap_reloc_offset : Uint64_wrapper.uint64;
  4. cheri_mips64_cap_reloc_size : Uint64_wrapper.uint64;
  5. cheri_mips64_cap_reloc_permissions : Uint64_wrapper.uint64;
}
val cheri_mips64_cap_reloc_is_function : cheri_mips64_cap_reloc -> bool