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

Unified Diff: tests/dynamic_code_loading/templates.h

Issue 5738003: Resurrect Petr's 64-bit dynamic code modification CL:... (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Patch Set: '' Created 9 years, 11 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 | « tests/dynamic_code_loading/nacl.scons ('k') | tests/dynamic_code_loading/templates_arm.S » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/dynamic_code_loading/templates.h
===================================================================
--- tests/dynamic_code_loading/templates.h (revision 4097)
+++ tests/dynamic_code_loading/templates.h (working copy)
@@ -19,6 +19,16 @@
extern char branch_forwards_end;
extern char branch_backwards;
extern char branch_backwards_end;
+extern char template_func_misaligned_replacement;
+extern char template_func_misaligned_replacement_end;
+extern char template_func_illegal_call_target;
+extern char template_func_illegal_call_target_end;
+extern char template_func_illegal_register_replacement;
+extern char template_func_illegal_register_replacement_end;
+extern char template_func_illegal_guard_replacement;
+extern char template_func_illegal_guard_replacement_end;
+extern char template_func_illegal_constant_replacement;
+extern char template_func_illegal_constant_replacement_end;
/*
* The end of the text segment, the dynamic code resion starts at the
« no previous file with comments | « tests/dynamic_code_loading/nacl.scons ('k') | tests/dynamic_code_loading/templates_arm.S » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698