12345678910111213141516171819202122232425(*Generated by Lem from abis/aarch64/abi_aarch64_section_header_table.lem.*)(** [abi_aarch64_section_header_table], AARCH64 ABI specific definitions related
* to the section header table.
*)openLem_basic_classesopenLem_num(** AARCH64 specific section types *)(** Contains build attributes. What these are is not specified, and compilers
* are free to insert their own proprietary information in this section. See
* Section 4.3.
*)letsht_aarch64_attributes:Nat_big_num.num=(Nat_big_num.add(Nat_big_num.mul((Nat_big_num.of_int939524097))((Nat_big_num.of_int2)))((Nat_big_num.of_int1)))(* 0x70000003 *)(** [string_of_aarch64_section_type m] produces a string based representation of
* AARCH64 section type [m].
*)(*val string_of_aarch64_section_type : natural -> string*)letstring_of_aarch64_section_typem:string=(ifNat_big_num.equalmsht_aarch64_attributesthen".ARM.attributes"else"Unrecognised section type")