crti.s
来自「Axis 221 camera embedded programing inte」· S 代码 · 共 33 行
S
33 行
.section .init.globl _init .type _init, @function_init: pushl %ebp movl %esp, %ebp pushl %ebx call __get_pc_thunk_bx addl $_GLOBAL_OFFSET_TABLE_, %ebx .section .fini.globl _fini .type _fini, @function_fini: pushl %ebp movl %esp, %ebp pushl %ebx call __get_pc_thunk_bx addl $_GLOBAL_OFFSET_TABLE_, %ebx .section .gnu.linkonce.t.__get_pc_thunk_bx,"ax",@progbits.globl __get_pc_thunk_bx .hidden __get_pc_thunk_bx .type __get_pc_thunk_bx, @function__get_pc_thunk_bx: movl (%esp), %ebx ret
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?