Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

	.type	bar, @function
bar:
	ret
	.size	bar, .-bar
.globl foo
	.type	foo, @function
foo:
	leaq	bar(%rip), %rax
	ret
	.size	foo, .-foo