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 <stdio.h>

extern int foo2();

int
foo1()
{
  return 0;
}

int
bar1()
{
  return 0;
}

int
main()
{
  return 0;
}