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, getType
public 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.ISymbol
getLineNumber
in interface IBinaryParser.ISymbol
getLineNumber
in class Symbol
Copyright (c) IBM Corp. and others 2004, 2020. All Rights Reserved.