Class Omf51LibraryModuleLocation
java.lang.Object
ghidra.app.util.bin.format.omf.omf51.Omf51LibraryModuleLocation
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
Returns the block number.int
Returns the byte number.int
Returns the offset into the library.static DataType
-
Field Details
-
BLOCK_SIZE
public static final int BLOCK_SIZE- See Also:
-
-
Constructor Details
-
Omf51LibraryModuleLocation
Creates a newOmf51LibraryModuleLocation
- Parameters:
reader
- ABinaryReader
positioned at the start of the segment definition- Throws:
IOException
- if an IO-related error occurred
-
-
Method Details
-
getBlockNumber
public int getBlockNumber()Returns the block number.- Returns:
- the block number
-
getByteNumber
public int getByteNumber()Returns the byte number.- Returns:
- the byte number
-
getOffset
public int getOffset()Returns the offset into the library.- Returns:
- the offset into the library
-
toDataType
-