public static class ElfSymbolTable.Entry.Info extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ElfSymbolTable.Entry.Info.Bind |
static class |
ElfSymbolTable.Entry.Info.Type |
Modifier and Type | Field and Description |
---|---|
ElfSymbolTable.Entry.Info.Bind |
st_bind |
ElfSymbolTable.Entry.Info.Type |
st_type |
Constructor and Description |
---|
Info(ElfSymbolTable.Entry.Info.Bind st_bind,
ElfSymbolTable.Entry.Info.Type st_type) |
Modifier and Type | Method and Description |
---|---|
static ElfSymbolTable.Entry.Info |
parse(ByteBuffer buffer) |
void |
write(ByteBuffer buffer) |
public final ElfSymbolTable.Entry.Info.Bind st_bind
public final ElfSymbolTable.Entry.Info.Type st_type
public Info(ElfSymbolTable.Entry.Info.Bind st_bind, ElfSymbolTable.Entry.Info.Type st_type)
public static ElfSymbolTable.Entry.Info parse(ByteBuffer buffer)
public void write(ByteBuffer buffer)