| java.lang.Object | |
| ↳ | com.pnfsoftware.jeb.core.units.codeobject.SymbolInformation |
Standard implementation.
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
com.pnfsoftware.jeb.core.units.codeobject.ISymbolInformation
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| SymbolInformation(SymbolType type, int flags, long identifier, String name, long address, long symbolAddress, long symbolSize) | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| int |
getFlags()
Get the symbol flags.
| ||||||||||
| long |
getIdentifier()
Get the symbol identifier.
| ||||||||||
| String |
getName()
Get the symbol name.
| ||||||||||
| long |
getRelativeAddress()
Get the base-relative address of the description of the symbol.
| ||||||||||
| long |
getSymbolRelativeAddress()
Get the symbol offset in file.
| ||||||||||
| long |
getSymbolSize()
Get the size of the symbol.
| ||||||||||
| SymbolType |
getType()
Get the symbol type.
| ||||||||||
| void | setFlags(int flags) | ||||||||||
| void | setIdentifier(long identifier) | ||||||||||
| void | setName(String name) | ||||||||||
| void | setRelativeAddress(long address) | ||||||||||
| void | setSymbolRelativeAddress(long address) | ||||||||||
| void | setSymbolSize(long size) | ||||||||||
| void | setType(SymbolType type) | ||||||||||
| String | toString() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.pnfsoftware.jeb.core.units.codeobject.ISymbolInformation
| |||||||||||
Get the symbol flags.
Get the symbol identifier.
Get the symbol name.
Get the base-relative address of the description of the symbol.
Get the symbol offset in file.
Get the size of the symbol. May not be known.