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
8
9
# { dg-do assemble { target x86_64-*-darwin* } }

	.symbol_stub	
	.lazy_symbol_pointer	
	.non_lazy_symbol_pointer

# { dg-error ".symbol_stub is not used for the selected target" "" { target x86_64-*-darwin* } 3 }
# { dg-error ".lazy_symbol_pointer is not used for the selected target" "" { target x86_64-*-darwin* } 4 }
# { dg-error ".non_lazy_symbol_pointer is not used for the selected target" "" { target x86_64-*-darwin* } 5 }