Class GoConstants
java.lang.Object
ghidra.app.util.bin.format.golang.GoConstants
Misc constant values for golang
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final String
static final CategoryPath
static final CategoryPath
Category path to place golang types instatic final String
static final String
static final String
static final CategoryPath
-
Constructor Summary
-
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:
-
-
Constructor Details
-
GoConstants
public GoConstants()
-