package linksem

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

abi_amd64_program_header_table, program header table specific definitions * for the AMD64 ABI.

New segment types.

val abi_amd64_pt_gnu_eh_frame : Nat_big_num.num

The segment contains the stack unwind tables

val abi_amd64_pt_sunw_eh_frame : Nat_big_num.num
val abi_amd64_pt_sunw_unwind : Nat_big_num.num
val string_of_abi_amd64_elf_segment_type : Nat_big_num.num -> string

string_of_abi_amd64_elf_segment_type m produces a string based representation * of AMD64 segment type m.

val abi_amd64_is_valid_program_interpreter : string -> bool

abi_amd64_is_valid_program_interpreter s checks whether the program interpreter * string is valid for AMD64 ABI. * See Section 5.2.1