reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
37 extern unsigned struct_itimerval_sz;
2209 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, curr_value, struct_itimerval_sz); 2234 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, old_value, struct_itimerval_sz);projects/compiler-rt/lib/sanitizer_common/sanitizer_common_syscalls.inc
431 if (value) POST_WRITE(value, struct_itimerval_sz); 439 if (value) POST_WRITE(value, struct_itimerval_sz); 440 if (ovalue) POST_WRITE(ovalue, struct_itimerval_sz);