crtn.s

来自「ucLinux is a very good embeded sytem. Mo」· S 代码 · 共 19 行

S
19
字号
/* glibc's sysdeps/x86_64/elf/initfini.c used for reference [EPILOG] */.file	"initfini.c".section .init.global  _init.type    _init, %function	addq $8, %rsp	ret.size _init,.-_init.section .fini.global  _fini.type    _fini, %function	addq $8, %rsp	ret.size _fini, .-_fini

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?