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 _start
	.type _start, @function
_start:
	ret

	.globl xyzzy	/* This symbol should be exported */
	.type xyzzy, @function
xyzzy:
	ret

	.section ".xyzzy_ptr","aw",%progbits
	.dc.a xyzzy