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

Unified Diff: tests/dynamic_code_loading/templates_arm.S

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/templates.h ('k') | tests/dynamic_code_loading/templates_x86.S » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/dynamic_code_loading/templates_arm.S
===================================================================
--- tests/dynamic_code_loading/templates_arm.S (revision 4097)
+++ tests/dynamic_code_loading/templates_arm.S (working copy)
@@ -4,6 +4,30 @@
* be found in the LICENSE file.
*/
+
+ .global template_func_misaligned_replacement
+ .global template_func_misaligned_replacement_end
+ .global template_func_illegal_call_target
+ .global template_func_illegal_call_target_end
+ .global template_func_illegal_register_replacement
+ .global template_func_illegal_register_replacement_end
+ .global template_func_illegal_guard_replacement
+ .global template_func_illegal_guard_replacement_end
+ .global template_func_illegal_constant_replacement
+ .global template_func_illegal_constant_replacement_end
+template_func_misaligned_replacement:
+template_func_illegal_call_target:
+template_func_illegal_register_replacement:
+template_func_illegal_guard_replacement:
+template_func_illegal_constant_replacement:
+ /* Not implemented */
+ bkpt 0x7777 /* hlt */
+template_func_misaligned_replacement_end:
+template_func_illegal_call_target_end:
+template_func_illegal_register_replacement_end:
+template_func_illegal_guard_replacement_end:
+template_func_illegal_constant_replacement_end:
+
.global template_func
.global template_func_end
template_func:
« no previous file with comments | « tests/dynamic_code_loading/templates.h ('k') | tests/dynamic_code_loading/templates_x86.S » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698