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

.psize 0
.text
.extern xxx

.code16gcc
1:	jmp	1b
	jmp	xxx
	jmp	*xxx
	jmp	*%edi
	jmp	*(%edi)
	ljmp	*xxx(%edi)
	ljmp	*xxx
	ljmp	$0x1234,$xxx

	call	1b
	call	xxx
	call	*xxx
	call	*%edi
	call	*(%edi)
	lcall	*xxx(%edi)
	lcall	*xxx
	lcall	$0x1234,$xxx

.code16
	jmp	1b
	jmp	*xxx
	jmp	*%di
	jmp	*(%di)
	ljmp	*xxx(%di)
	ljmpl	*xxx(%di)
	ljmp	*xxx
	ljmpl	*xxx
	ljmp	$0x1234,$xxx

	call	1b
	call	xxx
	call	*xxx
	call	*%di
	call	*(%di)
	lcall	*xxx(%di)
	lcalll	*xxx(%di)
	lcall	*xxx
	lcalll	*xxx
	lcall	$0x1234,$xxx

	.intel_syntax noprefix
	call	word ptr [bx]
	call	dword ptr [bx]
	call	fword ptr [bx]
	jmp	word ptr [bx]
	jmp	dword ptr [bx]
	jmp	fword ptr [bx]
	jmp	$+2
	nop
	jmp	.+2
	nop

	lcall	0x9090,0x1010
	lcall	0x9090:0x1010
	lcall	0x9090,xxx
	lcall	0x9090:xxx
	call	0x9090,0x1010
	call	0x9090:0x1010
	call	0x9090,xxx
	call	0x9090:xxx
	ljmp	0x9090,0x1010
	ljmp	0x9090:0x1010
	ljmp	0x9090,xxx
	ljmp	0x9090:xxx
	jmp	0x9090,0x1010
	jmp	0x9090:0x1010
	jmp	0x9090,xxx
	jmp	0x9090:xxx

	.att_syntax
.code16gcc
	iret
	iretw
	iretl

.code16
	iret
	iretw
	iretl

	.intel_syntax noprefix
.code16gcc
	iret
	iretw
	iretd

.code16
	iret
	iretw
	iretd