Add support for BPF inline assembly
This commit is contained in:
parent
12ac719b99
commit
b2a6967114
10 changed files with 176 additions and 3 deletions
|
@ -328,6 +328,7 @@ symbols! {
|
|||
box_free,
|
||||
box_patterns,
|
||||
box_syntax,
|
||||
bpf_target_feature,
|
||||
braced_empty_structs,
|
||||
branch,
|
||||
breakpoint,
|
||||
|
@ -1332,6 +1333,7 @@ symbols! {
|
|||
wrapping_add,
|
||||
wrapping_mul,
|
||||
wrapping_sub,
|
||||
wreg,
|
||||
write_bytes,
|
||||
xmm_reg,
|
||||
ymm_reg,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue