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
 7022   COMMON_INTERCEPTOR_ENTER(ctx, name_to_handle_at, dirfd, pathname, handle,
 7024   COMMON_INTERCEPTOR_READ_RANGE(ctx, pathname, REAL(strlen)(pathname) + 1);
 7029       ctx, &sanitizer_handle->handle_bytes,
 7035         ctx, &sanitizer_handle->handle_bytes,
 7038         ctx, &sanitizer_handle->handle_type,
 7041         ctx, &sanitizer_handle->f_handle, sanitizer_handle->handle_bytes);
 7042     COMMON_INTERCEPTOR_WRITE_RANGE(ctx, mount_id, sizeof(*mount_id));