Interface IELFSymbolEntry
public interface IELFSymbolEntry
An ELF symbol.
-
Method Details
-
getValue
long getValue() -
getSize
long getSize() -
getType
int getType() -
getBinding
int getBinding() -
getVisibility
int getVisibility() -
getName
String getName() -
getAddress
long getAddress()- Returns:
- an RVA
-
isExternal
boolean isExternal() -
getShIndex
int getShIndex() -
format
-