File: load1.s

package info (click to toggle)
binutils-djgpp 2.35.1%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid
  • size: 321,256 kB
  • sloc: ansic: 1,162,947; asm: 671,219; cpp: 134,012; exp: 70,783; makefile: 55,860; sh: 22,254; yacc: 14,459; lisp: 13,806; perl: 2,008; lex: 1,649; pascal: 307; sed: 195; awk: 25
file content (51 lines) | stat: -rw-r--r-- 1,318 bytes parent folder | download | duplicates (27)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
	.data
	.type	bar, @object
bar:
	.byte	1
	.size	bar, .-bar
	.globl	foo
	.type	foo, @object
foo:
	.byte	1
	.size	foo, .-foo
	.text
	.globl	_start
	.type	_start, @function
_start:
	adcl	bar@GOTPCREL(%rip), %eax
	addl	bar@GOTPCREL(%rip), %ebx
	andl	bar@GOTPCREL(%rip), %ecx
	cmpl	bar@GOTPCREL(%rip), %edx
	orl	bar@GOTPCREL(%rip), %esi
	sbbl	bar@GOTPCREL(%rip), %edi
	subl	bar@GOTPCREL(%rip), %ebp
	xorl	bar@GOTPCREL(%rip), %r8d
	testl	%r15d, bar@GOTPCREL(%rip)
	adcq	bar@GOTPCREL(%rip), %rax
	addq	bar@GOTPCREL(%rip), %rbx
	andq	bar@GOTPCREL(%rip), %rcx
	cmpq	bar@GOTPCREL(%rip), %rdx
	orq	bar@GOTPCREL(%rip), %rdi
	sbbq	bar@GOTPCREL(%rip), %rsi
	subq	bar@GOTPCREL(%rip), %rbp
	xorq	bar@GOTPCREL(%rip), %r8
	testq	%r15, bar@GOTPCREL(%rip)
	adcl	foo@GOTPCREL(%rip), %eax
	addl	foo@GOTPCREL(%rip), %ebx
	andl	foo@GOTPCREL(%rip), %ecx
	cmpl	foo@GOTPCREL(%rip), %edx
	orl	foo@GOTPCREL(%rip), %esi
	sbbl	foo@GOTPCREL(%rip), %edi
	subl	foo@GOTPCREL(%rip), %ebp
	xorl	foo@GOTPCREL(%rip), %r8d
	testl	%r15d, foo@GOTPCREL(%rip)
	adcq	foo@GOTPCREL(%rip), %rax
	addq	foo@GOTPCREL(%rip), %rbx
	andq	foo@GOTPCREL(%rip), %rcx
	cmpq	foo@GOTPCREL(%rip), %rdx
	orq	foo@GOTPCREL(%rip), %rdi
	sbbq	foo@GOTPCREL(%rip), %rsi
	subq	foo@GOTPCREL(%rip), %rbp
	xorq	foo@GOTPCREL(%rip), %r8
	testq	%r15, foo@GOTPCREL(%rip)
	.size	_start, .-_start