Get the entry field from a elf32_sym-info.
(elf32_sym-info->entry x) → entry
This is an ordinary field accessor created by defprod.
Function:
(defun elf32_sym-info->entry$inline (x) (declare (xargs :guard (elf32_sym-info-p x))) (declare (xargs :guard t)) (let ((__function__ 'elf32_sym-info->entry)) (declare (ignorable __function__)) (mbe :logic (b* ((x (and t x))) (elf32_sym-fix (cdr (std::da-nth 1 x)))) :exec (cdr (std::da-nth 1 x)))))
Theorem:
(defthm elf32_sym-p-of-elf32_sym-info->entry (b* ((entry (elf32_sym-info->entry$inline x))) (elf32_sym-p entry)) :rule-classes :rewrite)
Theorem:
(defthm elf32_sym-info->entry$inline-of-elf32_sym-info-fix-x (equal (elf32_sym-info->entry$inline (elf32_sym-info-fix x)) (elf32_sym-info->entry$inline x)))
Theorem:
(defthm elf32_sym-info->entry$inline-elf32_sym-info-equiv-congruence-on-x (implies (elf32_sym-info-equiv x x-equiv) (equal (elf32_sym-info->entry$inline x) (elf32_sym-info->entry$inline x-equiv))) :rule-classes :congruence)