Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Third Party Openssl
提交
702e7425
T
Third Party Openssl
项目概览
OpenHarmony
/
Third Party Openssl
接近 2 年 前同步成功
通知
12
Star
18
Fork
1
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
T
Third Party Openssl
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
702e7425
编写于
12月 19, 2008
作者:
A
Andy Polyakov
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
cmll-x86_64.pl: bug fix and size optimization of Win64 SEH section.
上级
be01f79d
变更
1
隐藏空白更改
内联
并排
Showing
1 changed file
with
6 addition
and
31 deletion
+6
-31
crypto/camellia/asm/cmll-x86_64.pl
crypto/camellia/asm/cmll-x86_64.pl
+6
-31
未找到文件。
crypto/camellia/asm/cmll-x86_64.pl
浏览文件 @
702e7425
...
@@ -876,11 +876,12 @@ common_se_handler:
...
@@ -876,11 +876,12 @@ common_se_handler:
push %rdi
push %rdi
push %rbx
push %rbx
push %rbp
push %rbp
push %r12
push %r13
push %r13
push %r14
push %r14
push %r15
push %r15
pushfq
pushfq
lea -
72
(%rsp),%rsp
lea -
64
(%rsp),%rsp
mov 120($context),%rax # pull context->Rax
mov 120($context),%rax # pull context->Rax
mov 248($context),%rbx # pull context->Rip
mov 248($context),%rbx # pull context->Rip
...
@@ -919,36 +920,7 @@ common_se_handler:
...
@@ -919,36 +920,7 @@ common_se_handler:
mov %rsi,168($context) # restore context->Rsi
mov %rsi,168($context) # restore context->Rsi
mov %rdi,176($context) # restore context->Rdi
mov %rdi,176($context) # restore context->Rdi
mov 40($disp),%rdi # disp->ContextRecord
jmp .Lcommon_seh_exit
mov $context,%rsi
mov \$`1232/8`,%ecx
.long 0xa548f3fc # cld; rep movsq
mov $disp,%rsi
xor %rcx,%rcx # arg1, UNW_FLAG_NHANDLER
mov 8(%rsi),%rdx # arg2, disp->ImageBase
mov 0(%rsi),%r8 # arg3, disp->ControlPc
mov 16(%rsi),%r9 # arg4, disp->FunctionEntry
mov 40(%rsi),%r10 # disp->ContextRecord
lea 56(%rsi),%r11 # &disp->HandlerData
lea 24(%rsi),%r12 # &disp->EstablisherFrame
mov %r10,32(%rsp) # arg5
mov %r11,40(%rsp) # arg6
mov %r12,48(%rsp) # arg7
mov %rcx,56(%rsp) # arg8, (NULL)
call *__imp_RtlVirtualUnwind(%rip)
mov \$1,%eax # ExceptionContinueSearch
lea 72(%rsp),%rsp
popfq
pop %r15
pop %r14
pop %r13
pop %rbp
pop %rbx
pop %rdi
pop %rsi
ret
.size common_se_handler,.-common_se_handler
.size common_se_handler,.-common_se_handler
.type cbc_se_handler,\@abi-omnipotent
.type cbc_se_handler,\@abi-omnipotent
...
@@ -1006,6 +978,9 @@ cbc_se_handler:
...
@@ -1006,6 +978,9 @@ cbc_se_handler:
mov %rsi,168($context) # restore context->Rsi
mov %rsi,168($context) # restore context->Rsi
mov %rdi,176($context) # restore context->Rdi
mov %rdi,176($context) # restore context->Rdi
.align 4
.Lcommon_seh_exit:
mov 40($disp),%rdi # disp->ContextRecord
mov 40($disp),%rdi # disp->ContextRecord
mov $context,%rsi # context
mov $context,%rsi # context
mov \$`1232/8`,%ecx # sizeof(CONTEXT)
mov \$`1232/8`,%ecx # sizeof(CONTEXT)
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录