Home
last modified time | relevance | path

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

/external/elfutils/tests/
Dfuncretval_test.c16 int i6; int i7; int i8; int i9; int i10; } large_struct2_t; typedef
17 large_struct2_t fun_large_struct2 (void) { in fun_large_struct2()
18 large_struct2_t ret = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 }; in fun_large_struct2()