Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/cilium/ebpf
/ IsDWordLoad
Method
IsDWordLoad
asm/opcode.go:121–123 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
119
}
120
121
func
(op OpCode) IsDWordLoad() bool {
122
return
op == LoadImmOp(DWord)
123
}
124
125
// Class returns the class of operation.
126
func
(op OpCode) Class() Class {
Callers
8
rawInstructions
Method · 0.95
relocateInstruction
Method · 0.80
fixupKfuncs
Function · 0.80
Apply
Method · 0.80
Unmarshal
Method · 0.80
Marshal
Method · 0.80
RewriteMapOffset
Method · 0.80
IsLoadOfFunctionPointer
Method · 0.80
Calls
1
LoadImmOp
Function · 0.85
Tested by
no test coverage detected