package linksem

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

abi_mips64_program_header_table, program header table specific definitions * for the MIPS64 ABI.

New segment types.

val abi_mips64_pt_gnu_eh_frame : Nat_big_num.num

The segment contains the stack unwind tables

val abi_mips64_pt_sunw_eh_frame : Nat_big_num.num
val abi_mips64_pt_sunw_unwind : Nat_big_num.num
val string_of_abi_mips64_elf_segment_type : Nat_big_num.num -> string

string_of_abi_mips64_elf_segment_type m produces a string based representation * of MIPS64 segment type m.

val abi_mips64_is_valid_program_interpreter : string -> bool

abi_mips64_is_valid_program_interpreter s checks whether the program interpreter * string is valid for MIPS64 ABI. * See Section XXX FIXME