免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 3410 | 回复: 1
打印 上一主题 下一主题

一个简单的汇编问题。。。 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2015-09-21 10:31 |只看该作者 |倒序浏览
我真的差了很多资料,还是找不到代码里的.LC0    .LFB2           .cfi_def_cfa_offset 8          .cfi_offset 5, -8            .cfi_restore 5                .cfi_def_cfa 4, 4
这些都是什么意思,请问谁有相关资料给我一份,谢谢                                               

.file        "test.c"
        .section        .rodata
.LC0:
        .string        "%d"
        .text
        .globl        main
        .type        main, @function
main:
.LFB2:
        .cfi_startproc
        pushl        %ebp
        .cfi_def_cfa_offset 8
        .cfi_offset 5, -8
        movl        %esp, %ebp
        .cfi_def_cfa_register 5
        andl        $-16, %esp
        subl        $16, %esp
        call        getpid
        movl        %eax, 4(%esp)
        movl        $.LC0, (%esp)
        call        printf
        movl        $0, %eax
        leave
        .cfi_restore 5
        .cfi_def_cfa 4, 4
        ret
        .cfi_endproc
.LFE2:
        .size        main, .-main
        .ident        "GCC: (Ubuntu 4.8.4-2ubuntu1~14.04) 4.8.4"
        .section        .note.GNU-stack,"",@progbits

论坛徽章:
2
摩羯座
日期:2013-10-10 14:29:04天蝎座
日期:2014-01-03 09:14:49
2 [报告]
发表于 2015-09-29 10:40 |只看该作者
.cfi 参见  https://sourceware.org/binutils/ ... html#CFI-directives

.LC0    .LFB2 是标号(label)

回复 1# Flygend


   
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP