class ELF::SectionHeader
- ELF::SectionHeader
- Reference
- Object
Defined in:
codegen/obj/elf.crInstance Method Summary
- #addr : UInt32 | UInt64
- #addr=(addr : UInt32 | UInt64)
- #addr? : UInt32 | UInt64 | Nil
- #addralign : UInt32 | UInt64
- #addralign=(addralign : UInt32 | UInt64)
- #addralign? : UInt32 | UInt64 | Nil
- #entsize : UInt32 | UInt64
- #entsize=(entsize : UInt32 | UInt64)
- #entsize? : UInt32 | UInt64 | Nil
- #flags : Flags
- #flags=(flags : Flags)
- #flags? : Flags | Nil
- #info : UInt32
- #info=(info : UInt32)
- #info? : UInt32 | Nil
- #link : UInt32
- #link=(link : UInt32)
- #link? : UInt32 | Nil
- #name : UInt32
- #name=(name : UInt32)
- #name? : UInt32 | Nil
- #offset : UInt32 | UInt64
- #offset=(offset : UInt32 | UInt64)
- #offset? : UInt32 | UInt64 | Nil
- #size : UInt32 | UInt64
- #size=(size : UInt32 | UInt64)
- #size? : UInt32 | UInt64 | Nil
- #to_s(io)
- #type : Type
- #type=(type : Type)
- #type? : Type | Nil