logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Lintian::Inspect::Elf::Section -- ELF Sections

Author

       Originally written by Felix Lechner <felix.lechner@lease-up.com> for Lintian.

Description

       A class for storing ELF section data

Instance Methods

       number
       name
       type
       address
       offset
       size
       entry_size
       flags
       index_link
       index_info
       alignment

Name

       Lintian::Inspect::Elf::Section -- ELF Sections

See Also

lintian(1)

Lintian v2.114.0ubuntu1.6                          2025-05-02                  Lintian::Inspect::Elf::Section(3)

Synopsis

        use Lintian::Inspect::Elf::Section;

See Also