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
@RUN: llvm-mc -triple arm-unknown-linux -filetype=obj %s | llvm-objdump -d - | FileCheck %s

.text
  b l0
  .inst 0xffffffff
l0:

@CHECK:            0: 00 00 00 ea   b #0 <l0>
@CHECK-NEXT:       4: ff ff ff ff  <unknown>