public static final class MachOSymtab.Entry extends Object implements ObjectFile.Symbol
| Modifier and Type | Method and Description |
|---|---|
long |
getDefinedAbsoluteValue() |
long |
getDefinedOffset() |
ObjectFile.Section |
getDefinedSection() |
String |
getName() |
String |
getNameInObject() |
long |
getSize() |
boolean |
isAbsolute() |
boolean |
isCommon() |
boolean |
isDefined() |
boolean |
isFunction() |
boolean |
isGlobal() |
boolean |
isLocal() |
String |
toString() |
public long getDefinedAbsoluteValue()
getDefinedAbsoluteValue in interface ObjectFile.Symbolpublic long getDefinedOffset()
getDefinedOffset in interface ObjectFile.Symbolpublic ObjectFile.Section getDefinedSection()
getDefinedSection in interface ObjectFile.Symbolpublic String getNameInObject()
public String getName()
getName in interface ObjectFile.Symbolpublic long getSize()
getSize in interface ObjectFile.Symbolpublic boolean isAbsolute()
isAbsolute in interface ObjectFile.Symbolpublic boolean isCommon()
isCommon in interface ObjectFile.Symbolpublic boolean isDefined()
isDefined in interface ObjectFile.Symbolpublic boolean isLocal()
public boolean isGlobal()
isGlobal in interface ObjectFile.Symbolpublic boolean isFunction()
isFunction in interface ObjectFile.Symbol