Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
.section scnfoo,"aw",%progbits .zero 0x10 .globl bar .data .align 8 .type bar, %object .size bar, 8 bar: .ifdef UNDERSCORE .dc.a ___start_scnfoo .else .dc.a __start_scnfoo .endif .dc.a .startof. (scnfoo)