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

namespace N1 { 
  int& f(int);
}

namespace N2 { 
  int& f(int);
}

namespace N3 { 
  int& f(int);
}

namespace N12 { }

namespace N13 {
  void f();
  int f(int);
  void (*p)() = &f;
}

namespace AddAndReexportBeforeImport {
  int S;
}

namespace Empty {}