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 i686-pc-linux -filetype=obj %s -o - | llvm-readobj -t | FileCheck %s

// MC allows ?'s in symbol names as an extension.

.text
.globl foo?bar
.type foo?bar, @function
foo?bar:
ret

// CHECK: Symbol
// CHECK: Name: foo?bar