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

NOCROSSREFS ( .text .data )
SECTIONS
{
  .dynsym : { *(.dynsym) }
  .dynstr : { *(.dynstr) }
  .hash : { *(.hash) }
  .gnu.hash : { *(.gnu.hash) }
  .toc  : { *(.toc) }
  .text : { tmpdir/cross1.o }
  .data : { tmpdir/cross2.o }
}