Home
last modified time | relevance | path

Searched refs:test_struct (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.threads/
H A Dstep.c34 test_struct; variable
39 test_struct.a = 0; in main()
40 test_struct.b = 1; in main()
133 while (test_struct.a == 0)
145 test_struct.a = 0;
147 test_struct.b = 1;
177 while (test_struct.b == 0)
189 test_struct.b = 0;
191 test_struct.a = 1;
/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.trace/
H A Dcollection.c14 } test_struct; typedef
26 test_struct globalstruct;
27 test_struct *globalp;
60 test_struct argstruct;
72 test_struct argstruct; in argstruct_test_func()
93 test_struct locst; in local_test_func()
118 register test_struct locst; in reglocal_test_func()
143 static test_struct locst; in statlocal_test_func()
199 test_struct mystruct;