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

Side by Side Diff: third_party/boringssl/win-x86_64/crypto/aes/vpaes-x86_64.asm

Issue 428753004: BoringSSL: roll DEPS and enable dynamic visibility. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix quotes in GN file. Created 6 years, 4 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 | Annotate | Revision Log
OLDNEW
1 OPTION DOTNAME 1 OPTION DOTNAME
2 .text$» SEGMENT ALIGN(64) 'CODE' 2 .text$» SEGMENT ALIGN(256) 'CODE'
3 3
4 4
5 5
6 6
7 7
8 8
9 9
10 10
11 11
12 12
(...skipping 1121 matching lines...) Expand 10 before | Expand all | Expand 10 after
1134 DB 9,0,0,0 1134 DB 9,0,0,0
1135 DD imagerel se_handler 1135 DD imagerel se_handler
1136 DD imagerel $L$dec_body,imagerel $L$dec_epilogue 1136 DD imagerel $L$dec_body,imagerel $L$dec_epilogue
1137 $L$SEH_info_vpaes_cbc_encrypt:: 1137 $L$SEH_info_vpaes_cbc_encrypt::
1138 DB 9,0,0,0 1138 DB 9,0,0,0
1139 DD imagerel se_handler 1139 DD imagerel se_handler
1140 DD imagerel $L$cbc_body,imagerel $L$cbc_epilogue 1140 DD imagerel $L$cbc_body,imagerel $L$cbc_epilogue
1141 1141
1142 .xdata ENDS 1142 .xdata ENDS
1143 END 1143 END
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698