11 lines
100 B
ArmAsm
11 lines
100 B
ArmAsm
.text
|
|
.global atexit
|
|
.type atexit,@function
|
|
atexit:
|
|
nop
|
|
|
|
.global foo
|
|
.type foo,@function
|
|
foo:
|
|
nop
|