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

Unified Diff: src/trusted/validator/x86/ncval_seg_sfi/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
Index: src/trusted/validator/x86/ncval_seg_sfi/ncvalidate.h
diff --git a/src/trusted/validator/x86/ncval_seg_sfi/ncvalidate.h b/src/trusted/validator/x86/ncval_seg_sfi/ncvalidate.h
index c002cddff31ec03d5d2ebae715e725c9f1834bdc..b1dc3d2d8a724163488143c0bdd34e0efa2a1168 100644
--- a/src/trusted/validator/x86/ncval_seg_sfi/ncvalidate.h
+++ b/src/trusted/validator/x86/ncval_seg_sfi/ncvalidate.h
@@ -135,4 +135,7 @@ int NCValidatorGetMaxDiagnostics();
*/
void NCValidatorSetMaxDiagnostics(int new_value);
+/* Returns 1 if any code has been overwritten with halts. */
+int NCValidatorDidStubOut(struct NCValidatorState *vstate);
+
#endif /* NATIVE_CLIENT_SRC_TRUSTED_VALIDATOR_X86_NCVAL_SEG_SFI_NCVALIDATE_H__ */
« no previous file with comments | « src/trusted/validator/x86/ncval_reg_sfi/ncvalidate_iter.c ('k') | src/trusted/validator/x86/ncval_seg_sfi/ncvalidate.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698