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

1
2
3
4
5
6
7
#include "config.h"
#if defined(__ELF__) && defined(__linux__)
#if defined (TARGET_LIBC_GNUSTACK) || defined (__mips_soft_float)
	.section .note.GNU-stack,"",%progbits
	.previous
#endif
#endif