Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4 5 6 7 8 9 10 11
.section .text,"axG",%progbits,foo1,comdat .ifdef UNDERSCORE .globl _foo1 .type _foo1, %function _foo1: .else .globl foo1 .type foo1, %function foo1: .endif .byte 0