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

SECTIONS {
	.text :
	  {
	    tmpdir/alignof.o (.text)
	  }
	.data : 
	  { 
	    tmpdir/alignof.o (.data)
	    LONG (ALIGNOF(.text))
	    LONG (ALIGNOF(.data))
	  }
}	

alignof_text = ALIGNOF(.text);
alignof_data = ALIGNOF(.data);