Modifier and Type | Field and Description |
---|---|
static int |
NT_GNU_BUILD_ID |
IAddress |
sh_addr |
long |
sh_addralign |
long |
sh_entsize |
long |
sh_flags |
long |
sh_info |
long |
sh_link |
long |
sh_name |
long |
sh_offset |
long |
sh_size |
long |
sh_type |
static int |
SHF_ALLOC |
static int |
SHF_COMPRESSED |
static int |
SHF_EXECINTR |
static int |
SHF_WRITE |
static int |
SHT_DYNAMIC |
static int |
SHT_DYNSYM |
static int |
SHT_HASH |
static int |
SHT_LOPROC |
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 |
Constructor and Description |
---|
Section() |
Modifier and Type | Method and Description |
---|---|
byte[] |
loadSectionData() |
ByteBuffer |
mapSectionData() |
String |
toString() |
public static final int SHT_NULL
public static final int SHT_PROGBITS
public static final int SHT_SYMTAB
public static final int SHT_STRTAB
public static final int SHT_RELA
public static final int SHT_HASH
public static final int SHT_DYNAMIC
public static final int SHT_NOTE
public static final int SHT_NOBITS
public static final int SHT_REL
public static final int SHT_SHLIB
public static final int SHT_DYNSYM
public static final int SHT_LOPROC
public static final int SHF_WRITE
public static final int SHF_ALLOC
public static final int SHF_EXECINTR
public static final int SHF_COMPRESSED
public static final int NT_GNU_BUILD_ID
public long sh_name
public long sh_type
public long sh_flags
public IAddress sh_addr
public long sh_offset
public long sh_size
public long sh_link
public long sh_info
public long sh_addralign
public long sh_entsize
public ByteBuffer mapSectionData() throws IOException
IOException
public byte[] loadSectionData() throws IOException
IOException
Copyright (c) IBM Corp. and others 2004, 2020. All Rights Reserved.