Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils/gdb/testsuite/gdb.mi/
Dvar-cmd.c200 struct _struct_n_pointer snp0, snp1, snp2; in do_children_tests() local
260 snp0.ptrs[2] = &snp2; in do_children_tests()
266 snp1.ptrs[2] = &snp2; in do_children_tests()
267 snp1.next = &snp2; in do_children_tests()
268 snp2.char_ptr = &c3; in do_children_tests()
269 snp2.long_ptr = &x3; in do_children_tests()
270 snp2.ptrs[0] = &snp0; in do_children_tests()
271 snp2.ptrs[1] = &snp1; in do_children_tests()
272 snp2.ptrs[2] = &snp2; in do_children_tests()
273 snp2.next = 0x0; in do_children_tests()
[all …]