Symbol: gstruct
tools/testing/selftests/powerpc/ptrace/ptrace-hwbreak.c
164
gstruct.a[rand() % A_LEN] = 'a';
tools/testing/selftests/powerpc/ptrace/ptrace-hwbreak.c
167
cvar = gstruct.a[rand() % A_LEN];
tools/testing/selftests/powerpc/ptrace/ptrace-hwbreak.c
171
gstruct.a[rand() % A_LEN] = 'a';
tools/testing/selftests/powerpc/ptrace/ptrace-hwbreak.c
173
cvar = gstruct.a[rand() % A_LEN];
tools/testing/selftests/powerpc/ptrace/ptrace-hwbreak.c
176
gstruct.b[rand() % B_LEN] = 'b';
tools/testing/selftests/powerpc/ptrace/ptrace-hwbreak.c
179
cvar = gstruct.b[rand() % B_LEN];
tools/testing/selftests/powerpc/ptrace/ptrace-hwbreak.c
183
gstruct.b[rand() % B_LEN] = 'b';
tools/testing/selftests/powerpc/ptrace/ptrace-hwbreak.c
185
cvar = gstruct.b[rand() % B_LEN];
tools/testing/selftests/powerpc/ptrace/ptrace-hwbreak.c
189
*((int *)(gstruct.a + 4)) = 10;
tools/testing/selftests/powerpc/ptrace/ptrace-hwbreak.c
191
ivar = *((int *)(gstruct.a + 4));
tools/testing/selftests/powerpc/ptrace/ptrace-hwbreak.c
200
gstruct.a[rand() % A_LEN] = 'a';
tools/testing/selftests/powerpc/ptrace/ptrace-hwbreak.c
203
cvar = gstruct.b[rand() % B_LEN];
tools/testing/selftests/powerpc/ptrace/ptrace-hwbreak.c
206
gstruct.a[rand() % A_LEN] = 'a';
tools/testing/selftests/powerpc/ptrace/ptrace-hwbreak.c
209
cvar = gstruct.a[rand() % A_LEN];
tools/testing/selftests/powerpc/ptrace/ptrace-hwbreak.c
406
wp_addr = (unsigned long)&gstruct.a;
tools/testing/selftests/powerpc/ptrace/ptrace-hwbreak.c
415
wp_addr = (unsigned long)&gstruct.a;
tools/testing/selftests/powerpc/ptrace/ptrace-hwbreak.c
424
wp_addr = (unsigned long)&gstruct.a;
tools/testing/selftests/powerpc/ptrace/ptrace-hwbreak.c
442
wp_addr1 = (unsigned long)&gstruct.a;
tools/testing/selftests/powerpc/ptrace/ptrace-hwbreak.c
443
wp_addr2 = (unsigned long)&gstruct.b;
tools/testing/selftests/powerpc/ptrace/ptrace-hwbreak.c
473
wp_addr1 = (unsigned long)&gstruct.a;
tools/testing/selftests/powerpc/ptrace/ptrace-hwbreak.c
474
wp_addr2 = (unsigned long)&gstruct.a;
tools/testing/selftests/powerpc/ptrace/ptrace-hwbreak.c
48
static volatile struct gstruct gstruct __attribute__((aligned(512)));
tools/testing/selftests/powerpc/ptrace/ptrace-hwbreak.c
505
wp_addr = (unsigned long)&gstruct.b;
tools/testing/selftests/powerpc/ptrace/ptrace-hwbreak.c
514
wp_addr = (unsigned long)&gstruct.b;
tools/testing/selftests/powerpc/ptrace/ptrace-hwbreak.c
523
wp_addr = (unsigned long)&gstruct.b;
tools/testing/selftests/powerpc/ptrace/ptrace-hwbreak.c
542
wp_addr = (unsigned long)&gstruct.b;