Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4 5 6 7 8 9 10 11 12 13
.text .globl new_foo .type new_foo, %function new_foo: .size new_foo, . - new_foo .symver new_foo, foo@@ver_foo .data .globl bar .type bar, %object bar: .dc.a foo .size bar, . - bar