package linksem

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

abi_amd64_section_header_table module contains section header table * specific definitions for the AMD64 ABI.

AMD64 specific flags. See Section 4.2.1.

val shf_abi_amd64_large : Nat_big_num.num

AMD64 specific section types. See Section 4.2.2

val sht_abi_amd64_unwind : Nat_big_num.num
val string_of_abi_amd64_section_type : Nat_big_num.num -> string

string_of_abi_amd64_section_type m produces a string based representation * of AMD64 section type m.

Special sections

val abi_amg64_special_sections : (string, Nat_big_num.num * Nat_big_num.num) Pmap.map
val abi_amd64_special_sections_large_code_model : (string, Nat_big_num.num * Nat_big_num.num) Pmap.map