Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(104)

Unified Diff: src/trusted/validator/x86/64/ncvalidate.h

Issue 625923004: Delete old x86 validator. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: rebase master Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/trusted/validator/x86/32/validator_x86_32.gyp ('k') | src/trusted/validator/x86/64/ncvalidate.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/trusted/validator/x86/64/ncvalidate.h
diff --git a/src/trusted/validator/x86/64/ncvalidate.h b/src/trusted/validator/x86/64/ncvalidate.h
deleted file mode 100644
index 07b24d949c39f4f53e63845d5361ed00fd5e95f0..0000000000000000000000000000000000000000
--- a/src/trusted/validator/x86/64/ncvalidate.h
+++ /dev/null
@@ -1,37 +0,0 @@
-/*
- * Copyright (c) 2012 The Native Client Authors. All rights reserved.
- * Use of this source code is governed by a BSD-style license that can be
- * found in the LICENSE file.
- */
-
-#ifndef NATIVE_CLIENT_SRC_TRUSTED_VALIDATOR_X86_64_NCVALIDATE_H_
-#define NATIVE_CLIENT_SRC_TRUSTED_VALIDATOR_X86_64_NCVALIDATE_H_
-
-/* Defines helper functions for implementing the ApplyValidator API
- * for the x86-64 architecture.
- */
-
-#include "native_client/src/trusted/validator/ncvalidate.h"
-
-
-/* Creates a validator state and initializes it. Returns
- * NaClValidationSucceeded if successful. Otherwise, it returns
- * status describing reason for failure.
- * Paramters are:
- * guest_addr: The pc address to use.
- * data - The contents of the code segment to be validated.
- * size - The size of the code segment to be validated.
- * bundle_size - The number of bytes in a code bundle.
- * local_cpu: True if local cpu rules should be applied.
- * Otherwise, assume no cpu specific rules.
- * vstate_ptr - Pointer to be set to allocated validator
- * state if succeeded (NULL otherwise).o
- */
-NaClValidationStatus NaClValidatorSetup_x86_64(
- uintptr_t guest_addr,
- size_t size,
- int readonly_text,
- const NaClCPUFeaturesX86 *cpu_features,
- struct NaClValidatorState** vstate_ptr);
-
-#endif /* NATIVE_CLIENT_SRC_TRUSTED_VALIDATOR_X86_64_NCVALIDATE_H_ */
« no previous file with comments | « src/trusted/validator/x86/32/validator_x86_32.gyp ('k') | src/trusted/validator/x86/64/ncvalidate.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698