crti.s

来自「Axis 221 camera embedded programing inte」· S 代码 · 共 51 行

S
51
字号
	.file	1 "initfini.c"	.section .mdebug.abi32	.previous	.abicalls#APP		.section .init#NO_APP	.align	2	.globl	_init	.ent	_init	.type	_init, @function_init:	.frame	$sp,32,$31		# vars= 0, regs= 2/0, args= 16, extra= 8	.mask	0x90000000,-4	.fmask	0x00000000,0	.set	noreorder	.cpload	$25	.set	reorder	subu	$sp,$sp,32	.cprestore 16	sw	$31,28($sp)	sw	$28,24($sp)#APP		.align 2	.end _init		.section .fini#NO_APP	.align	2	.globl	_fini	.ent	_fini	.type	_fini, @function_fini:	.frame	$sp,32,$31		# vars= 0, regs= 2/0, args= 16, extra= 8	.mask	0x90000000,-4	.fmask	0x00000000,0	.set	noreorder	.cpload	$25	.set	reorder	subu	$sp,$sp,32	.cprestore 16	sw	$31,28($sp)	sw	$28,24($sp)#APP	.align 2	.end _fini		.ident	"GCC: (GNU) 3.3.2"

⌨️ 快捷键说明

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