74 lines
1.3 KiB
ArmAsm
Executable File
74 lines
1.3 KiB
ArmAsm
Executable File
.arch armv7-a
|
|
.fpu softvfp
|
|
.eabi_attribute 20, 1
|
|
.eabi_attribute 21, 1
|
|
.eabi_attribute 23, 3
|
|
.eabi_attribute 24, 1
|
|
.eabi_attribute 25, 1
|
|
.eabi_attribute 26, 2
|
|
.eabi_attribute 30, 6
|
|
.eabi_attribute 34, 1
|
|
.eabi_attribute 18, 4
|
|
.file "ifc.mod.c"
|
|
#APP
|
|
.macro it, cond
|
|
.endm
|
|
.macro itt, cond
|
|
.endm
|
|
.macro ite, cond
|
|
.endm
|
|
.macro ittt, cond
|
|
.endm
|
|
.macro itte, cond
|
|
.endm
|
|
.macro itet, cond
|
|
.endm
|
|
.macro itee, cond
|
|
.endm
|
|
.macro itttt, cond
|
|
.endm
|
|
.macro ittte, cond
|
|
.endm
|
|
.macro ittet, cond
|
|
.endm
|
|
.macro ittee, cond
|
|
.endm
|
|
.macro itett, cond
|
|
.endm
|
|
.macro itete, cond
|
|
.endm
|
|
.macro iteet, cond
|
|
.endm
|
|
.macro iteee, cond
|
|
.endm
|
|
|
|
.section .modinfo,"a",%progbits
|
|
.type __UNIQUE_ID_vermagic0, %object
|
|
.size __UNIQUE_ID_vermagic0, 44
|
|
__UNIQUE_ID_vermagic0:
|
|
.ascii "vermagic=4.4.115 SMP mod_unload ARMv7 p2v8 \000"
|
|
.global __this_module
|
|
.section .gnu.linkonce.this_module,"aw",%progbits
|
|
.align 6
|
|
.type __this_module, %object
|
|
.size __this_module, 512
|
|
__this_module:
|
|
.space 12
|
|
.ascii "ifc\000"
|
|
.space 56
|
|
.space 148
|
|
.word init_module
|
|
.space 120
|
|
.space 28
|
|
.space 72
|
|
.word cleanup_module
|
|
.space 64
|
|
.section .modinfo
|
|
.align 2
|
|
.type __module_depends, %object
|
|
.size __module_depends, 9
|
|
__module_depends:
|
|
.ascii "depends=\000"
|
|
.ident "GCC: (Buildroot 2015.08.1-gd814875) 4.9.3"
|
|
.section .note.GNU-stack,"",%progbits
|