Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4 5 6 7 8 9 10 11 12 13 14
.global foo .type foo, @function foo: jmp ifunc@PLT .type ifunc, @gnu_indirect_function ifunc: ret .global bar .type bar, @function bar: jmp normal@PLT .type normal, @function normal: ret