Home
last modified time | relevance | path

Searched refs:other_val (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dverifier_helper_value_access.c8 struct other_val { struct
17 __type(value, struct other_val); argument
1035 __imm_const(other_val_bar, offsetof(struct other_val, bar)) in adjusted_map_via_const_imm()
1060 __imm_const(__imm_0, sizeof(struct other_val) - 4) in imm_out_of_bound_1()
1110 __imm_const(other_val_bar, offsetof(struct other_val, bar)) in adjusted_map_via_const_reg()
1136 __imm_const(__imm_0, sizeof(struct other_val) - 4) in reg_out_of_bound_1()
1188 __imm_const(other_val_bar, offsetof(struct other_val, bar)) in to_adjusted_map_via_variable()
1241 __imm_const(__imm_0, offsetof(struct other_val, bar) + 1) in via_variable_wrong_max_check_2()
H A Dverifier_map_ptr.c22 struct other_val { struct
31 __type(value, struct other_val); argument
H A Dverifier_value_ptr_arith.c23 struct other_val { struct
32 __type(value, struct other_val); argument
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_verifier.c183 struct other_val { struct
1065 sizeof(struct other_val), 1); in do_test_fixup()