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

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

Issue 2008253004: Refactor rel32 searching process for x64 to make it more similar to x86. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Correct far away ptr in rel32_x64_03.txt test case 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
« no previous file with comments | « courgette/testdata/rel32_x86_02.txt ('k') | courgette/testdata/rel32_x86_04.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Test target validity: only accept target RVA in [1000, 3000). 1 # Test target validity: only accept target RVA in [1000, 3000).
2 2
3 # Processor type
4 x86
3 # .text start RVA and end RVA 5 # .text start RVA and end RVA
4 1000 6 1000
5 3000 7 3000
6 # .reloc start RVA and end RVA 8 # .reloc start RVA and end RVA
7 3800 9 3800
8 4000 10 4000
9 # End RVA 11 # End RVA
10 5000 12 5000
11 13
12 # Assume ImageBase = 00400000. This does not affect the test. 14 # Assume ImageBase = 00400000. This does not affect the test.
(...skipping 18 matching lines...) Expand all
31 00401048: 5D pop ebp 33 00401048: 5D pop ebp
32 00401049: C3 ret 34 00401049: C3 ret
33 35
34 Abs32: 36 Abs32:
35 37
36 Expected: 38 Expected:
37 1009 39 1009
38 1015 40 1015
39 101F 41 101F
40 102A 42 102A
OLDNEW
« no previous file with comments | « courgette/testdata/rel32_x86_02.txt ('k') | courgette/testdata/rel32_x86_04.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698