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

	.macro	load
	.text
	lw	$4,%gottprel(foo\@)($gp)

	.global foo\@
	.type   foo\@,@object
	.size   foo\@,4
	.section .tdata,"awT",@progbits
foo\@:
	.word   \@
	.endm

	.rept	4
	load
	.endr

	.data
	.word	undef