Class GoRegisterInfo
java.lang.Object
ghidra.app.util.bin.format.golang.GoRegisterInfo
Immutable information about registers, alignment sizes, etc needed to allocate storage
for parameters during a function call.
-
Nested Class Summary
-
Method Summary
-
Method Details
-
getIntRegisterSize
public int getIntRegisterSize() -
getMaxAlign
public int getMaxAlign() -
getCurrentGoroutineRegister
-
getZeroRegister
-
isZeroRegisterIsBuiltin
public boolean isZeroRegisterIsBuiltin() -
getIntRegisters
-
getFloatRegisters
-
getStackInitialOffset
public int getStackInitialOffset() -
getDuffzeroParams
-
getAlignmentForType
-