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

#name: AVR fix broken sync between debug_line and code addresses
#as: -mmcu=avrxmega2 -mlink-relax -gdwarf-2
#ld:  -mavrxmega2 --relax
#source: pr13402.s
#objdump: -S
#target: avr-*-*

#...
main:
call a
   0:	02 d0       	rcall	.+4      	; 0x6 <_etext>
call b
   2:	01 d0       	rcall	.+2      	; 0x6 <_etext>
call c
   4:	00 d0       	rcall	.+0      	; 0x6 <_etext>
#...