Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4 5 6 7 8 9 10 11 12 13 14
.text .file 1 "foo/bar.s" .loc_mark_labels 1 .globl foobar .type foobar, %function foobar: .quad 0x1 .size foobar, .-foobar .globl baz .type baz, %function baz: .quad 0x1 .size baz, .-baz