Searched refs:static_global_def (Results 1 – 6 of 6) sorted by relevance
/external/valgrind/memcheck/tests/ |
D | varinfo3.c | 35 static char static_global_def[10] = {0,0,0,0,0, 0,0,0,0,0}; variable 54 croak ( 1 + (char*)&static_global_def ); in foo()
|
D | varinfo5so.c | 87 static char static_global_def[10] = {0,0,0,0,0, 0,0,0,0,0}; variable 106 croak ( 1 + (char*)&static_global_def ); in foo3()
|
D | varinfo3.stderr.exp | 5 Location 0x........ is 0 bytes inside static_global_def[1],
|
D | varinfo3.stderr.exp-ppc64 | 5 Location 0x........ is 0 bytes inside static_global_def[1],
|
D | varinfo5.stderr.exp | 85 Location 0x........ is 0 bytes inside static_global_def[1],
|
D | varinfo5.stderr.exp-ppc64 | 85 Location 0x........ is 0 bytes inside static_global_def[1],
|