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,
 7027       reinterpret_cast<__sanitizer_file_handle*>(handle);
 7032   int res = REAL(name_to_handle_at)(dirfd, pathname, handle, mount_id, flags);