lib.dwfl
Class ElfSectionHeaderTypes

java.lang.Object
  extended by lib.dwfl.ElfSectionHeaderTypes

public class ElfSectionHeaderTypes
extends Object

Types for Section Header ElfSectionHeader


Field Summary
static int SHFLAG_ALLOC
           
static int SHFLAG_EXCLUDE
           
static int SHFLAG_EXECINSTR
           
static int SHFLAG_GROUP
           
static int SHFLAG_INFO_LINK
           
static int SHFLAG_LINK_ORDER
           
static int SHFLAG_MASKOS
           
static int SHFLAG_MASKPROC
           
static int SHFLAG_MERGE
           
static int SHFLAG_ORDERED
           
static int SHFLAG_OS_NONCONFORMING
           
static int SHFLAG_STRINGS
           
static int SHFLAG_TLS
           
static int SHFLAG_WRITE
           
static int SHTYPE_CHECKSUM
           
static int SHTYPE_DYNAMIC
           
static int SHTYPE_DYNSYM
           
static int SHTYPE_FINI_ARRAY
           
static int SHTYPE_GNU_HASH
           
static int SHTYPE_GNU_LIBLIST
           
static int SHTYPE_GNU_verdef
           
static int SHTYPE_GNU_verneed
           
static int SHTYPE_GNU_versym
           
static int SHTYPE_GROUP
           
static int SHTYPE_HASH
           
static int SHTYPE_HIOS
           
static int SHTYPE_HIPROC
           
static int SHTYPE_HISUNW
           
static int SHTYPE_HIUSER
           
static int SHTYPE_INIT_ARRAY
           
static int SHTYPE_LOOS
           
static int SHTYPE_LOPROC
           
static int SHTYPE_LOSUNW
           
static int SHTYPE_LOUSER
           
static int SHTYPE_NOBITS
           
static int SHTYPE_NOTE
           
static int SHTYPE_NULL
           
static int SHTYPE_NUM
           
static int SHTYPE_PREINIT_ARRAY
           
static int SHTYPE_PROGBITS
           
static int SHTYPE_REL
           
static int SHTYPE_RELA
           
static int SHTYPE_SHLIB
           
static int SHTYPE_STRTAB
           
static int SHTYPE_SUNW_COMDAT
           
static int SHTYPE_SUNW_move
           
static int SHTYPE_SUNW_syminfo
           
static int SHTYPE_SYMTAB
           
static int SHTYPE_SYMTAB_SHNDX
           
 
Constructor Summary
ElfSectionHeaderTypes()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SHFLAG_WRITE

public static final int SHFLAG_WRITE
See Also:
Constant Field Values

SHFLAG_ALLOC

public static final int SHFLAG_ALLOC
See Also:
Constant Field Values

SHFLAG_EXECINSTR

public static final int SHFLAG_EXECINSTR
See Also:
Constant Field Values

SHFLAG_MERGE

public static final int SHFLAG_MERGE
See Also:
Constant Field Values

SHFLAG_STRINGS

public static final int SHFLAG_STRINGS
See Also:
Constant Field Values

SHFLAG_INFO_LINK

public static final int SHFLAG_INFO_LINK
See Also:
Constant Field Values

SHFLAG_LINK_ORDER

public static final int SHFLAG_LINK_ORDER
See Also:
Constant Field Values

SHFLAG_OS_NONCONFORMING

public static final int SHFLAG_OS_NONCONFORMING
See Also:
Constant Field Values

SHFLAG_GROUP

public static final int SHFLAG_GROUP
See Also:
Constant Field Values

SHFLAG_TLS

public static final int SHFLAG_TLS
See Also:
Constant Field Values

SHFLAG_MASKOS

public static final int SHFLAG_MASKOS
See Also:
Constant Field Values

SHFLAG_MASKPROC

public static final int SHFLAG_MASKPROC
See Also:
Constant Field Values

SHFLAG_ORDERED

public static final int SHFLAG_ORDERED
See Also:
Constant Field Values

SHFLAG_EXCLUDE

public static final int SHFLAG_EXCLUDE
See Also:
Constant Field Values

SHTYPE_NULL

public static final int SHTYPE_NULL
See Also:
Constant Field Values

SHTYPE_PROGBITS

public static final int SHTYPE_PROGBITS
See Also:
Constant Field Values

SHTYPE_SYMTAB

public static final int SHTYPE_SYMTAB
See Also:
Constant Field Values

SHTYPE_STRTAB

public static final int SHTYPE_STRTAB
See Also:
Constant Field Values

SHTYPE_RELA

public static final int SHTYPE_RELA
See Also:
Constant Field Values

SHTYPE_HASH

public static final int SHTYPE_HASH
See Also:
Constant Field Values

SHTYPE_DYNAMIC

public static final int SHTYPE_DYNAMIC
See Also:
Constant Field Values

SHTYPE_NOTE

public static final int SHTYPE_NOTE
See Also:
Constant Field Values

SHTYPE_NOBITS

public static final int SHTYPE_NOBITS
See Also:
Constant Field Values

SHTYPE_REL

public static final int SHTYPE_REL
See Also:
Constant Field Values

SHTYPE_SHLIB

public static final int SHTYPE_SHLIB
See Also:
Constant Field Values

SHTYPE_DYNSYM

public static final int SHTYPE_DYNSYM
See Also:
Constant Field Values

SHTYPE_INIT_ARRAY

public static final int SHTYPE_INIT_ARRAY
See Also:
Constant Field Values

SHTYPE_FINI_ARRAY

public static final int SHTYPE_FINI_ARRAY
See Also:
Constant Field Values

SHTYPE_PREINIT_ARRAY

public static final int SHTYPE_PREINIT_ARRAY
See Also:
Constant Field Values

SHTYPE_GROUP

public static final int SHTYPE_GROUP
See Also:
Constant Field Values

SHTYPE_SYMTAB_SHNDX

public static final int SHTYPE_SYMTAB_SHNDX
See Also:
Constant Field Values

SHTYPE_NUM

public static final int SHTYPE_NUM
See Also:
Constant Field Values

SHTYPE_LOOS

public static final int SHTYPE_LOOS
See Also:
Constant Field Values

SHTYPE_GNU_HASH

public static final int SHTYPE_GNU_HASH
See Also:
Constant Field Values

SHTYPE_GNU_LIBLIST

public static final int SHTYPE_GNU_LIBLIST
See Also:
Constant Field Values

SHTYPE_CHECKSUM

public static final int SHTYPE_CHECKSUM
See Also:
Constant Field Values

SHTYPE_LOSUNW

public static final int SHTYPE_LOSUNW
See Also:
Constant Field Values

SHTYPE_SUNW_move

public static final int SHTYPE_SUNW_move
See Also:
Constant Field Values

SHTYPE_SUNW_COMDAT

public static final int SHTYPE_SUNW_COMDAT
See Also:
Constant Field Values

SHTYPE_SUNW_syminfo

public static final int SHTYPE_SUNW_syminfo
See Also:
Constant Field Values

SHTYPE_GNU_verdef

public static final int SHTYPE_GNU_verdef
See Also:
Constant Field Values

SHTYPE_GNU_verneed

public static final int SHTYPE_GNU_verneed
See Also:
Constant Field Values

SHTYPE_GNU_versym

public static final int SHTYPE_GNU_versym
See Also:
Constant Field Values

SHTYPE_HISUNW

public static final int SHTYPE_HISUNW
See Also:
Constant Field Values

SHTYPE_HIOS

public static final int SHTYPE_HIOS
See Also:
Constant Field Values

SHTYPE_LOPROC

public static final int SHTYPE_LOPROC
See Also:
Constant Field Values

SHTYPE_HIPROC

public static final int SHTYPE_HIPROC
See Also:
Constant Field Values

SHTYPE_LOUSER

public static final int SHTYPE_LOUSER
See Also:
Constant Field Values

SHTYPE_HIUSER

public static final int SHTYPE_HIUSER
See Also:
Constant Field Values
Constructor Detail

ElfSectionHeaderTypes

public ElfSectionHeaderTypes()