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

struct A
{
  struct B *b_ptr_in_a;
};

struct C
{
  struct B
  {
    int member_of_B_in_C;
  };
};