blob: 64e0feb966ee1394f2e12ec6e9e149b3cc698ae6 (
plain)
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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
|
## This file tests the ability of llvm-readobj to display the symbol table for a
## 32-bit XCOFF object file.
# RUN: yaml2obj %s -o %t
# RUN: llvm-readobj --symbols %t | FileCheck --check-prefixes=SYMBOL32,NODEMANGLE %s
# RUN: llvm-readobj --symbols --no-demangle %t | FileCheck --check-prefixes=SYMBOL32,NODEMANGLE %s
# RUN: llvm-readobj --symbols --demangle %t | FileCheck --check-prefixes=SYMBOL32,DEMANGLE %s
--- !XCOFF
FileHeader:
MagicNumber: 0x1DF
Sections:
- Name: .text
Symbols:
## The C_FILE symbol with File auxiliary entries.
- Name: .file
Value: 0x0
Section: N_DEBUG
Type: 0x0
StorageClass: C_FILE
NumberOfAuxEntries: 3
AuxEntries:
- Type: AUX_FILE
FileNameOrString: "test"
FileStringType: XFT_FN
- Type: AUX_FILE
FileNameOrString: "foo"
FileStringType: XFT_CT
- Type: AUX_FILE
FileNameOrString: "bar"
FileStringType: XFT_CV
## The C_STAT symbol with a SECT auxiliary entry.
- Name: .text
Value: 0x0
Section: .text
Type: 0x0
StorageClass: C_STAT
NumberOfAuxEntries: 1
AuxEntries:
- Type: AUX_STAT
SectionLength: 256
NumberOfRelocEnt: 4
NumberOfLineNum: 4
## The C_HIDEXT symbol with a CSECT auxiliary entry.
- Name: .fun
Value: 0x0
Section: .text
Type: 0x0
StorageClass: C_HIDEXT
NumberOfAuxEntries: 1
AuxEntries:
- Type: AUX_CSECT
ParameterHashIndex: 2
TypeChkSectNum: 3
SymbolAlignmentAndType: 7
StorageMappingClass: XMC_PR
SectionOrLength: 256
StabInfoIndex: 5
StabSectNum: 6
## The C_EXT symbol with a CSECT auxiliary entry.
- Name: ._Z5func1i
Value: 0x0
Section: .text
Type: 0x20
StorageClass: C_EXT
NumberOfAuxEntries: 1
AuxEntries:
- Type: AUX_CSECT
ParameterHashIndex: 1
TypeChkSectNum: 2
SymbolAlignmentAndType: 3
StorageMappingClass: XMC_PR
SectionOrLength: 256
StabInfoIndex: 4
StabSectNum: 5
## The C_WEAKEXT symbol with a CSECT auxiliary entry.
- Name: .fun2
Value: 0x0
Section: .text
Type: 0x20
StorageClass: C_WEAKEXT
NumberOfAuxEntries: 1
AuxEntries:
- Type: AUX_CSECT
ParameterHashIndex: 8
TypeChkSectNum: 9
SymbolAlignmentAndType: 1
StorageMappingClass: XMC_PR
SectionOrLength: 256
StabInfoIndex: 2
StabSectNum: 3
## The C_WEAKEXT symbol with a Function auxiliary entry and a CSECT auxiliary entry.
- Name: .fun3
Value: 0x0
Section: N_DEBUG
Type: 0x20
StorageClass: C_WEAKEXT
NumberOfAuxEntries: 2
AuxEntries:
- Type: AUX_FCN
OffsetToExceptionTbl: 2
SizeOfFunction: 3
SymIdxOfNextBeyond: 4
PtrToLineNum: 5
- Type: AUX_CSECT
ParameterHashIndex: 11
TypeChkSectNum: 22
SymbolAlignmentAndType: 33
StorageMappingClass: XMC_PR
SectionOrLength: 256
StabInfoIndex: 44
StabSectNum: 55
## The C_DWARF symbol with a SECT auxiliary entry.
- Name: .fun4
Section: N_DEBUG
StorageClass: C_DWARF
NumberOfAuxEntries: 1
AuxEntries:
- Type: AUX_SECT
LengthOfSectionPortion: 2
NumberOfRelocEnt: 3
## The C_BLOCK symbol with a Block auxiliary entry.
- Name: .fun5
StorageClass: C_BLOCK
NumberOfAuxEntries: 1
AuxEntries:
- Type: AUX_SYM
LineNumHi: 2
LineNumLo: 3
## The C_FCN symbol with a Block auxiliary entry.
- Name: .fun6
StorageClass: C_FCN
NumberOfAuxEntries: 1
AuxEntries:
- Type: AUX_SYM
LineNumHi: 2
LineNumLo: 3
##The C_WEAKEXT symbol with two Function auxiliary entries and a CSECT auxiliary entry.
- Name: .fun7
Value: 0x0
Section: .text
Type: 0x00
StorageClass: C_WEAKEXT
NumberOfAuxEntries: 3
AuxEntries:
- Type: AUX_FCN
OffsetToExceptionTbl: 2
SizeOfFunction: 3
SymIdxOfNextBeyond: 4
PtrToLineNum: 5
- Type: AUX_FCN
OffsetToExceptionTbl: 8
SizeOfFunction: 5
SymIdxOfNextBeyond: 8
PtrToLineNum: 5
- Type: AUX_CSECT
ParameterHashIndex: 11
TypeChkSectNum: 22
SymbolAlignmentAndType: 33
StorageMappingClass: XMC_PR
SectionOrLength: 256
StabInfoIndex: 44
StabSectNum: 55
- Name: bstat
Value: 0x0
Section: N_DEBUG
Type: 0x00
StorageClass: C_BSTAT
- Name: cfun
Value: 0x0
Section: N_DEBUG
Type: 0x00
StorageClass: C_FUN
- Name: stsym
Value: 0x05
Section: N_DEBUG
Type: 0x00
StorageClass: C_STSYM
- Name: bincl
Value: 0x06
Section: .text
Type: 0x00
StorageClass: C_BINCL
- Name: eincl
Value: 0x06
Section: .text
Type: 0x00
StorageClass: C_EINCL
- Name: lsym
Value: 0x07
Section: N_DEBUG
Type: 0x00
StorageClass: C_LSYM
- Name: psym
Value: 0x07
Section: N_DEBUG
Type: 0x00
StorageClass: C_PSYM
- Name: rsym
Value: 0x08
Section: N_DEBUG
Type: 0x00
StorageClass: C_RSYM
- Name: rpsym
Value: 0x08
Section: N_DEBUG
Type: 0x00
StorageClass: C_RPSYM
- Name: ecoml
Value: 0x09
Section: .text
Type: 0x00
StorageClass: C_ECOML
- Name: cinfo
Value: 0x02
Section: .text
Type: 0x00
StorageClass: C_INFO
# SYMBOL32: Symbols [
# SYMBOL32-NEXT: Symbol {
# SYMBOL32-NEXT: Index: 0
# SYMBOL32-NEXT: Name: .file
# SYMBOL32-NEXT: Value (SymbolTableIndex): 0x0
# SYMBOL32-NEXT: Section: N_DEBUG
# SYMBOL32-NEXT: Source Language ID: TB_C (0x0)
# SYMBOL32-NEXT: CPU Version ID: TCPU_INVALID (0x0)
# SYMBOL32-NEXT: StorageClass: C_FILE (0x67)
# SYMBOL32-NEXT: NumberOfAuxEntries: 3
# SYMBOL32-NEXT: File Auxiliary Entry {
# SYMBOL32-NEXT: Index: 1
# SYMBOL32-NEXT: Name: test
# SYMBOL32-NEXT: Type: XFT_FN (0x0)
# SYMBOL32-NEXT: }
# SYMBOL32-NEXT: File Auxiliary Entry {
# SYMBOL32-NEXT: Index: 2
# SYMBOL32-NEXT: Name: foo
# SYMBOL32-NEXT: Type: XFT_CT (0x1)
# SYMBOL32-NEXT: }
# SYMBOL32-NEXT: File Auxiliary Entry {
# SYMBOL32-NEXT: Index: 3
# SYMBOL32-NEXT: Name: bar
# SYMBOL32-NEXT: Type: XFT_CV (0x2)
# SYMBOL32-NEXT: }
# SYMBOL32-NEXT: }
# SYMBOL32-NEXT: Symbol {
# SYMBOL32-NEXT: Index: 4
# SYMBOL32-NEXT: Name: .text
# SYMBOL32-NEXT: Value (RelocatableAddress): 0x0
# SYMBOL32-NEXT: Section: .text
# SYMBOL32-NEXT: Type: 0x0
# SYMBOL32-NEXT: StorageClass: C_STAT (0x3)
# SYMBOL32-NEXT: NumberOfAuxEntries: 1
# SYMBOL32-NEXT: Sect Auxiliary Entry For Stat {
# SYMBOL32-NEXT: Index: 5
# SYMBOL32-NEXT: SectionLength: 256
# SYMBOL32-NEXT: NumberOfRelocEnt: 4
# SYMBOL32-NEXT: NumberOfLineNum: 4
# SYMBOL32-NEXT: }
# SYMBOL32-NEXT: }
# SYMBOL32-NEXT: Symbol {
# SYMBOL32-NEXT: Index: 6
# SYMBOL32-NEXT: Name: .fun
# SYMBOL32-NEXT: Value (RelocatableAddress): 0x0
# SYMBOL32-NEXT: Section: .text
# SYMBOL32-NEXT: Type: 0x0
# SYMBOL32-NEXT: StorageClass: C_HIDEXT (0x6B)
# SYMBOL32-NEXT: NumberOfAuxEntries: 1
# SYMBOL32-NEXT: CSECT Auxiliary Entry {
# SYMBOL32-NEXT: Index: 7
# SYMBOL32-NEXT: SectionLen: 256
# SYMBOL32-NEXT: ParameterHashIndex: 0x2
# SYMBOL32-NEXT: TypeChkSectNum: 0x3
# SYMBOL32-NEXT: SymbolAlignmentLog2: 0
# SYMBOL32-NEXT: SymbolType: 0x7
# SYMBOL32-NEXT: StorageMappingClass: XMC_PR (0x0)
# SYMBOL32-NEXT: StabInfoIndex: 0x5
# SYMBOL32-NEXT: StabSectNum: 0x6
# SYMBOL32-NEXT: }
# SYMBOL32-NEXT: }
# SYMBOL32-NEXT: Symbol {
# SYMBOL32-NEXT: Index: 8
# NODEMANGLE-NEXT: Name: ._Z5func1i
# DEMANGLE-NEXT: Name: .func1(int)
# SYMBOL32-NEXT: Value (RelocatableAddress): 0x0
# SYMBOL32-NEXT: Section: .text
# SYMBOL32-NEXT: Type: 0x20
# SYMBOL32-NEXT: StorageClass: C_EXT (0x2)
# SYMBOL32-NEXT: NumberOfAuxEntries: 1
# SYMBOL32-NEXT: CSECT Auxiliary Entry {
# SYMBOL32-NEXT: Index: 9
# SYMBOL32-NEXT: SectionLen: 256
# SYMBOL32-NEXT: ParameterHashIndex: 0x1
# SYMBOL32-NEXT: TypeChkSectNum: 0x2
# SYMBOL32-NEXT: SymbolAlignmentLog2: 0
# SYMBOL32-NEXT: SymbolType: XTY_CM (0x3)
# SYMBOL32-NEXT: StorageMappingClass: XMC_PR (0x0)
# SYMBOL32-NEXT: StabInfoIndex: 0x4
# SYMBOL32-NEXT: StabSectNum: 0x5
# SYMBOL32-NEXT: }
# SYMBOL32-NEXT: }
# SYMBOL32-NEXT: Symbol {
# SYMBOL32-NEXT: Index: 10
# SYMBOL32-NEXT: Name: .fun2
# SYMBOL32-NEXT: Value (RelocatableAddress): 0x0
# SYMBOL32-NEXT: Section: .text
# SYMBOL32-NEXT: Type: 0x20
# SYMBOL32-NEXT: StorageClass: C_WEAKEXT (0x6F)
# SYMBOL32-NEXT: NumberOfAuxEntries: 1
# SYMBOL32-NEXT: CSECT Auxiliary Entry {
# SYMBOL32-NEXT: Index: 11
# SYMBOL32-NEXT: SectionLen: 256
# SYMBOL32-NEXT: ParameterHashIndex: 0x8
# SYMBOL32-NEXT: TypeChkSectNum: 0x9
# SYMBOL32-NEXT: SymbolAlignmentLog2: 0
# SYMBOL32-NEXT: SymbolType: XTY_SD (0x1)
# SYMBOL32-NEXT: StorageMappingClass: XMC_PR (0x0)
# SYMBOL32-NEXT: StabInfoIndex: 0x2
# SYMBOL32-NEXT: StabSectNum: 0x3
# SYMBOL32-NEXT: }
# SYMBOL32-NEXT: }
# SYMBOL32-NEXT: Symbol {
# SYMBOL32-NEXT: Index: 12
# SYMBOL32-NEXT: Name: .fun3
# SYMBOL32-NEXT: Value (RelocatableAddress): 0x0
# SYMBOL32-NEXT: Section: N_DEBUG
# SYMBOL32-NEXT: Type: 0x20
# SYMBOL32-NEXT: StorageClass: C_WEAKEXT (0x6F)
# SYMBOL32-NEXT: NumberOfAuxEntries: 2
# SYMBOL32-NEXT: Function Auxiliary Entry {
# SYMBOL32-NEXT: Index: 13
# SYMBOL32-NEXT: OffsetToExceptionTable: 0x2
# SYMBOL32-NEXT: SizeOfFunction: 0x3
# SYMBOL32-NEXT: PointerToLineNum: 0x5
# SYMBOL32-NEXT: SymbolIndexOfNextBeyond: 4
# SYMBOL32-NEXT: }
# SYMBOL32-NEXT: CSECT Auxiliary Entry {
# SYMBOL32-NEXT: Index: 14
# SYMBOL32-NEXT: SectionLen: 256
# SYMBOL32-NEXT: ParameterHashIndex: 0xB
# SYMBOL32-NEXT: TypeChkSectNum: 0x16
# SYMBOL32-NEXT: SymbolAlignmentLog2: 4
# SYMBOL32-NEXT: SymbolType: XTY_SD (0x1)
# SYMBOL32-NEXT: StorageMappingClass: XMC_PR (0x0)
# SYMBOL32-NEXT: StabInfoIndex: 0x2C
# SYMBOL32-NEXT: StabSectNum: 0x37
# SYMBOL32-NEXT: }
# SYMBOL32-NEXT: }
# SYMBOL32-NEXT: Symbol {
# SYMBOL32-NEXT: Index: 15
# SYMBOL32-NEXT: Name: .fun4
# SYMBOL32-NEXT: Value (OffsetInDWARF): 0x0
# SYMBOL32-NEXT: Section: N_DEBUG
# SYMBOL32-NEXT: Type: 0x0
# SYMBOL32-NEXT: StorageClass: C_DWARF (0x70)
# SYMBOL32-NEXT: NumberOfAuxEntries: 1
# SYMBOL32-NEXT: Sect Auxiliary Entry For DWARF {
# SYMBOL32-NEXT: Index: 16
# SYMBOL32-NEXT: LengthOfSectionPortion: 0x2
# SYMBOL32-NEXT: NumberOfRelocEntries: 3
# SYMBOL32-NEXT: }
# SYMBOL32-NEXT: }
# SYMBOL32-NEXT: Symbol {
# SYMBOL32-NEXT: Index: 17
# SYMBOL32-NEXT: Name: .fun5
# SYMBOL32-NEXT: Value (RelocatableAddress): 0x0
# SYMBOL32-NEXT: Section: N_UNDEF
# SYMBOL32-NEXT: Type: 0x0
# SYMBOL32-NEXT: StorageClass: C_BLOCK (0x64)
# SYMBOL32-NEXT: NumberOfAuxEntries: 1
# SYMBOL32-NEXT: Block Auxiliary Entry {
# SYMBOL32-NEXT: Index: 18
# SYMBOL32-NEXT: LineNumber (High 2 Bytes): 0x2
# SYMBOL32-NEXT: LineNumber (Low 2 Bytes): 0x3
# SYMBOL32-NEXT: }
# SYMBOL32-NEXT: }
# SYMBOL32-NEXT: Symbol {
# SYMBOL32-NEXT: Index: 19
# SYMBOL32-NEXT: Name: .fun6
# SYMBOL32-NEXT: Value (RelocatableAddress): 0x0
# SYMBOL32-NEXT: Section: N_UNDEF
# SYMBOL32-NEXT: Type: 0x0
# SYMBOL32-NEXT: StorageClass: C_FCN (0x65)
# SYMBOL32-NEXT: NumberOfAuxEntries: 1
# SYMBOL32-NEXT: Block Auxiliary Entry {
# SYMBOL32-NEXT: Index: 20
# SYMBOL32-NEXT: LineNumber (High 2 Bytes): 0x2
# SYMBOL32-NEXT: LineNumber (Low 2 Bytes): 0x3
# SYMBOL32-NEXT: }
# SYMBOL32-NEXT: }
# SYMBOL32-NEXT: Symbol {
# SYMBOL32-NEXT: Index: 21
# SYMBOL32-NEXT: Name: .fun7
# SYMBOL32-NEXT: Value (RelocatableAddress): 0x0
# SYMBOL32-NEXT: Section: .text
# SYMBOL32-NEXT: Type: 0x0
# SYMBOL32-NEXT: StorageClass: C_WEAKEXT (0x6F)
# SYMBOL32-NEXT: NumberOfAuxEntries: 3
# SYMBOL32-NEXT: Function Auxiliary Entry {
# SYMBOL32-NEXT: Index: 22
# SYMBOL32-NEXT: OffsetToExceptionTable: 0x2
# SYMBOL32-NEXT: SizeOfFunction: 0x3
# SYMBOL32-NEXT: PointerToLineNum: 0x5
# SYMBOL32-NEXT: SymbolIndexOfNextBeyond: 4
# SYMBOL32-NEXT: }
# SYMBOL32-NEXT: Function Auxiliary Entry {
# SYMBOL32-NEXT: Index: 23
# SYMBOL32-NEXT: OffsetToExceptionTable: 0x8
# SYMBOL32-NEXT: SizeOfFunction: 0x5
# SYMBOL32-NEXT: PointerToLineNum: 0x5
# SYMBOL32-NEXT: SymbolIndexOfNextBeyond: 8
# SYMBOL32-NEXT: }
# SYMBOL32-NEXT: CSECT Auxiliary Entry {
# SYMBOL32-NEXT: Index: 24
# SYMBOL32-NEXT: SectionLen: 256
# SYMBOL32-NEXT: ParameterHashIndex: 0xB
# SYMBOL32-NEXT: TypeChkSectNum: 0x16
# SYMBOL32-NEXT: SymbolAlignmentLog2: 4
# SYMBOL32-NEXT: SymbolType: XTY_SD (0x1)
# SYMBOL32-NEXT: StorageMappingClass: XMC_PR (0x0)
# SYMBOL32-NEXT: StabInfoIndex: 0x2C
# SYMBOL32-NEXT: StabSectNum: 0x37
# SYMBOL32-NEXT: }
# SYMBOL32-NEXT: }
# SYMBOL32-NEXT: Symbol {
# SYMBOL32-NEXT: Index: 25
# SYMBOL32-NEXT: Name: Unimplemented Debug Name
# SYMBOL32-NEXT: Value (SymbolTableIndex): 0x0
# SYMBOL32-NEXT: Section: N_DEBUG
# SYMBOL32-NEXT: Type: 0x0
# SYMBOL32-NEXT: StorageClass: C_BSTAT (0x8F)
# SYMBOL32-NEXT: NumberOfAuxEntries: 0
# SYMBOL32-NEXT: }
# SYMBOL32-NEXT: Symbol {
# SYMBOL32-NEXT: Index: 26
# SYMBOL32-NEXT: Name: Unimplemented Debug Name
# SYMBOL32-NEXT: Value (OffsetInCSect): 0x0
# SYMBOL32-NEXT: Section: N_DEBUG
# SYMBOL32-NEXT: Type: 0x0
# SYMBOL32-NEXT: StorageClass: C_FUN (0x8E)
# SYMBOL32-NEXT: NumberOfAuxEntries: 0
# SYMBOL32-NEXT: }
# SYMBOL32-NEXT: Symbol {
# SYMBOL32-NEXT: Index: 27
# SYMBOL32-NEXT: Name: Unimplemented Debug Name
# SYMBOL32-NEXT: Value (OffsetInCSect): 0x5
# SYMBOL32-NEXT: Section: N_DEBUG
# SYMBOL32-NEXT: Type: 0x0
# SYMBOL32-NEXT: StorageClass: C_STSYM (0x85)
# SYMBOL32-NEXT: NumberOfAuxEntries: 0
# SYMBOL32-NEXT: }
# SYMBOL32-NEXT: Symbol {
# SYMBOL32-NEXT: Index: 28
# SYMBOL32-NEXT: Name: bincl
# SYMBOL32-NEXT: Value (OffsetInFile): 0x6
# SYMBOL32-NEXT: Section: .text
# SYMBOL32-NEXT: Type: 0x0
# SYMBOL32-NEXT: StorageClass: C_BINCL (0x6C)
# SYMBOL32-NEXT: NumberOfAuxEntries: 0
# SYMBOL32-NEXT: }
# SYMBOL32-NEXT: Symbol {
# SYMBOL32-NEXT: Index: 29
# SYMBOL32-NEXT: Name: eincl
# SYMBOL32-NEXT: Value (OffsetInFile): 0x6
# SYMBOL32-NEXT: Section: .text
# SYMBOL32-NEXT: Type: 0x0
# SYMBOL32-NEXT: StorageClass: C_EINCL (0x6D)
# SYMBOL32-NEXT: NumberOfAuxEntries: 0
# SYMBOL32-NEXT: }
# SYMBOL32-NEXT: Symbol {
# SYMBOL32-NEXT: Index: 30
# SYMBOL32-NEXT: Name: Unimplemented Debug Name
# SYMBOL32-NEXT: Value (OffsetRelToStackFrame): 0x7
# SYMBOL32-NEXT: Section: N_DEBUG
# SYMBOL32-NEXT: Type: 0x0
# SYMBOL32-NEXT: StorageClass: C_LSYM (0x81)
# SYMBOL32-NEXT: NumberOfAuxEntries: 0
# SYMBOL32-NEXT: }
# SYMBOL32-NEXT: Symbol {
# SYMBOL32-NEXT: Index: 31
# SYMBOL32-NEXT: Name: Unimplemented Debug Name
# SYMBOL32-NEXT: Value (OffsetRelToStackFrame): 0x7
# SYMBOL32-NEXT: Section: N_DEBUG
# SYMBOL32-NEXT: Type: 0x0
# SYMBOL32-NEXT: StorageClass: C_PSYM (0x82)
# SYMBOL32-NEXT: NumberOfAuxEntries: 0
# SYMBOL32-NEXT: }
# SYMBOL32-NEXT: Symbol {
# SYMBOL32-NEXT: Index: 32
# SYMBOL32-NEXT: Name: Unimplemented Debug Name
# SYMBOL32-NEXT: Value (RegisterNumber): 0x8
# SYMBOL32-NEXT: Section: N_DEBUG
# SYMBOL32-NEXT: Type: 0x0
# SYMBOL32-NEXT: StorageClass: C_RSYM (0x83)
# SYMBOL32-NEXT: NumberOfAuxEntries: 0
# SYMBOL32-NEXT: }
# SYMBOL32-NEXT: Symbol {
# SYMBOL32-NEXT: Index: 33
# SYMBOL32-NEXT: Name: Unimplemented Debug Name
# SYMBOL32-NEXT: Value (RegisterNumber): 0x8
# SYMBOL32-NEXT: Section: N_DEBUG
# SYMBOL32-NEXT: Type: 0x0
# SYMBOL32-NEXT: StorageClass: C_RPSYM (0x84)
# SYMBOL32-NEXT: NumberOfAuxEntries: 0
# SYMBOL32-NEXT: }
# SYMBOL32-NEXT: Symbol {
# SYMBOL32-NEXT: Index: 34
# SYMBOL32-NEXT: Name: Unimplemented Debug Name
# SYMBOL32-NEXT: Value (OffsetInCommBlock): 0x9
# SYMBOL32-NEXT: Section: .text
# SYMBOL32-NEXT: Type: 0x0
# SYMBOL32-NEXT: StorageClass: C_ECOML (0x88)
# SYMBOL32-NEXT: NumberOfAuxEntries: 0
# SYMBOL32-NEXT: }
# SYMBOL32-NEXT: Symbol {
# SYMBOL32-NEXT: Index: 35
# SYMBOL32-NEXT: Name: cinfo
# SYMBOL32-NEXT: Value (OffsetInCommentSection): 0x2
# SYMBOL32-NEXT: Section: .text
# SYMBOL32-NEXT: Type: 0x0
# SYMBOL32-NEXT: StorageClass: C_INFO (0x6E)
# SYMBOL32-NEXT: NumberOfAuxEntries: 0
# SYMBOL32-NEXT: }
# SYMBOL32-NEXT: ]
|