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

void f();

struct one {};
void two();

void many(int i);
struct many;
void many(int j);
struct many;

void noret();