|
|||||||||
Home >> All >> Linker >> [ ELF overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |
Linker.ELF
Interface ELFConstants

- All Known Implementing Classes:
- ELFImpl, ProgramHeader, RelocEntry, Section, SymbolTableEntry
- public interface ELFConstants
- Version:
- $Id: ELFConstants.java,v 1.4 2003/05/12 10:05:17 joewhaley Exp $
Field Summary | |
static byte |
ELFCLASS32
|
static byte |
ELFCLASS64
|
static byte |
ELFCLASSNONE
|
static byte |
ELFDATA2LSB
|
static byte |
ELFDATA2MSB
|
static byte |
ELFDATANONE
|
static byte |
ELFMAG0
|
static byte |
ELFMAG1
|
static byte |
ELFMAG2
|
static byte |
ELFMAG3
|
static int |
EM_386
|
static int |
EM_68K
|
static int |
EM_860
|
static int |
EM_88K
|
static int |
EM_M32
|
static int |
EM_MIPS
|
static int |
EM_MIPS_RS4_BE
|
static int |
EM_SPARC
|
static int |
ET_CORE
|
static int |
ET_DYN
|
static int |
ET_EXEC
|
static int |
ET_HIPROC
|
static int |
ET_LOPROC
|
static int |
ET_NONE
|
static int |
ET_REL
|
static int |
EV_CURRENT
|
static int |
EV_NONE
|
static int |
PT_DYNAMIC
|
static int |
PT_HIPROC
|
static int |
PT_INTERP
|
static int |
PT_LOAD
|
static int |
PT_LOPROC
|
static int |
PT_NOTE
|
static int |
PT_NULL
|
static int |
PT_PHDR
|
static int |
PT_SHLIB
|
static byte |
R_386_32
|
static byte |
R_386_NONE
|
static byte |
R_386_PC32
|
static int |
SHF_ALLOC
|
static int |
SHF_EXECINSTR
|
static int |
SHF_MASKPROC
|
static int |
SHF_WRITE
|
static int |
SHN_ABS
|
static int |
SHN_COMMON
|
static int |
SHN_HIPROC
|
static int |
SHN_HIRESERVE
|
static int |
SHN_INVALID
|
static int |
SHN_LOPROC
|
static int |
SHN_LORESERVE
|
static int |
SHN_UNDEF
|
static int |
SHT_DYNAMIC
|
static int |
SHT_DYNSYM
|
static int |
SHT_HASH
|
static int |
SHT_HIPROC
|
static int |
SHT_HIUSER
|
static int |
SHT_LOPROC
|
static int |
SHT_LOUSER
|
static int |
SHT_NOBITS
|
static int |
SHT_NOTE
|
static int |
SHT_NULL
|
static int |
SHT_PROGBITS
|
static int |
SHT_REL
|
static int |
SHT_RELA
|
static int |
SHT_SHLIB
|
static int |
SHT_STRTAB
|
static int |
SHT_SYMTAB
|
static byte |
STB_GLOBAL
|
static byte |
STB_HIPROC
|
static byte |
STB_LOCAL
|
static byte |
STB_LOPROC
|
static byte |
STB_WEAK
|
static byte |
STT_FILE
|
static byte |
STT_FUNC
|
static byte |
STT_HIPROC
|
static byte |
STT_LOPROC
|
static byte |
STT_NOTYPE
|
static byte |
STT_OBJECT
|
static byte |
STT_SECTION
|
Field Detail |
ELFMAG0
public static final byte ELFMAG0
- See Also:
- Constant Field Values
ELFMAG1
public static final byte ELFMAG1
- See Also:
- Constant Field Values
ELFMAG2
public static final byte ELFMAG2
- See Also:
- Constant Field Values
ELFMAG3
public static final byte ELFMAG3
- See Also:
- Constant Field Values
ELFCLASSNONE
public static final byte ELFCLASSNONE
- See Also:
- Constant Field Values
ELFCLASS32
public static final byte ELFCLASS32
- See Also:
- Constant Field Values
ELFCLASS64
public static final byte ELFCLASS64
- See Also:
- Constant Field Values
ELFDATANONE
public static final byte ELFDATANONE
- See Also:
- Constant Field Values
ELFDATA2LSB
public static final byte ELFDATA2LSB
- See Also:
- Constant Field Values
ELFDATA2MSB
public static final byte ELFDATA2MSB
- See Also:
- Constant Field Values
ET_NONE
public static final int ET_NONE
- See Also:
- Constant Field Values
ET_REL
public static final int ET_REL
- See Also:
- Constant Field Values
ET_EXEC
public static final int ET_EXEC
- See Also:
- Constant Field Values
ET_DYN
public static final int ET_DYN
- See Also:
- Constant Field Values
ET_CORE
public static final int ET_CORE
- See Also:
- Constant Field Values
ET_LOPROC
public static final int ET_LOPROC
- See Also:
- Constant Field Values
ET_HIPROC
public static final int ET_HIPROC
- See Also:
- Constant Field Values
EM_M32
public static final int EM_M32
- See Also:
- Constant Field Values
EM_SPARC
public static final int EM_SPARC
- See Also:
- Constant Field Values
EM_386
public static final int EM_386
- See Also:
- Constant Field Values
EM_68K
public static final int EM_68K
- See Also:
- Constant Field Values
EM_88K
public static final int EM_88K
- See Also:
- Constant Field Values
EM_860
public static final int EM_860
- See Also:
- Constant Field Values
EM_MIPS
public static final int EM_MIPS
- See Also:
- Constant Field Values
EM_MIPS_RS4_BE
public static final int EM_MIPS_RS4_BE
- See Also:
- Constant Field Values
EV_NONE
public static final int EV_NONE
- See Also:
- Constant Field Values
EV_CURRENT
public static final int EV_CURRENT
- See Also:
- Constant Field Values
PT_NULL
public static final int PT_NULL
- See Also:
- Constant Field Values
PT_LOAD
public static final int PT_LOAD
- See Also:
- Constant Field Values
PT_DYNAMIC
public static final int PT_DYNAMIC
- See Also:
- Constant Field Values
PT_INTERP
public static final int PT_INTERP
- See Also:
- Constant Field Values
PT_NOTE
public static final int PT_NOTE
- See Also:
- Constant Field Values
PT_SHLIB
public static final int PT_SHLIB
- See Also:
- Constant Field Values
PT_PHDR
public static final int PT_PHDR
- See Also:
- Constant Field Values
PT_LOPROC
public static final int PT_LOPROC
- See Also:
- Constant Field Values
PT_HIPROC
public static final int PT_HIPROC
- See Also:
- Constant Field Values
R_386_NONE
public static final byte R_386_NONE
- See Also:
- Constant Field Values
R_386_32
public static final byte R_386_32
- See Also:
- Constant Field Values
R_386_PC32
public static final byte R_386_PC32
- See Also:
- Constant Field Values
SHN_UNDEF
public static final int SHN_UNDEF
- See Also:
- Constant Field Values
SHN_LORESERVE
public static final int SHN_LORESERVE
- See Also:
- Constant Field Values
SHN_LOPROC
public static final int SHN_LOPROC
- See Also:
- Constant Field Values
SHN_HIPROC
public static final int SHN_HIPROC
- See Also:
- Constant Field Values
SHN_ABS
public static final int SHN_ABS
- See Also:
- Constant Field Values
SHN_COMMON
public static final int SHN_COMMON
- See Also:
- Constant Field Values
SHN_HIRESERVE
public static final int SHN_HIRESERVE
- See Also:
- Constant Field Values
SHN_INVALID
public static final int SHN_INVALID
- See Also:
- Constant Field Values
SHT_NULL
public static final int SHT_NULL
- See Also:
- Constant Field Values
SHT_PROGBITS
public static final int SHT_PROGBITS
- See Also:
- Constant Field Values
SHT_SYMTAB
public static final int SHT_SYMTAB
- See Also:
- Constant Field Values
SHT_STRTAB
public static final int SHT_STRTAB
- See Also:
- Constant Field Values
SHT_RELA
public static final int SHT_RELA
- See Also:
- Constant Field Values
SHT_HASH
public static final int SHT_HASH
- See Also:
- Constant Field Values
SHT_DYNAMIC
public static final int SHT_DYNAMIC
- See Also:
- Constant Field Values
SHT_NOTE
public static final int SHT_NOTE
- See Also:
- Constant Field Values
SHT_NOBITS
public static final int SHT_NOBITS
- See Also:
- Constant Field Values
SHT_REL
public static final int SHT_REL
- See Also:
- Constant Field Values
SHT_SHLIB
public static final int SHT_SHLIB
- See Also:
- Constant Field Values
SHT_DYNSYM
public static final int SHT_DYNSYM
- See Also:
- Constant Field Values
SHT_LOPROC
public static final int SHT_LOPROC
- See Also:
- Constant Field Values
SHT_HIPROC
public static final int SHT_HIPROC
- See Also:
- Constant Field Values
SHT_LOUSER
public static final int SHT_LOUSER
- See Also:
- Constant Field Values
SHT_HIUSER
public static final int SHT_HIUSER
- See Also:
- Constant Field Values
SHF_WRITE
public static final int SHF_WRITE
- See Also:
- Constant Field Values
SHF_ALLOC
public static final int SHF_ALLOC
- See Also:
- Constant Field Values
SHF_EXECINSTR
public static final int SHF_EXECINSTR
- See Also:
- Constant Field Values
SHF_MASKPROC
public static final int SHF_MASKPROC
- See Also:
- Constant Field Values
STB_LOCAL
public static final byte STB_LOCAL
- See Also:
- Constant Field Values
STB_GLOBAL
public static final byte STB_GLOBAL
- See Also:
- Constant Field Values
STB_WEAK
public static final byte STB_WEAK
- See Also:
- Constant Field Values
STB_LOPROC
public static final byte STB_LOPROC
- See Also:
- Constant Field Values
STB_HIPROC
public static final byte STB_HIPROC
- See Also:
- Constant Field Values
STT_NOTYPE
public static final byte STT_NOTYPE
- See Also:
- Constant Field Values
STT_OBJECT
public static final byte STT_OBJECT
- See Also:
- Constant Field Values
STT_FUNC
public static final byte STT_FUNC
- See Also:
- Constant Field Values
STT_SECTION
public static final byte STT_SECTION
- See Also:
- Constant Field Values
STT_FILE
public static final byte STT_FILE
- See Also:
- Constant Field Values
STT_LOPROC
public static final byte STT_LOPROC
- See Also:
- Constant Field Values
STT_HIPROC
public static final byte STT_HIPROC
- See Also:
- Constant Field Values
|
|||||||||
Home >> All >> Linker >> [ ELF overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |