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
foo:
	.dc.l    0x12345678

	.section .rel.text,""
 .ifdef ELF64
	.8byte	0
	.8byte	RELOC
 .else
	.4byte	0
	.4byte	RELOC
 .endif