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

Side by Side Diff: courgette/testdata/rel32_x64_01.txt

Issue 2072093003: Courgette: Extend pointer detection in x64. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 unified diff | Download patch
OLDNEW
1 # Test all rel32 jump instructions and supported rip accesses. 1 # Test all rel32 jump instructions and supported rip accesses.
2 2
3 # Processor type 3 # Processor type
4 x64 4 x64
5 # .text start RVA and end RVA 5 # .text start RVA and end RVA
6 1000 6 1000
7 3000 7 3000
8 # .reloc start RVA and end RVA 8 # .reloc start RVA and end RVA
9 3800 9 3800
10 4000 10 4000
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 1033 72 1033
73 1039 73 1039
74 103F 74 103F
75 1045 75 1045
76 1057 76 1057
77 105D 77 105D
78 1063 78 1063
79 1069 79 1069
80 106F 80 106F
81 1075 81 1075
82 # 107B Not yet detected. 82 107B
83 # 1081 Not yet detected. 83 1081
84 # 1087 Not yet detected. 84 1087
85 # 108D Not yet detected. 85 108D
86 1094 86 1094
87 109B 87 109B
88 10A2 88 10A2
89 10A9 89 10A9
90 10B0 90 10B0
91 10B7 91 10B7
92 10BE 92 10BE
93 10C5 93 10C5
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698