package linksem
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_aarch64_symbol_table.ml.html
Source file abi_aarch64_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 23
(*Generated by Lem from abis/aarch64/abi_aarch64_symbol_table.lem.*) (** [abi_aarch64_symbol_table], symbol table specific defintions for the AARCH64 * ABI. *) open Lem_basic_classes open Lem_bool open Elf_header open Elf_symbol_table open Elf_section_header_table open Elf_types_native_uint (** Two types of weak symbol are defined in the AARCH64 ABI. See Section 4.5. *) (*val is_aarch64_weak_reference : elf64_symbol_table_entry -> bool*) let is_aarch64_weak_reference ent:bool= (Nat_big_num.equal (Uint32_wrapper.to_bigint ent.elf64_st_shndx) shn_undef && Nat_big_num.equal (get_elf64_symbol_binding ent) stb_weak) (*val is_aarch64_weak_definition : elf64_symbol_table_entry -> bool*) let is_aarch64_weak_definition ent:bool= (not (Nat_big_num.equal (Uint32_wrapper.to_bigint ent.elf64_st_shndx) shn_undef) && Nat_big_num.equal (get_elf64_symbol_binding ent) stb_weak)
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>