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

	.text
	.globl	foo
	.type	foo, @function
foo:
	.word	0
	movab	protected_foo, %r0
	movab	hidden_foo, %r0
	movab	internal_foo, %r0
	ret
	.size	foo, . - foo