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

	.syntax unified
	.arch armv6
	.weak bar
	.section .far, "ax", %progbits
	.global	_start
	.type	_start, %function
_start:
	bl bar
	bleq bar
	.thumb
	.type foo, %function
	.thumb_func
foo:
	bl bar
	movs r0, #0
	bl bar
	bx lr