Training courses
Kernel and Embedded Linux
Bootlin training courses
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