blob: 29f413839c157335fea05ec94ddf2ea8f3a53e09 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
.text
.global fun
.type fun, %function
fun:
.space 4
.size fun, .-fun
.section .data.rel.ro,"aw",%progbits
.p2align 3
.type fun_ptr, %object
fun_ptr:
.dc.a fun
.size fun_ptr, .-fun_ptr
|