Uses of Interface
org.eclipse.cdt.core.IBinaryParser.ISymbol

Packages that use IBinaryParser.ISymbol
org.eclipse.cdt.core   
org.eclipse.cdt.debug.internal.core.model   
 

Uses of IBinaryParser.ISymbol in org.eclipse.cdt.core
 

Methods in org.eclipse.cdt.core that return IBinaryParser.ISymbol
 IBinaryParser.ISymbol IBinaryParser.IBinaryObject.getSymbol(IAddress addr)
          Symbo at this address.
 IBinaryParser.ISymbol[] IBinaryParser.IBinaryObject.getSymbols()
          Symbols of the object
 

Uses of IBinaryParser.ISymbol in org.eclipse.cdt.debug.internal.core.model
 

Methods in org.eclipse.cdt.debug.internal.core.model with parameters of type IBinaryParser.ISymbol
static IGlobalVariableDescriptor CVariableFactory.createGlobalVariableDescriptor(IBinaryParser.ISymbol symbol)