12345678910111213141516171819202122(*Generated by Lem from abis/amd64/abi_amd64_symbol_table.lem.*)(** [abi_amd64_symbol_table], AMD64 ABI specific definitions for the ELF symbol
* table.
*)openLem_basic_classesopenLem_numopenGnu_ext_abi(** AMD64 specific symbol types. See doc/ifunc.txt and Section 4.3 of the
* ABI.
*)(** [string_of_abi_amd64_symbol_type m] produces a string based representation
* of AMD64 symbol type [m].
*)(*val string_of_abi_amd64_symbol_type : natural -> string*)letstring_of_abi_amd64_symbol_typem:string=(ifNat_big_num.equalmstt_gnu_ifuncthen"GNU_IFUNC"else"Invalid AMD64 symbol type")