Searched refs:s_4 (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
H A Dstore.c135 struct s_4 { short s[4]; } z_4, s_4; variable in typeref:struct:s_4
170 struct s_4
171 add_struct_4 (struct s_4 s)
208 struct s_4
211 int i; register struct s_4 u = z_4;
212 for (i = 0; i < sizeof (s_4) / sizeof (s_4.s[0]); i++) { s_4.s[i] = i + 1; }

Completed in 271 milliseconds