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

Side by Side Diff: courgette/testdata/rel32_x86_01.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: Improve rel32_finder doc 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. 1 # Test all rel32 jump instructions.
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 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 1027 46 1027
47 102D 47 102D
48 1033 48 1033
49 1039 49 1039
50 103F 50 103F
51 1045 51 1045
52 1057 52 1057
53 105D 53 105D
54 1063 54 1063
55 1069 55 1069
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698