Home
last modified time | relevance | path

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

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