public class ElfSymbolTable extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ElfSymbolTable.Entry
Encapsulate the data in an ELF section header.
|
| Modifier and Type | Field and Description |
|---|---|
com.google.common.collect.ImmutableList<ElfSymbolTable.Entry> |
entries |
| Constructor and Description |
|---|
ElfSymbolTable(com.google.common.collect.ImmutableList<ElfSymbolTable.Entry> entries) |
| Modifier and Type | Method and Description |
|---|---|
static ElfSymbolTable |
parse(ElfHeader.EIClass eiClass,
ByteBuffer buffer) |
void |
write(ElfHeader.EIClass eiClass,
ByteBuffer buffer) |
public final com.google.common.collect.ImmutableList<ElfSymbolTable.Entry> entries
public ElfSymbolTable(com.google.common.collect.ImmutableList<ElfSymbolTable.Entry> entries)
public static ElfSymbolTable parse(ElfHeader.EIClass eiClass, ByteBuffer buffer)
public void write(ElfHeader.EIClass eiClass, ByteBuffer buffer)