Package org.eclipse.cdt.utils.elf
Class Elf.Section
java.lang.Object
org.eclipse.cdt.utils.elf.Elf.Section
- Enclosing class:
Elf
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
long
long
long
long
long
long
long
long
long
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
-
Constructor Summary
-
Method Summary
-
Field Details
-
SHT_NULL
public static final int SHT_NULL- See Also:
-
SHT_PROGBITS
public static final int SHT_PROGBITS- See Also:
-
SHT_SYMTAB
public static final int SHT_SYMTAB- See Also:
-
SHT_STRTAB
public static final int SHT_STRTAB- See Also:
-
SHT_RELA
public static final int SHT_RELA- See Also:
-
SHT_HASH
public static final int SHT_HASH- See Also:
-
SHT_DYNAMIC
public static final int SHT_DYNAMIC- See Also:
-
SHT_NOTE
public static final int SHT_NOTE- See Also:
-
SHT_NOBITS
public static final int SHT_NOBITS- See Also:
-
SHT_REL
public static final int SHT_REL- See Also:
-
SHT_SHLIB
public static final int SHT_SHLIB- See Also:
-
SHT_DYNSYM
public static final int SHT_DYNSYM- See Also:
-
SHT_LOPROC
public static final int SHT_LOPROC- See Also:
-
SHF_WRITE
public static final int SHF_WRITE- See Also:
-
SHF_ALLOC
public static final int SHF_ALLOC- See Also:
-
SHF_EXECINTR
public static final int SHF_EXECINTR- See Also:
-
SHF_COMPRESSED
public static final int SHF_COMPRESSED- Since:
- 6.6
- See Also:
-
NT_GNU_BUILD_ID
public static final int NT_GNU_BUILD_ID- Since:
- 5.7
- See Also:
-
sh_name
public long sh_name -
sh_type
public long sh_type -
sh_flags
public long sh_flags -
sh_addr
-
sh_offset
public long sh_offset -
sh_size
public long sh_size -
sh_link
public long sh_link -
sh_info
public long sh_info -
sh_addralign
public long sh_addralign -
sh_entsize
public long sh_entsize
-
-
Constructor Details
-
Section
public Section() -
Section
public Section(long objOffset) - Since:
- 8.4
-
-
Method Details
-
mapSectionData
- Throws:
IOException
- Since:
- 5.1
-
loadSectionData
- Throws:
IOException
-
toString
-