12345678910111213141516171819202122(*Generated by Lem from abis/riscv/abi_riscv_symbol_table.lem.*)(** [abi_mips64_symbol_table], MIPS64 ABI specific definitions for the ELF symbol
* table.
*)openLem_basic_classesopenLem_numopenGnu_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*)letstring_of_abi_mips64_symbol_type0m:string=(ifNat_big_num.equalmstt_gnu_ifuncthen"GNU_IFUNC"else"Invalid MIPS64 symbol type")