Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4 5 6 7 8 9 10
.globl foo .type foo, @function foo: .cfi_startproc nop .cfi_def_cfa_offset 4 nop .cfi_register $29, $0 nop .cfi_endproc