Searched refs:other_val (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | verifier_helper_value_access.c | 8 struct other_val { struct 17 __type(value, struct other_val); argument 1072 __imm_const(other_val_bar, offsetof(struct other_val, bar)) in adjusted_map_via_const_imm() 1097 __imm_const(__imm_0, sizeof(struct other_val) - 4) in imm_out_of_bound_1() 1147 __imm_const(other_val_bar, offsetof(struct other_val, bar)) in adjusted_map_via_const_reg() 1173 __imm_const(__imm_0, sizeof(struct other_val) - 4) in reg_out_of_bound_1() 1225 __imm_const(other_val_bar, offsetof(struct other_val, bar)) in to_adjusted_map_via_variable() 1278 __imm_const(__imm_0, offsetof(struct other_val, bar) + 1) in via_variable_wrong_max_check_2()
|
| H A D | verifier_map_ptr.c | 22 struct other_val { struct 31 __type(value, struct other_val); argument
|
| H A D | verifier_value_ptr_arith.c | 23 struct other_val { struct 32 __type(value, struct other_val); argument
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | test_verifier.c | 181 struct other_val { struct 1063 sizeof(struct other_val), 1); in do_test_fixup()
|