Home
last modified time | relevance | path

Searched defs:bpf_verifier_env (Results 1 – 7 of 7) sorted by relevance

/external/libbpf/.github/actions/build-selftests/
Dvmlinux.h34775 struct bpf_verifier_env { struct
34776 u32 insn_idx;
34777 u32 prev_insn_idx;
34778 struct bpf_prog *prog;
34779 const struct bpf_verifier_ops *ops;
34780 struct bpf_verifier_stack_elem *head;
34781 int stack_size;
34782 bool strict_alignment;
34783 bool test_state_freq;
34784 struct bpf_verifier_state *cur_state;
[all …]
/external/bcc/libbpf-tools/powerpc/
Dvmlinux_510.h40807 struct bpf_verifier_env { struct
40808 u32 insn_idx;
40809 u32 prev_insn_idx;
40810 struct bpf_prog *prog;
40811 const struct bpf_verifier_ops *ops;
40812 struct bpf_verifier_stack_elem *head;
40813 int stack_size;
40814 bool strict_alignment;
40815 bool test_state_freq;
40816 struct bpf_verifier_state *cur_state;
[all …]
Dvmlinux.h40807 struct bpf_verifier_env { struct
40808 u32 insn_idx;
40809 u32 prev_insn_idx;
40810 struct bpf_prog *prog;
40811 const struct bpf_verifier_ops *ops;
40812 struct bpf_verifier_stack_elem *head;
40813 int stack_size;
40814 bool strict_alignment;
40815 bool test_state_freq;
40816 struct bpf_verifier_state *cur_state;
[all …]
/external/bcc/libbpf-tools/arm64/
Dvmlinux.h30414 struct bpf_verifier_env { struct
30415 u32 insn_idx;
30416 u32 prev_insn_idx;
30417 struct bpf_prog *prog;
30418 const struct bpf_verifier_ops *ops;
30419 struct bpf_verifier_stack_elem *head;
30420 int stack_size;
30421 bool strict_alignment;
30422 bool test_state_freq;
30423 struct bpf_verifier_state *cur_state;
[all …]
Dvmlinux_510.h30414 struct bpf_verifier_env { struct
30415 u32 insn_idx;
30416 u32 prev_insn_idx;
30417 struct bpf_prog *prog;
30418 const struct bpf_verifier_ops *ops;
30419 struct bpf_verifier_stack_elem *head;
30420 int stack_size;
30421 bool strict_alignment;
30422 bool test_state_freq;
30423 struct bpf_verifier_state *cur_state;
[all …]
/external/bcc/libbpf-tools/x86/
Dvmlinux_505.h34478 struct bpf_verifier_env { struct
34479 u32 insn_idx;
34480 u32 prev_insn_idx;
34481 struct bpf_prog *prog;
34482 const struct bpf_verifier_ops *ops;
34483 struct bpf_verifier_stack_elem *head;
34484 int stack_size;
34485 bool strict_alignment;
34486 bool test_state_freq;
34487 struct bpf_verifier_state *cur_state;
[all …]
Dvmlinux.h34478 struct bpf_verifier_env { struct
34479 u32 insn_idx;
34480 u32 prev_insn_idx;
34481 struct bpf_prog *prog;
34482 const struct bpf_verifier_ops *ops;
34483 struct bpf_verifier_stack_elem *head;
34484 int stack_size;
34485 bool strict_alignment;
34486 bool test_state_freq;
34487 struct bpf_verifier_state *cur_state;
[all …]