Class GoConstants
java.lang.Object
ghidra.app.util.bin.format.golang.GoConstants
Misc constant values for golang
-
Field Summary
FieldsChangeModifier and TypeFieldDescriptionNEWstatic final GoVerRangeNext gcWriteBarrier scheme with signature:func gcWriteBarrier[1-8]() uintptrNEWstatic final GoVerRangeInitial gcWriteBarrier scheme with signaturefunc gcWriteBarrier(val,dest), x86-64 has gcWriteBarrierReg() variants.NEWstatic final Stringstatic final Stringstatic final Stringstatic final CategoryPathstatic final CategoryPathCategory path to place golang types inNEWstatic final Stringstatic final Stringstatic final Stringstatic final StringNEWstatic final StringNEWstatic final StringNEWstatic final StringNEWstatic final Stringstatic final CategoryPath -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
GOLANG_CSPEC_NAME
- See Also:
-
GOLANG_CATEGORYPATH
Category path to place golang types in -
GOLANG_BOOTSTRAP_FUNCS_CATEGORYPATH
-
GOLANG_RECOVERED_TYPES_CATEGORYPATH
-
GOLANG_ABI_INTERNAL_CALLINGCONVENTION_NAME
- See Also:
-
GOLANG_ABI0_CALLINGCONVENTION_NAME
- See Also:
-
GOLANG_DUFFZERO_CALLINGCONVENTION_NAME
- See Also:
-
GOLANG_DUFFCOPY_CALLINGCONVENTION_NAME
- See Also:
-
GOLANG_AUTOGENERATED_FILENAME
- See Also:
-
GCWRITE_BUFFERED_VERS NEW
Initial gcWriteBarrier scheme with signaturefunc gcWriteBarrier(val,dest), x86-64 has gcWriteBarrierReg() variants. -
GOLANG_GCWRITE_BUFFERED_CALLINGCONVENTION_NAME NEW
- See Also:
-
GCWRITE_BUFFERED_x86_64_Regs NEW
-
GCWRITE_BATCH_VERS NEW
Next gcWriteBarrier scheme with signature:func gcWriteBarrier[1-8]() uintptr -
GOLANG_GCWRITE_BATCH_CALLINGCONVENTION_NAME NEW
- See Also:
-
GOLANG_RECEIVER_PARAM_NAME NEW
- See Also:
-
GOLANG_GENERICS_PARAM_NAME NEW
- See Also:
-
GOLANG_CLOSURE_CONTEXT_NAME NEW
- See Also:
-
-
Constructor Details
-
GoConstants
public GoConstants()
-