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

extern int common1[8];

extern void foo ();

int
bar ()
{
  foo ();
  return common1[4];
}