public static class ElfSymbolTable.Entry extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ElfSymbolTable.Entry.Info |
| Modifier and Type | Field and Description |
|---|---|
ElfSymbolTable.Entry.Info |
st_info |
long |
st_name |
int |
st_other |
int |
st_shndx |
long |
st_size |
long |
st_value |
| Constructor and Description |
|---|
Entry(long st_name,
ElfSymbolTable.Entry.Info st_info,
int st_other,
int st_shndx,
long st_value,
long st_size) |
public final long st_name
public final ElfSymbolTable.Entry.Info st_info
public final int st_other
public final int st_shndx
public final long st_value
public final long st_size
public Entry(long st_name,
ElfSymbolTable.Entry.Info st_info,
int st_other,
int st_shndx,
long st_value,
long st_size)
public ElfSymbolTable.Entry withSize(long size)