File: symbols-3.s

package info (click to toggle)
binutils-avr 2.26.20160125%2BAtmel3.6.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 365,552 kB
  • sloc: ansic: 2,480,046; asm: 892,807; exp: 188,218; cpp: 133,829; makefile: 63,886; sh: 32,212; yacc: 26,783; lisp: 16,709; xml: 7,490; perl: 6,449; python: 4,555; ada: 4,318; pascal: 3,174; lex: 2,250; cs: 879; sed: 334; f90: 298; awk: 168; objc: 134; java: 73; fortran: 43
file content (111 lines) | stat: -rw-r--r-- 1,417 bytes parent folder | download | duplicates (29)
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
# indirect references, stubs and {non,}_lazy_symbol_pointer sections.
# not applicable to x86_64 mach-o.

	.text
	.globl c
	.globl c1
	.globl c2
c:	nop
c1:	nop
c2:	nop

e:	nop
e1:	nop
e2:	nop

	.data
d:	.space 8
d1:	.space 8
d2:	.space 8

	.private_extern f
	.private_extern f1
	.private_extern f2
f:	.space 8
f1:	.space 8
f2:	.space 8

	.section __dummy, __dummy, symbol_stubs,strip_static_syms,8

	.indirect_symbol a
La:	.space 8

	.indirect_symbol b
Lb:	.space 8

	.indirect_symbol c
Lc:	.space 8

	.indirect_symbol d
Ld:	.space 8

	.indirect_symbol e
Le:	.space 8

	.indirect_symbol f
Lf:	.space 8

	.private_extern g
	.indirect_symbol g
Lg:	.space 8

	.lazy_symbol_pointer

	.indirect_symbol a1
La1:	.space 4

	.indirect_symbol b1
Lb1:	.space 4

	.indirect_symbol c1
Lc1:	.space 4

	.indirect_symbol d1
Ld1:	.space 4

	.indirect_symbol e1
Le1:	.space 4

	.indirect_symbol f1
Lf1:	.space 4

	.private_extern g1
	.indirect_symbol g1
Lg1:	.space 4

	.non_lazy_symbol_pointer

	.indirect_symbol a2
La2:	.space 4

	.indirect_symbol b2
Lb2:	.space 4

	.indirect_symbol c2
Lc2:	.space 4

	.indirect_symbol d2
Ld2:	.space 4

	.indirect_symbol e2
Le2:	.space 4

	.indirect_symbol f2
Lf2:	.space 4

	.private_extern g2
	.indirect_symbol g2
Lg2:	.space 4

	.indirect_symbol f1
Lf11:	.space 4

	.private_extern g1
	.indirect_symbol g1
Lg11:	.space 4

	.indirect_symbol a2
La12:	.space 4

	.indirect_symbol b2
Lb12:	.space 4