Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4 5 6 7 8 9 10 11 12
.section scnfoo,"aw",%progbits .zero 0x10 .globl bar .data .type bar, %object bar: .ifdef UNDERSCORE .dc.a ___stop_scnfoo .else .dc.a __stop_scnfoo .endif