| java.lang.Object | |
| ↳ | com.pnfsoftware.jeb.core.units.codeobject.CodeObjectUnitUtil |
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| CodeObjectUnitUtil() | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| static ISymbolInformation | findExportedSymbolByName(ICodeObjectUnit unit, String name) | ||||||||||
| static ISymbolInformation | findImportedSymbolByName(ICodeObjectUnit unit, String name) | ||||||||||
| static ISegmentInformation | findSectionByAddress(ICodeObjectUnit unit, long address) | ||||||||||
| static ISegmentInformation | findSectionByName(ICodeObjectUnit unit, String name) | ||||||||||
| static ISegmentInformation | findSegmentByAddress(ICodeObjectUnit unit, long address) | ||||||||||
| static ISegmentInformation | findSegmentByName(ICodeObjectUnit unit, String name) | ||||||||||
| static ISymbolInformation | findSymbolByName(ICodeObjectUnit unit, String name) | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||