public class GNUSymbol extends Symbol
FUNCTION, VARIABLE| Constructor and Description |
|---|
GNUSymbol(ElfBinaryObject binary,
String name,
int type,
IAddress addr,
long size) |
GNUSymbol(ElfBinaryObject binary,
String name,
int type,
IAddress addr,
long size,
org.eclipse.core.runtime.IPath sourceFile,
int startLine,
int endLine) |
| Modifier and Type | Method and Description |
|---|---|
int |
getLineNumber(long offset)
Line number corresponding to the address offset.
|
compareTo, getAddress, getBinaryObject, getEndLine, getFilename, getName, getSize, getStartLine, getTypepublic GNUSymbol(ElfBinaryObject binary, String name, int type, IAddress addr, long size, org.eclipse.core.runtime.IPath sourceFile, int startLine, int endLine)
public GNUSymbol(ElfBinaryObject binary, String name, int type, IAddress addr, long size)
public int getLineNumber(long offset)
IBinaryParser.ISymbolgetLineNumber in interface IBinaryParser.ISymbolgetLineNumber in class SymbolCopyright (c) IBM Corp. and others 2004, 2020. All Rights Reserved.