h_r_rel.c | 36 * foopp should be computed either via R_*_RELATIVE or R_*_REL32 or 46 static int *volatile *volatile foopp = &foop; variable in typeref:typename:int * volatile * volatile 118 if (**foopp != 0x5f4d7635) { 120 " **foopp = 0x%x\n", 121 &foo, foop, *foopp, **foopp);
|