reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors.inc
 3212   COMMON_INTERCEPTOR_ENTER(ctx, ptrace, request, pid, addr, data);
 3217       COMMON_INTERCEPTOR_READ_RANGE(ctx, data, struct_user_regs_struct_sz);
 3219       COMMON_INTERCEPTOR_READ_RANGE(ctx, data, struct_user_fpregs_struct_sz);
 3221       COMMON_INTERCEPTOR_READ_RANGE(ctx, data, struct_user_fpxregs_struct_sz);
 3223       COMMON_INTERCEPTOR_READ_RANGE(ctx, data, struct_user_vfpregs_struct_sz);
 3225       COMMON_INTERCEPTOR_READ_RANGE(ctx, data, siginfo_t_sz);
 3232       COMMON_INTERCEPTOR_READ_RANGE(ctx, iovec, sizeof(*iovec));
 3235         COMMON_INTERCEPTOR_READ_RANGE(ctx, iovec->iov_base, iovec->iov_len);
 3248       COMMON_INTERCEPTOR_WRITE_RANGE(ctx, data, struct_user_regs_struct_sz);
 3250       COMMON_INTERCEPTOR_WRITE_RANGE(ctx, data, struct_user_fpregs_struct_sz);
 3252       COMMON_INTERCEPTOR_WRITE_RANGE(ctx, data, struct_user_fpxregs_struct_sz);
 3254       COMMON_INTERCEPTOR_WRITE_RANGE(ctx, data, struct_user_vfpregs_struct_sz);
 3256       COMMON_INTERCEPTOR_WRITE_RANGE(ctx, data, siginfo_t_sz);
 3258       COMMON_INTERCEPTOR_WRITE_RANGE(ctx, data, sizeof(unsigned long));
 3261       COMMON_INTERCEPTOR_WRITE_RANGE(ctx, iovec, sizeof(*iovec));
 3262       COMMON_INTERCEPTOR_WRITE_RANGE(ctx, local_iovec.iov_base,