• Top
    • Documentation
    • Books
    • Boolean-reasoning
    • Projects
      • Apt
      • Zfc
      • Acre
      • Milawa
      • Smtlink
      • Abnf
      • Vwsim
      • Isar
      • Wp-gen
      • Dimacs-reader
      • Pfcs
      • Legacy-defrstobj
      • Proof-checker-array
      • Soft
      • C
      • Farray
      • Rp-rewriter
      • Instant-runoff-voting
      • Imp-language
      • Sidekick
      • Leftist-trees
      • Java
      • Taspi
      • Bitcoin
      • Riscv
      • Des
      • Ethereum
      • X86isa
      • Sha-2
      • Yul
      • Zcash
      • Proof-checker-itp13
      • Regex
      • ACL2-programming-language
      • Json
      • Jfkr
      • Equational
      • Cryptography
      • Poseidon
      • Where-do-i-place-my-book
      • Axe
      • Bigmems
      • Builtins
      • Execloader
        • Elf-reader
          • Elf64_sym
            • !elf64_sym->value
            • !elf64_sym->shndx
            • !elf64_sym->other
            • !elf64_sym->size
            • !elf64_sym->name
            • !elf64_sym->info
            • Elf64_sym-p
              • Elf64_sym->value
              • Elf64_sym->size
              • Elf64_sym->shndx
              • Elf64_sym->other
              • Elf64_sym->info
              • Elf64_sym-fix
              • Elf64_sym->name
            • Elf32_sym
            • Elf-header
            • Elf-section-header
            • Elf64-segment-header
            • Elf32-segment-header
            • Elf_bits32
            • Elf_bits8
            • Elf_bits64
            • Elf_bits16
            • Section-info
            • Read-section-headers
            • Read-segment-headers-64
            • Read-segment-headers-32
            • Read-section-names
            • Elf64_sym-info
            • Elf32_sym-info
            • Read-elf-header
            • Parse-symtab-entries
            • Populate-elf-contents
            • Is-elf-content-p
            • Get-string-section-data
            • Get-section-info1
            • Set-elf-stobj-fields
            • Get-named-section-headers
            • Elf-read-mem-null-term
            • Get-section-info
            • Get-symtab-entries
            • Find-label-address-from-elf-symtab-info
            • Section-names
            • Populate-elf
            • Get-label-addresses
            • Elf-read-string-null-term
            • Get-label-address
            • Good-elf-p
            • Elf64_sym-equiv-under-mask
            • Elf64-segment-headers
            • Elf32_sym-equiv-under-mask
            • Elf32-segment-headers
            • Section-info-list
            • Elf64_sym-info-list
            • Elf32_sym-info-list
            • Elf-section-headers
            • Elf64_sym-debug
            • Elf32_sym-debug
          • Mach-o-reader
          • Merge-first-split-bytes
          • Split-bytes
          • Take-till-zero
          • Charlist->bytes
          • Merge-bytes
          • Bytes->charlist
          • String->bytes
          • Bytes->string
        • Aleo
        • Solidity
        • Paco
        • Concurrent-programs
        • Bls12-377-curves
      • Debugging
      • Std
      • Proof-automation
      • Macro-libraries
      • ACL2
      • Interfacing-tools
      • Hardware-verification
      • Software-verification
      • Math
      • Testing-utilities
    • Elf64_sym

    Elf64_sym-p

    Recognizer for elf64_sym bit structures.

    Signature
    (elf64_sym-p x) → *

    Definitions and Theorems

    Function: elf64_sym-p

    (defun elf64_sym-p (x)
     (declare (xargs :guard t))
     (let ((__function__ 'elf64_sym-p))
      (declare (ignorable __function__))
      (mbe
       :logic (unsigned-byte-p 192 x)
       :exec
       (and
        (natp x)
        (<
         x
         6277101735386680763835789423207666416102355444464034512896)))))

    Theorem: elf64_sym-p-when-unsigned-byte-p

    (defthm elf64_sym-p-when-unsigned-byte-p
      (implies (unsigned-byte-p 192 x)
               (elf64_sym-p x)))

    Theorem: unsigned-byte-p-when-elf64_sym-p

    (defthm unsigned-byte-p-when-elf64_sym-p
      (implies (elf64_sym-p x)
               (unsigned-byte-p 192 x)))

    Theorem: elf64_sym-p-compound-recognizer

    (defthm elf64_sym-p-compound-recognizer
      (implies (elf64_sym-p x) (natp x))
      :rule-classes :compound-recognizer)