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

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: 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 target validity: only accept target RVA in [1000, 3000). 1 # Test target validity: only accept target RVA in [1000, 3000).
2 2
3 # .text start RVA and end RVA 3 # .text start RVA and end RVA
4 1000 4 1000
5 3000 5 3000
6 # .reloc start RVA and end RVA 6 # .reloc start RVA and end RVA
7 3800 7 3800
8 4000 8 4000
9 # End RVA 9 # End RVA
10 5000 10 5000
(...skipping 20 matching lines...) Expand all
31 00401048: 5D pop ebp 31 00401048: 5D pop ebp
32 00401049: C3 ret 32 00401049: C3 ret
33 33
34 Abs32: 34 Abs32:
35 35
36 Expected: 36 Expected:
37 1009 37 1009
38 1015 38 1015
39 101F 39 101F
40 102A 40 102A
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698