Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4 5 6 7 8 9 10
.type bar, @function bar: ret .size bar, .-bar .globl foo .type foo, @function foo: leaq bar(%rip), %rax ret .size foo, .-foo