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

#include "hang.H"

struct B
{
  int member_of_B;
};

int var_in_b = 1729;

int dummy2 (void)
{
  return var_in_b;
}