• Top
    • Documentation
    • Books
    • Boolean-reasoning
    • Projects
    • Debugging
    • Std
    • Proof-automation
    • Macro-libraries
    • ACL2
    • Interfacing-tools
    • Hardware-verification
    • Software-verification
      • Kestrel-books
      • X86isa
      • Axe
      • Execloader
        • Elf-reader
          • Elf64_sym
          • Elf32_sym
          • Elf-header
          • Elf-section-header
            • Elf-section-header-fix
            • Make-elf-section-header
            • Elf-section-header-equiv
            • Elf-section-header-p
            • Change-elf-section-header
            • Elf-section-header->name-str
            • Elf-section-header->addralign
            • Elf-section-header->offset
            • Elf-section-header->flags
            • Elf-section-header->entsize
            • Elf-section-header->type
            • Elf-section-header->size
            • Elf-section-header->name
            • Elf-section-header->link
            • Elf-section-header->info
            • Elf-section-header->addr
          • 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
    • Math
    • Testing-utilities
  • Elf-reader

Elf-section-header

This is a product type introduced by defprod.

Fields
name-str — stringp
name — natp
type — natp
flags — natp
addr — natp
The address where this section should be laid in memory
offset — natp
The offset in the binary file where this section is located
size — natp
The size of the section in terms of number of bytes it occupies
link — natp
info — natp
addralign — natp
entsize — natp

Subtopics

Elf-section-header-fix
Fixing function for elf-section-header structures.
Make-elf-section-header
Basic constructor macro for elf-section-header structures.
Elf-section-header-equiv
Basic equivalence relation for elf-section-header structures.
Elf-section-header-p
Recognizer for elf-section-header structures.
Change-elf-section-header
Modifying constructor for elf-section-header structures.
Elf-section-header->name-str
Get the name-str field from a elf-section-header.
Elf-section-header->addralign
Get the addralign field from a elf-section-header.
Elf-section-header->offset
Get the offset field from a elf-section-header.
Elf-section-header->flags
Get the flags field from a elf-section-header.
Elf-section-header->entsize
Get the entsize field from a elf-section-header.
Elf-section-header->type
Get the type field from a elf-section-header.
Elf-section-header->size
Get the size field from a elf-section-header.
Elf-section-header->name
Get the name field from a elf-section-header.
Elf-section-header->link
Get the link field from a elf-section-header.
Elf-section-header->info
Get the info field from a elf-section-header.
Elf-section-header->addr
Get the addr field from a elf-section-header.