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

# RUN: llvm-mc -triple i386-pc-linux-gnu %s | FileCheck %s

	.bss
# CHECK: .bss

	.data.rel.ro
# CHECK: .data.rel.ro

	.data.rel
# CHECK: .data.rel

	.eh_frame
# CHECK: .eh_frame

	.rodata
# CHECK: .rodata

	.tbss
# CHECK: .tbss

	.tdata
# CHECK: .tdata