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
	.global foo
foo:
	.dc.a 0

	.section ".note.4", "a"
	.p2align 3
	.long .L1 - .L0		/* name length.  */
	.long .L3 - .L1		/* data length.  */
	.long  123456		/* note type.  */
.L0:
	.asciz "GNU"		/* vendor name.  */
.L1:
	.p2align 3
	.long 0			/* pr_type.  */
	.long .L5 - .L4		/* pr_datasz.  */
.L4:
	.zero 0x10
.L5:
	.p2align 3
.L3: