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
; Just something allocating 128 bytes TLS data.
	.section	.tdata,"awT",@progbits
	.p2align 2
	.type	tls128, @object
tls128:
	.long	47
	.fill	124,1,0
	.size	tls128, 128