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

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

Issue 9535001: Add validation caching interface. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: More edits Created 8 years, 10 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/ncvalidate.c ('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
index 1a60f422d3124cdaaadc874227bd6afe6a67a778..bbb44048d8abcb709fe176cc4dea5282ba828402 100644
--- a/src/trusted/validator/x86/64/ncvalidate.h
+++ b/src/trusted/validator/x86/64/ncvalidate.h
@@ -50,18 +50,4 @@ NaClValidationStatus NaClValidatorSetup_x86_64(
NaClCPUFeaturesX86 *cpu_features,
struct NaClValidatorState** vstate_ptr);
-/* Runs the validator on the memory segment, returning
- * true if the segment validates.
- * Parameters 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.
- * vstate - The allocated and initialized validator state to use.
- */
-Bool NaClSegmentValidate_x86_64(
- uintptr_t guest_addr,
- uint8_t *data,
- size_t size,
- struct NaClValidatorState* vstate);
-
#endif /* NATIVE_CLIENT_SRC_TRUSTED_VALIDATOR_X86_64_NCVALIDATE_H_ */
« no previous file with comments | « src/trusted/validator/x86/32/ncvalidate.c ('k') | src/trusted/validator/x86/64/ncvalidate.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698