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

 .section ".tbss","awT",@nobits
 .global gd0
 .align 3
gd0: .space 8

 .section ".no_opt3", "ax", %progbits
# this section should also not be optimised
 addi 3,2,gd@got@tlsgd
 b 0f
 addi 3,2,gd0@got@tlsgd
 b 1f
0:
 bl __tls_get_addr
 nop
 b 2f
1:
 bl __tls_get_addr
 nop
2: