public abstract class MachoSymTabCommand extends Object
Constructor and Description |
---|
MachoSymTabCommand() |
Modifier and Type | Method and Description |
---|---|
abstract int |
getCommand() |
abstract int |
getCommandSize() |
abstract int |
getNumberOfSymbolTableEntries() |
abstract int |
getStringTableOffset() |
abstract int |
getStringTableSize() |
abstract int |
getSymbolTableOffset() |
public abstract int getCommand()
public abstract int getCommandSize()
public abstract int getSymbolTableOffset()
public abstract int getNumberOfSymbolTableEntries()
public abstract int getStringTableOffset()
public abstract int getStringTableSize()