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

1
2
3
4
5
6
7
8
9
	.section	.tdata
var:
	.word	2
	.text
	adrp	x0, :tlsgd:var
	add	x0, x0, :tlsgd_lo12:var
	bl	__tls_get_addr
	nop
	ldr	w0, [x0]