Searched refs:static_local_def (Results 1 – 4 of 4) sorted by relevance
/external/valgrind/memcheck/tests/ |
D | varinfo3.c | 50 static char static_local_def[10] = {0,0,0,0,0, 0,0,0,0,0}; in foo() local 58 bar( 5 + (char*)&static_local_def, in foo()
|
D | varinfo5so.c | 102 static char static_local_def[10] = {0,0,0,0,0, 0,0,0,0,0}; in foo3() local 110 bar3( 5 + (char*)&static_local_def, in foo3()
|
D | varinfo3.stderr.exp-ppc64 | 34 Address 0x........ is 5 bytes inside data symbol "static_local_def.XXXX"
|
D | varinfo5.stderr.exp-ppc64 | 122 Address 0x........ is 5 bytes inside data symbol "static_local_def.XXXX"
|