Maven module :un.code : code-so :
Class : un.compiler.so.model.ELFSectionHeader
Extends/Implements : -
Subclasses : -

author  Johann Sorel


Variables : sh_name, sh_type, sh_flags, sh_addr, sh_offset, sh_size, sh_link, sh_info, sh_adralign, sh_entsize
Functions : read



Elf32_Word */
public long sh_name


Elf32_Word */
public long sh_type


Elf32_Word */
public long sh_flags


Elf32_Addr */
public long sh_addr


Elf32_Off */
public long sh_offset


Elf32_Word */
public long sh_size


Elf32_Word */
public long sh_link


Elf32_Word */
public long sh_info


Elf32_Word */
public long sh_adralign


Elf32_Word */
public long sh_entsize


public void read (DataInputStream ds, ELFHeader header)