package
Version:
v0.0.0-...-f4342ff
Opens a new window with list of versions in this module.
Published: Nov 12, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
const (
SCMP_CMP_EQ string = "SCMP_CMP_EQ"
SCMP_CMP_NE string = "SCMP_CMP_NE"
SCMP_CMP_LT string = "SCMP_CMP_LT"
SCMP_CMP_LE string = "SCMP_CMP_LE"
SCMP_CMP_GT string = "SCMP_CMP_GT"
SCMP_CMP_GE string = "SCMP_CMP_GE"
SCMP_CMP_MASKED_EQ string = "SCMP_CMP_MASKED_EQ"
)
type Arg struct {
Index uint `json:"index"`
Value uint64 `json:"value"`
ValueTwo uint64 `json:"valueTwo"`
Op string `json:"op"`
}
type MakefileTemplateData struct {
Name string
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.