/src/tests/lib/csu/ |
h_hello.c | 39 static int *volatile foop = &foo; variable in typeref:typename:int * volatile 45 printf("%s: Hello, world! %d\n", getprogname(), *foop);
|
/src/tests/libexec/ld.elf_so/ |
h_r_rel.c | 35 * When built as position-independent executable, the value of foop and 45 static int *volatile foop = &foo; variable in typeref:typename:int * volatile 46 static int *volatile *volatile foopp = &foop; 119 fprintf(stderr, "foo @ %p, foop = %p, *foop = %p," 121 &foo, foop, *foopp, **foopp);
|