Package ghidra.app.util.bin.format.coff
Class AoutHeaderMIPS
- java.lang.Object
-
- ghidra.app.util.bin.format.coff.AoutHeader
-
- ghidra.app.util.bin.format.coff.AoutHeaderMIPS
-
- All Implemented Interfaces:
StructConverter
public class AoutHeaderMIPS extends AoutHeader
-
-
Field Summary
Fields Modifier and Type Field Description static int
SIZEOF
-
Fields inherited from class ghidra.app.util.bin.format.coff.AoutHeader
bsize, data_start, dsize, entry, magic, text_start, tsize, vstamp
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int[]
getCprMask()
Returns the co-processor register masks.int
getGprMask()
Returns the general purpose register mask.int
getGpValue()
Returns the GP value.int
getUnitializedDataStart()
-
Methods inherited from class ghidra.app.util.bin.format.coff.AoutHeader
getEntry, getInitializedDataSize, getInitializedDataStart, getMagic, getTextSize, getTextStart, getUninitializedDataSize, getVersionStamp, toDataType
-
-
-
-
Field Detail
-
SIZEOF
public static final int SIZEOF
- See Also:
- Constant Field Values
-
-
Method Detail
-
getUnitializedDataStart
public int getUnitializedDataStart()
-
getGprMask
public int getGprMask()
Returns the general purpose register mask.- Returns:
- the general purpose register mask
-
getCprMask
public int[] getCprMask()
Returns the co-processor register masks.- Returns:
- the co-processor register masks
-
getGpValue
public int getGpValue()
Returns the GP value.- Returns:
- the GP value
-
-