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 g();

struct two {};
void one();
struct three {}; // for verification

void many(int k);
struct many;
void many(int l);
struct many {};

void noret() __attribute__((noreturn));