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

Unified Diff: src/trusted/service_runtime/nacl_text.h

Issue 10681005: Allow sel_ldr to continue without the IRT, when nexe doesn't have segment gap (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: simpler check? Created 8 years, 6 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 | « no previous file | src/trusted/service_runtime/nacl_text.c » ('j') | src/trusted/service_runtime/nacl_text.c » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/trusted/service_runtime/nacl_text.h
diff --git a/src/trusted/service_runtime/nacl_text.h b/src/trusted/service_runtime/nacl_text.h
index 767157d333b70d03b9be92d1a58bb977e162c9cc..699d18b24ae3b0910b87f0a44aa1d305ec7a5db7 100644
--- a/src/trusted/service_runtime/nacl_text.h
+++ b/src/trusted/service_runtime/nacl_text.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2011 The Native Client Authors. All rights reserved.
+ * 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.
*/
@@ -52,6 +52,8 @@ int32_t NaClTextSysDyncode_Delete(struct NaClAppThread *natp,
uint32_t dest,
uint32_t size);
+int32_t NaClHasSegmentGapForDyncode(struct NaClApp *nap);
+
EXTERN_C_END
#endif
« no previous file with comments | « no previous file | src/trusted/service_runtime/nacl_text.c » ('j') | src/trusted/service_runtime/nacl_text.c » ('J')

Powered by Google App Engine
This is Rietveld 408576698