Documentation
¶
Index ¶
- Constants
- func GetMinAndMaxSbpfVersions(f *features.Features) (uint32, uint32)
- type SbpfVersion
- func (ver *SbpfVersion) CallXUsesSrcReg() bool
- func (ver *SbpfVersion) DisableLddw() bool
- func (ver *SbpfVersion) DisableLe() bool
- func (ver *SbpfVersion) DisableNeg() bool
- func (ver *SbpfVersion) DynamicStackFrames() bool
- func (ver *SbpfVersion) EnableElfVAddr() bool
- func (ver *SbpfVersion) EnablePqr() bool
- func (ver *SbpfVersion) EnableStaticSyscalls() bool
- func (ver *SbpfVersion) ExplicitSignExtensionOfResults() bool
- func (ver *SbpfVersion) MoveMemoryInstructionClasses() bool
- func (ver *SbpfVersion) RejectRodataStackOverlap() bool
- func (ver *SbpfVersion) SwapSubRegImmOperands() bool
Constants ¶
View Source
const ( SbpfVersionV0 = iota SbpfVersionV1 SbpfVersionV2 SbpfVersionV3 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type SbpfVersion ¶
type SbpfVersion struct {
Version uint32
}
func (*SbpfVersion) CallXUsesSrcReg ¶
func (ver *SbpfVersion) CallXUsesSrcReg() bool
func (*SbpfVersion) DisableLddw ¶
func (ver *SbpfVersion) DisableLddw() bool
func (*SbpfVersion) DisableLe ¶
func (ver *SbpfVersion) DisableLe() bool
func (*SbpfVersion) DisableNeg ¶
func (ver *SbpfVersion) DisableNeg() bool
func (*SbpfVersion) DynamicStackFrames ¶
func (ver *SbpfVersion) DynamicStackFrames() bool
func (*SbpfVersion) EnableElfVAddr ¶
func (ver *SbpfVersion) EnableElfVAddr() bool
func (*SbpfVersion) EnablePqr ¶
func (ver *SbpfVersion) EnablePqr() bool
func (*SbpfVersion) EnableStaticSyscalls ¶
func (ver *SbpfVersion) EnableStaticSyscalls() bool
func (*SbpfVersion) ExplicitSignExtensionOfResults ¶
func (ver *SbpfVersion) ExplicitSignExtensionOfResults() bool
func (*SbpfVersion) MoveMemoryInstructionClasses ¶
func (ver *SbpfVersion) MoveMemoryInstructionClasses() bool
func (*SbpfVersion) RejectRodataStackOverlap ¶
func (ver *SbpfVersion) RejectRodataStackOverlap() bool
func (*SbpfVersion) SwapSubRegImmOperands ¶
func (ver *SbpfVersion) SwapSubRegImmOperands() bool
Click to show internal directories.
Click to hide internal directories.