Lines Matching full:g
54 " -G \"var_s64 = 0xf000000000000001\" "\ in test_set_global_vars_succeeds()
55 " -G \"var_u64 = 0xfedcba9876543210\" "\ in test_set_global_vars_succeeds()
56 " -G \"var_s32 = -0x80000000\" "\ in test_set_global_vars_succeeds()
57 " -G \"var_u32 = 0x76543210\" "\ in test_set_global_vars_succeeds()
58 " -G \"var_s16 = -32768\" "\ in test_set_global_vars_succeeds()
59 " -G \"var_u16 = 60652\" "\ in test_set_global_vars_succeeds()
60 " -G \"var_s8 = -128\" "\ in test_set_global_vars_succeeds()
61 " -G \"var_u8 = 255\" "\ in test_set_global_vars_succeeds()
62 " -G \"var_ea = EA2\" "\ in test_set_global_vars_succeeds()
63 " -G \"var_eb = EB2\" "\ in test_set_global_vars_succeeds()
64 " -G \"var_ec=EC2\" "\ in test_set_global_vars_succeeds()
65 " -G \"var_b = 1\" "\ in test_set_global_vars_succeeds()
66 " -G \"struct1[2].struct2[1][2].u.var_u8[2]=170\" "\ in test_set_global_vars_succeeds()
67 " -G \"union1.struct3.var_u8_l = 0xaa\" "\ in test_set_global_vars_succeeds()
68 " -G \"union1.struct3.var_u8_h = 0xaa\" "\ in test_set_global_vars_succeeds()
69 " -G \"arr[3]= 171\" " \ in test_set_global_vars_succeeds()
70 " -G \"arr[EA2] =172\" " \ in test_set_global_vars_succeeds()
71 " -G \"enum_arr[EC2]=EA3\" " \ in test_set_global_vars_succeeds()
72 " -G \"three_d[31][7][EA2]=173\"" \ in test_set_global_vars_succeeds()
73 " -G \"struct1[2].struct2[1][2].u.mat[5][3]=174\" " \ in test_set_global_vars_succeeds()
74 " -G \"struct11 [ 7 ] [ 5 ] .struct2[0][1].u.mat[3][0] = 175\" " \ in test_set_global_vars_succeeds()
117 SYS(out, "%s set_global_vars.bpf.o -G \"@%s\" -vl2 > %s", in test_set_global_vars_from_file_succeeds()
134 "%s set_global_vars.bpf.o -G \"var_s32 = 2147483648\" -vl2 2> %s", in test_set_global_vars_out_of_range()
149 "%s set_global_vars.bpf.o -G \"ptr_arr[0] = 0\" -vl2 2> %s", in test_unsupported_ptr_array_type()
164 "%s set_global_vars.bpf.o -G \"arr[99] = 0\" -vl2 2> %s", in test_array_out_of_bounds()
179 "%s set_global_vars.bpf.o -G \"arr[EG2] = 0\" -vl2 2> %s", in test_array_index_not_found()
194 "%s set_global_vars.bpf.o -G \"var_b[0] = 1\" -vl2 2> %s", in test_array_index_for_non_array()
201 "%s set_global_vars.bpf.o -G \"union1.struct3[0].var_u8_l=1\" -vl2 2> %s", in test_array_index_for_non_array()
216 "%s set_global_vars.bpf.o -G \"arr = 1\" -vl2 2> %s", in test_no_array_index_for_array()
223 "%s set_global_vars.bpf.o -G \"struct1[0].struct2.u.var_u8[2]=1\" -vl2 2> %s", in test_no_array_index_for_array()