Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4 5 6 7 8 9 10 11 12 13
.text .globl __foo .type __foo, %function __foo: .byte 0 .globl __foo1 .ifdef NO_SET __foo1 = __foo .else .set __foo1, __foo .endif .symver __foo,foo@@VERS.2 .symver __foo1,foo@VERS.1