reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
48 extern unsigned struct_itimerspec_sz;
6085 COMMON_INTERCEPTOR_READ_RANGE(ctx, new_value, struct_itimerspec_sz); 6088 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, old_value, struct_itimerspec_sz); 6097 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, curr_value, struct_itimerspec_sz);projects/compiler-rt/lib/sanitizer_common/sanitizer_common_syscalls.inc
459 if (setting) POST_WRITE(setting, struct_itimerspec_sz); 469 if (new_setting) PRE_READ(new_setting, struct_itimerspec_sz); 475 if (old_setting) POST_WRITE(old_setting, struct_itimerspec_sz); 2704 if (utmr) PRE_READ(utmr, struct_itimerspec_sz); 2710 if (otmr) POST_WRITE(otmr, struct_itimerspec_sz); 2718 if (otmr) POST_WRITE(otmr, struct_itimerspec_sz);