package linksem

  1. Overview
  2. Docs
A formalisation of the core ELF and DWARF file formats written in Lem

Install

Dune Dependency

Authors

Maintainers

Sources

0.8.tar.gz
md5=2075c56715539b3b8f54ae65cc808b8c
sha512=f7c16e4036a1440a6a8d13707a43f0f9f9db0c68489215f948cc300b6a164dba5bf852e58f89503e9d9f38180ee658d9478156ca1a1ef64d6861eec5f9cf43d2

doc/src/linksem_zarith/abi_riscv_symbol_table.ml.html

Source file abi_riscv_symbol_table.ml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
(*Generated by Lem from abis/riscv/abi_riscv_symbol_table.lem.*)
(** [abi_mips64_symbol_table], MIPS64 ABI specific definitions for the ELF symbol
  * table.
  *)

open Lem_basic_classes
open Lem_num
open Gnu_ext_abi

(** MIPS64 specific symbol types.  See doc/ifunc.txt and Section XXX FIXME of the
  * ABI.
  *)

(** [string_of_abi_mips64_symbol_type m] produces a string based representation
  * of MIPS64 symbol type [m].
  *)
(*val string_of_abi_mips64_symbol_type : natural -> string*)
let string_of_abi_mips64_symbol_type0 m:string=
   (if Nat_big_num.equal m stt_gnu_ifunc then
    "GNU_IFUNC"
  else
    "Invalid MIPS64 symbol type")
OCaml

Innovation. Community. Security.