Datasets:

License:
File size: 25,360 Bytes
3dcad1f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
DWARF for ./gen-scmconfig.ltrans0.o
DIE    0: DW_TAG_compile_unit #
  abbrev id: 0 offset: 0 mark: 0
  DW_AT_producer: "GNU GIMPLE 11.4.0 -mtune=generic -march=x86-64 -g -g -g -O2 -O2 -p -fno-openmp -fno-openacc -fPIC -fcf-protection=full -fno-strict-aliasing -fwrapv -fvisibility=hidden -fira-verbose=999 -fltrans"
  DW_AT_language: 29
  DW_AT_name: "<artificial>"
  DW_AT_comp_dir: "/mnt/data1/nix/time/2024/03/12/guile/libguile"
    DIE    0: DW_TAG_subprogram #
      abbrev id: 0 offset: 0 mark: 0
      DW_AT_external: 1
      DW_AT_name: "main"
      DW_AT_decl_file: "gen-scmconfig.c" (1)
      DW_AT_decl_line: 149
      DW_AT_decl_column: 1
      DW_AT_prototyped: 1
      DW_AT_type: die -> 0 #
      DW_AT_low_pc: label: *.LFB0
      DW_AT_high_pc: label: *.LFE0
      DW_AT_frame_base: location descriptor:
        # DW_OP_call_frame_cfa 0, 0

      DW_AT_call_all_tail_calls: 1
        DIE    0: DW_TAG_formal_parameter #
          abbrev id: 0 offset: 0 mark: 0
          DW_AT_name: "argc"
          DW_AT_decl_file: "gen-scmconfig.c" (1)
          DW_AT_decl_line: 149
          DW_AT_decl_column: 11
          DW_AT_type: die -> 0 #
          DW_AT_location: location descriptor:
            # DW_OP_reg5 0, 0

        DIE    0: DW_TAG_formal_parameter #
          abbrev id: 0 offset: 0 mark: 0
          DW_AT_name: "argv"
          DW_AT_decl_file: "gen-scmconfig.c" (1)
          DW_AT_decl_line: 149
          DW_AT_decl_column: 23
          DW_AT_type: die -> 0 #
          DW_AT_location: location descriptor:
            # DW_OP_reg4 0, 0

        DIE    0: DW_TAG_inlined_subroutine #
          abbrev id: 0 offset: 0 mark: 0
          DW_AT_ranges: range list
          DW_AT_call_file: "gen-scmconfig.c" (1)
          DW_AT_call_line: 151
          DW_AT_call_column: 3
        DIE    0: DW_TAG_inlined_subroutine #
          abbrev id: 0 offset: 0 mark: 0
          DW_AT_ranges: range list
          DW_AT_call_file: "gen-scmconfig.c" (1)
          DW_AT_call_line: 161
          DW_AT_call_column: 3
        DIE    0: DW_TAG_inlined_subroutine #
          abbrev id: 0 offset: 0 mark: 0
          DW_AT_low_pc: label: *.LBB9
          DW_AT_high_pc: label: *.LBE9
          DW_AT_call_file: "gen-scmconfig.c" (1)
          DW_AT_call_line: 158
          DW_AT_call_column: 3
        DIE    0: DW_TAG_inlined_subroutine #
          abbrev id: 0 offset: 0 mark: 0
          DW_AT_low_pc: label: *.LBB11
          DW_AT_high_pc: label: *.LBE11
          DW_AT_call_file: "gen-scmconfig.c" (1)
          DW_AT_call_line: 159
          DW_AT_call_column: 3
        DIE    0: DW_TAG_inlined_subroutine #
          abbrev id: 0 offset: 0 mark: 0
          DW_AT_low_pc: label: *.LBB13
          DW_AT_high_pc: label: *.LBE13
          DW_AT_call_file: "gen-scmconfig.c" (1)
          DW_AT_call_line: 160
          DW_AT_call_column: 3
        DIE    0: DW_TAG_inlined_subroutine #
          abbrev id: 0 offset: 0 mark: 0
          DW_AT_low_pc: label: *.LBB16
          DW_AT_high_pc: label: *.LBE16
          DW_AT_call_file: "gen-scmconfig.c" (1)
          DW_AT_call_line: 162
          DW_AT_call_column: 3
        DIE    0: DW_TAG_inlined_subroutine #
          abbrev id: 0 offset: 0 mark: 0
          DW_AT_low_pc: label: *.LBB18
          DW_AT_high_pc: label: *.LBE18
          DW_AT_call_file: "gen-scmconfig.c" (1)
          DW_AT_call_line: 165
          DW_AT_call_column: 3
        DIE    0: DW_TAG_inlined_subroutine #
          abbrev id: 0 offset: 0 mark: 0
          DW_AT_low_pc: label: *.LBB20
          DW_AT_high_pc: label: *.LBE20
          DW_AT_call_file: "gen-scmconfig.c" (1)
          DW_AT_call_line: 170
          DW_AT_call_column: 3
        DIE    0: DW_TAG_inlined_subroutine #
          abbrev id: 0 offset: 0 mark: 0
          DW_AT_low_pc: label: *.LBB22
          DW_AT_high_pc: label: *.LBE22
          DW_AT_call_file: "gen-scmconfig.c" (1)
          DW_AT_call_line: 171
          DW_AT_call_column: 3
        DIE    0: DW_TAG_inlined_subroutine #
          abbrev id: 0 offset: 0 mark: 0
          DW_AT_low_pc: label: *.LBB24
          DW_AT_high_pc: label: *.LBE24
          DW_AT_call_file: "gen-scmconfig.c" (1)
          DW_AT_call_line: 173
          DW_AT_call_column: 3
        DIE    0: DW_TAG_inlined_subroutine #
          abbrev id: 0 offset: 0 mark: 0
          DW_AT_low_pc: label: *.LBB26
          DW_AT_high_pc: label: *.LBE26
          DW_AT_call_file: "gen-scmconfig.c" (1)
          DW_AT_call_line: 175
          DW_AT_call_column: 3
        DIE    0: DW_TAG_inlined_subroutine #
          abbrev id: 0 offset: 0 mark: 0
          DW_AT_low_pc: label: *.LBB28
          DW_AT_high_pc: label: *.LBE28
          DW_AT_call_file: "gen-scmconfig.c" (1)
          DW_AT_call_line: 180
          DW_AT_call_column: 3
        DIE    0: DW_TAG_inlined_subroutine #
          abbrev id: 0 offset: 0 mark: 0
          DW_AT_low_pc: label: *.LBB30
          DW_AT_high_pc: label: *.LBE30
          DW_AT_call_file: "gen-scmconfig.c" (1)
          DW_AT_call_line: 182
          DW_AT_call_column: 3
        DIE    0: DW_TAG_inlined_subroutine #
          abbrev id: 0 offset: 0 mark: 0
          DW_AT_low_pc: label: *.LBB32
          DW_AT_high_pc: label: *.LBE32
          DW_AT_call_file: "gen-scmconfig.c" (1)
          DW_AT_call_line: 184
          DW_AT_call_column: 3
        DIE    0: DW_TAG_inlined_subroutine #
          abbrev id: 0 offset: 0 mark: 0
          DW_AT_low_pc: label: *.LBB34
          DW_AT_high_pc: label: *.LBE34
          DW_AT_call_file: "gen-scmconfig.c" (1)
          DW_AT_call_line: 192
          DW_AT_call_column: 3
        DIE    0: DW_TAG_inlined_subroutine #
          abbrev id: 0 offset: 0 mark: 0
          DW_AT_low_pc: label: *.LBB36
          DW_AT_high_pc: label: *.LBE36
          DW_AT_call_file: "gen-scmconfig.c" (1)
          DW_AT_call_line: 196
          DW_AT_call_column: 3
        DIE    0: DW_TAG_inlined_subroutine #
          abbrev id: 0 offset: 0 mark: 0
          DW_AT_low_pc: label: *.LBB38
          DW_AT_high_pc: label: *.LBE38
          DW_AT_call_file: "gen-scmconfig.c" (1)
          DW_AT_call_line: 197
          DW_AT_call_column: 3
        DIE    0: DW_TAG_inlined_subroutine #
          abbrev id: 0 offset: 0 mark: 0
          DW_AT_low_pc: label: *.LBB40
          DW_AT_high_pc: label: *.LBE40
          DW_AT_call_file: "gen-scmconfig.c" (1)
          DW_AT_call_line: 201
          DW_AT_call_column: 5
        DIE    0: DW_TAG_inlined_subroutine #
          abbrev id: 0 offset: 0 mark: 0
          DW_AT_low_pc: label: *.LBB42
          DW_AT_high_pc: label: *.LBE42
          DW_AT_call_file: "gen-scmconfig.c" (1)
          DW_AT_call_line: 204
          DW_AT_call_column: 3
        DIE    0: DW_TAG_inlined_subroutine #
          abbrev id: 0 offset: 0 mark: 0
          DW_AT_low_pc: label: *.LBB44
          DW_AT_high_pc: label: *.LBE44
          DW_AT_call_file: "gen-scmconfig.c" (1)
          DW_AT_call_line: 205
          DW_AT_call_column: 3
        DIE    0: DW_TAG_inlined_subroutine #
          abbrev id: 0 offset: 0 mark: 0
          DW_AT_low_pc: label: *.LBB46
          DW_AT_high_pc: label: *.LBE46
          DW_AT_call_file: "gen-scmconfig.c" (1)
          DW_AT_call_line: 206
          DW_AT_call_column: 3
        DIE    0: DW_TAG_inlined_subroutine #
          abbrev id: 0 offset: 0 mark: 0
          DW_AT_low_pc: label: *.LBB48
          DW_AT_high_pc: label: *.LBE48
          DW_AT_call_file: "gen-scmconfig.c" (1)
          DW_AT_call_line: 207
          DW_AT_call_column: 3
        DIE    0: DW_TAG_inlined_subroutine #
          abbrev id: 0 offset: 0 mark: 0
          DW_AT_low_pc: label: *.LBB50
          DW_AT_high_pc: label: *.LBE50
          DW_AT_call_file: "gen-scmconfig.c" (1)
          DW_AT_call_line: 210
          DW_AT_call_column: 3
        DIE    0: DW_TAG_inlined_subroutine #
          abbrev id: 0 offset: 0 mark: 0
          DW_AT_low_pc: label: *.LBB52
          DW_AT_high_pc: label: *.LBE52
          DW_AT_call_file: "gen-scmconfig.c" (1)
          DW_AT_call_line: 211
          DW_AT_call_column: 3
        DIE    0: DW_TAG_inlined_subroutine #
          abbrev id: 0 offset: 0 mark: 0
          DW_AT_low_pc: label: *.LBB54
          DW_AT_high_pc: label: *.LBE54
          DW_AT_call_file: "gen-scmconfig.c" (1)
          DW_AT_call_line: 212
          DW_AT_call_column: 3
        DIE    0: DW_TAG_inlined_subroutine #
          abbrev id: 0 offset: 0 mark: 0
          DW_AT_low_pc: label: *.LBB56
          DW_AT_high_pc: label: *.LBE56
          DW_AT_call_file: "gen-scmconfig.c" (1)
          DW_AT_call_line: 216
          DW_AT_call_column: 3
        DIE    0: DW_TAG_inlined_subroutine #
          abbrev id: 0 offset: 0 mark: 0
          DW_AT_low_pc: label: *.LBB58
          DW_AT_high_pc: label: *.LBE58
          DW_AT_call_file: "gen-scmconfig.c" (1)
          DW_AT_call_line: 217
          DW_AT_call_column: 3
        DIE    0: DW_TAG_inlined_subroutine #
          abbrev id: 0 offset: 0 mark: 0
          DW_AT_low_pc: label: *.LBB60
          DW_AT_high_pc: label: *.LBE60
          DW_AT_call_file: "gen-scmconfig.c" (1)
          DW_AT_call_line: 220
          DW_AT_call_column: 5
        DIE    0: DW_TAG_inlined_subroutine #
          abbrev id: 0 offset: 0 mark: 0
          DW_AT_low_pc: label: *.LBB62
          DW_AT_high_pc: label: *.LBE62
          DW_AT_call_file: "gen-scmconfig.c" (1)
          DW_AT_call_line: 224
          DW_AT_call_column: 3
        DIE    0: DW_TAG_inlined_subroutine #
          abbrev id: 0 offset: 0 mark: 0
          DW_AT_low_pc: label: *.LBB64
          DW_AT_high_pc: label: *.LBE64
          DW_AT_call_file: "gen-scmconfig.c" (1)
          DW_AT_call_line: 225
          DW_AT_call_column: 3
        DIE    0: DW_TAG_inlined_subroutine #
          abbrev id: 0 offset: 0 mark: 0
          DW_AT_low_pc: label: *.LBB66
          DW_AT_high_pc: label: *.LBE66
          DW_AT_call_file: "gen-scmconfig.c" (1)
          DW_AT_call_line: 227
          DW_AT_call_column: 3
        DIE    0: DW_TAG_inlined_subroutine #
          abbrev id: 0 offset: 0 mark: 0
          DW_AT_low_pc: label: *.LBB68
          DW_AT_high_pc: label: *.LBE68
          DW_AT_call_file: "gen-scmconfig.c" (1)
          DW_AT_call_line: 228
          DW_AT_call_column: 3
        DIE    0: DW_TAG_inlined_subroutine #
          abbrev id: 0 offset: 0 mark: 0
          DW_AT_low_pc: label: *.LBB70
          DW_AT_high_pc: label: *.LBE70
          DW_AT_call_file: "gen-scmconfig.c" (1)
          DW_AT_call_line: 229
          DW_AT_call_column: 3
        DIE    0: DW_TAG_inlined_subroutine #
          abbrev id: 0 offset: 0 mark: 0
          DW_AT_low_pc: label: *.LBB72
          DW_AT_high_pc: label: *.LBE72
          DW_AT_call_file: "gen-scmconfig.c" (1)
          DW_AT_call_line: 230
          DW_AT_call_column: 3
        DIE    0: DW_TAG_inlined_subroutine #
          abbrev id: 0 offset: 0 mark: 0
          DW_AT_low_pc: label: *.LBB74
          DW_AT_high_pc: label: *.LBE74
          DW_AT_call_file: "gen-scmconfig.c" (1)
          DW_AT_call_line: 231
          DW_AT_call_column: 3
        DIE    0: DW_TAG_inlined_subroutine #
          abbrev id: 0 offset: 0 mark: 0
          DW_AT_low_pc: label: *.LBB76
          DW_AT_high_pc: label: *.LBE76
          DW_AT_call_file: "gen-scmconfig.c" (1)
          DW_AT_call_line: 232
          DW_AT_call_column: 3
        DIE    0: DW_TAG_inlined_subroutine #
          abbrev id: 0 offset: 0 mark: 0
          DW_AT_low_pc: label: *.LBB78
          DW_AT_high_pc: label: *.LBE78
          DW_AT_call_file: "gen-scmconfig.c" (1)
          DW_AT_call_line: 233
          DW_AT_call_column: 3
        DIE    0: DW_TAG_inlined_subroutine #
          abbrev id: 0 offset: 0 mark: 0
          DW_AT_low_pc: label: *.LBB80
          DW_AT_high_pc: label: *.LBE80
          DW_AT_call_file: "gen-scmconfig.c" (1)
          DW_AT_call_line: 234
          DW_AT_call_column: 3
        DIE    0: DW_TAG_inlined_subroutine #
          abbrev id: 0 offset: 0 mark: 0
          DW_AT_low_pc: label: *.LBB82
          DW_AT_high_pc: label: *.LBE82
          DW_AT_call_file: "gen-scmconfig.c" (1)
          DW_AT_call_line: 235
          DW_AT_call_column: 3
        DIE    0: DW_TAG_inlined_subroutine #
          abbrev id: 0 offset: 0 mark: 0
          DW_AT_low_pc: label: *.LBB84
          DW_AT_high_pc: label: *.LBE84
          DW_AT_call_file: "gen-scmconfig.c" (1)
          DW_AT_call_line: 236
          DW_AT_call_column: 3
        DIE    0: DW_TAG_inlined_subroutine #
          abbrev id: 0 offset: 0 mark: 0
          DW_AT_low_pc: label: *.LBB86
          DW_AT_high_pc: label: *.LBE86
          DW_AT_call_file: "gen-scmconfig.c" (1)
          DW_AT_call_line: 237
          DW_AT_call_column: 3
        DIE    0: DW_TAG_inlined_subroutine #
          abbrev id: 0 offset: 0 mark: 0
          DW_AT_low_pc: label: *.LBB88
          DW_AT_high_pc: label: *.LBE88
          DW_AT_call_file: "gen-scmconfig.c" (1)
          DW_AT_call_line: 238
          DW_AT_call_column: 3
        DIE    0: DW_TAG_inlined_subroutine #
          abbrev id: 0 offset: 0 mark: 0
          DW_AT_low_pc: label: *.LBB90
          DW_AT_high_pc: label: *.LBE90
          DW_AT_call_file: "gen-scmconfig.c" (1)
          DW_AT_call_line: 239
          DW_AT_call_column: 3
        DIE    0: DW_TAG_inlined_subroutine #
          abbrev id: 0 offset: 0 mark: 0
          DW_AT_low_pc: label: *.LBB92
          DW_AT_high_pc: label: *.LBE92
          DW_AT_call_file: "gen-scmconfig.c" (1)
          DW_AT_call_line: 240
          DW_AT_call_column: 3
        DIE    0: DW_TAG_inlined_subroutine #
          abbrev id: 0 offset: 0 mark: 0
          DW_AT_low_pc: label: *.LBB94
          DW_AT_high_pc: label: *.LBE94
          DW_AT_call_file: "gen-scmconfig.c" (1)
          DW_AT_call_line: 241
          DW_AT_call_column: 3
        DIE    0: DW_TAG_inlined_subroutine #
          abbrev id: 0 offset: 0 mark: 0
          DW_AT_low_pc: label: *.LBB96
          DW_AT_high_pc: label: *.LBE96
          DW_AT_call_file: "gen-scmconfig.c" (1)
          DW_AT_call_line: 243
          DW_AT_call_column: 3
        DIE    0: DW_TAG_inlined_subroutine #
          abbrev id: 0 offset: 0 mark: 0
          DW_AT_low_pc: label: *.LBB98
          DW_AT_high_pc: label: *.LBE98
          DW_AT_call_file: "gen-scmconfig.c" (1)
          DW_AT_call_line: 244
          DW_AT_call_column: 3
        DIE    0: DW_TAG_inlined_subroutine #
          abbrev id: 0 offset: 0 mark: 0
          DW_AT_low_pc: label: *.LBB100
          DW_AT_high_pc: label: *.LBE100
          DW_AT_call_file: "gen-scmconfig.c" (1)
          DW_AT_call_line: 246
          DW_AT_call_column: 3
        DIE    0: DW_TAG_inlined_subroutine #
          abbrev id: 0 offset: 0 mark: 0
          DW_AT_low_pc: label: *.LBB102
          DW_AT_high_pc: label: *.LBE102
          DW_AT_call_file: "gen-scmconfig.c" (1)
          DW_AT_call_line: 257
          DW_AT_call_column: 3
        DIE    0: DW_TAG_inlined_subroutine #
          abbrev id: 0 offset: 0 mark: 0
          DW_AT_low_pc: label: *.LBB104
          DW_AT_high_pc: label: *.LBE104
          DW_AT_call_file: "gen-scmconfig.c" (1)
          DW_AT_call_line: 258
          DW_AT_call_column: 3
        DIE    0: DW_TAG_inlined_subroutine #
          abbrev id: 0 offset: 0 mark: 0
          DW_AT_low_pc: label: *.LBB106
          DW_AT_high_pc: label: *.LBE106
          DW_AT_call_file: "gen-scmconfig.c" (1)
          DW_AT_call_line: 260
          DW_AT_call_column: 3
        DIE    0: DW_TAG_inlined_subroutine #
          abbrev id: 0 offset: 0 mark: 0
          DW_AT_low_pc: label: *.LBB108
          DW_AT_high_pc: label: *.LBE108
          DW_AT_call_file: "gen-scmconfig.c" (1)
          DW_AT_call_line: 261
          DW_AT_call_column: 3
        DIE    0: DW_TAG_inlined_subroutine #
          abbrev id: 0 offset: 0 mark: 0
          DW_AT_low_pc: label: *.LBB110
          DW_AT_high_pc: label: *.LBE110
          DW_AT_call_file: "gen-scmconfig.c" (1)
          DW_AT_call_line: 264
          DW_AT_call_column: 3
        DIE    0: DW_TAG_inlined_subroutine #
          abbrev id: 0 offset: 0 mark: 0
          DW_AT_low_pc: label: *.LBB112
          DW_AT_high_pc: label: *.LBE112
          DW_AT_call_file: "gen-scmconfig.c" (1)
          DW_AT_call_line: 265
          DW_AT_call_column: 3
        DIE    0: DW_TAG_inlined_subroutine #
          abbrev id: 0 offset: 0 mark: 0
          DW_AT_low_pc: label: *.LBB114
          DW_AT_high_pc: label: *.LBE114
          DW_AT_call_file: "gen-scmconfig.c" (1)
          DW_AT_call_line: 268
          DW_AT_call_column: 3
        DIE    0: DW_TAG_inlined_subroutine #
          abbrev id: 0 offset: 0 mark: 0
          DW_AT_low_pc: label: *.LBB116
          DW_AT_high_pc: label: *.LBE116
          DW_AT_call_file: "gen-scmconfig.c" (1)
          DW_AT_call_line: 269
          DW_AT_call_column: 3
        DIE    0: DW_TAG_inlined_subroutine #
          abbrev id: 0 offset: 0 mark: 0
          DW_AT_low_pc: label: *.LBB118
          DW_AT_high_pc: label: *.LBE118
          DW_AT_call_file: "gen-scmconfig.c" (1)
          DW_AT_call_line: 272
          DW_AT_call_column: 3
        DIE    0: DW_TAG_inlined_subroutine #
          abbrev id: 0 offset: 0 mark: 0
          DW_AT_low_pc: label: *.LBB120
          DW_AT_high_pc: label: *.LBE120
          DW_AT_call_file: "gen-scmconfig.c" (1)
          DW_AT_call_line: 274
          DW_AT_call_column: 3
        DIE    0: DW_TAG_inlined_subroutine #
          abbrev id: 0 offset: 0 mark: 0
          DW_AT_low_pc: label: *.LBB122
          DW_AT_high_pc: label: *.LBE122
          DW_AT_call_file: "gen-scmconfig.c" (1)
          DW_AT_call_line: 278
          DW_AT_call_column: 3
        DIE    0: DW_TAG_inlined_subroutine #
          abbrev id: 0 offset: 0 mark: 0
          DW_AT_low_pc: label: *.LBB124
          DW_AT_high_pc: label: *.LBE124
          DW_AT_call_file: "gen-scmconfig.c" (1)
          DW_AT_call_line: 284
          DW_AT_call_column: 3
        DIE    0: DW_TAG_inlined_subroutine #
          abbrev id: 0 offset: 0 mark: 0
          DW_AT_low_pc: label: *.LBB126
          DW_AT_high_pc: label: *.LBE126
          DW_AT_call_file: "gen-scmconfig.c" (1)
          DW_AT_call_line: 290
          DW_AT_call_column: 3
        DIE    0: DW_TAG_inlined_subroutine #
          abbrev id: 0 offset: 0 mark: 0
          DW_AT_low_pc: label: *.LBB128
          DW_AT_high_pc: label: *.LBE128
          DW_AT_call_file: "gen-scmconfig.c" (1)
          DW_AT_call_line: 296
          DW_AT_call_column: 3
        DIE    0: DW_TAG_inlined_subroutine #
          abbrev id: 0 offset: 0 mark: 0
          DW_AT_low_pc: label: *.LBB130
          DW_AT_high_pc: label: *.LBE130
          DW_AT_call_file: "gen-scmconfig.c" (1)
          DW_AT_call_line: 301
          DW_AT_call_column: 3
        DIE    0: DW_TAG_inlined_subroutine #
          abbrev id: 0 offset: 0 mark: 0
          DW_AT_low_pc: label: *.LBB132
          DW_AT_high_pc: label: *.LBE132
          DW_AT_call_file: "gen-scmconfig.c" (1)
          DW_AT_call_line: 303
          DW_AT_call_column: 3
        DIE    0: DW_TAG_inlined_subroutine #
          abbrev id: 0 offset: 0 mark: 0
          DW_AT_low_pc: label: *.LBB134
          DW_AT_high_pc: label: *.LBE134
          DW_AT_call_file: "gen-scmconfig.c" (1)
          DW_AT_call_line: 304
          DW_AT_call_column: 3
        DIE    0: DW_TAG_inlined_subroutine #
          abbrev id: 0 offset: 0 mark: 0
          DW_AT_low_pc: label: *.LBB136
          DW_AT_high_pc: label: *.LBE136
          DW_AT_call_file: "gen-scmconfig.c" (1)
          DW_AT_call_line: 307
          DW_AT_call_column: 3
        DIE    0: DW_TAG_inlined_subroutine #
          abbrev id: 0 offset: 0 mark: 0
          DW_AT_low_pc: label: *.LBB138
          DW_AT_high_pc: label: *.LBE138
          DW_AT_call_file: "gen-scmconfig.c" (1)
          DW_AT_call_line: 311
          DW_AT_call_column: 3
        DIE    0: DW_TAG_inlined_subroutine #
          abbrev id: 0 offset: 0 mark: 0
          DW_AT_low_pc: label: *.LBB140
          DW_AT_high_pc: label: *.LBE140
          DW_AT_call_file: "gen-scmconfig.c" (1)
          DW_AT_call_line: 325
          DW_AT_call_column: 3
        DIE    0: DW_TAG_inlined_subroutine #
          abbrev id: 0 offset: 0 mark: 0
          DW_AT_low_pc: label: *.LBB142
          DW_AT_high_pc: label: *.LBE142
          DW_AT_call_file: "gen-scmconfig.c" (1)
          DW_AT_call_line: 326
          DW_AT_call_column: 3
        DIE    0: DW_TAG_inlined_subroutine #
          abbrev id: 0 offset: 0 mark: 0
          DW_AT_low_pc: label: *.LBB144
          DW_AT_high_pc: label: *.LBE144
          DW_AT_call_file: "gen-scmconfig.c" (1)
          DW_AT_call_line: 327
          DW_AT_call_column: 3
        DIE    0: DW_TAG_inlined_subroutine #
          abbrev id: 0 offset: 0 mark: 0
          DW_AT_low_pc: label: *.LBB146
          DW_AT_high_pc: label: *.LBE146
          DW_AT_call_file: "gen-scmconfig.c" (1)
          DW_AT_call_line: 338
          DW_AT_call_column: 3
        DIE    0: DW_TAG_inlined_subroutine #
          abbrev id: 0 offset: 0 mark: 0
          DW_AT_low_pc: label: *.LBB148
          DW_AT_high_pc: label: *.LBE148
          DW_AT_call_file: "gen-scmconfig.c" (1)
          DW_AT_call_line: 341
          DW_AT_call_column: 5
        DIE    0: DW_TAG_inlined_subroutine #
          abbrev id: 0 offset: 0 mark: 0
          DW_AT_low_pc: label: *.LBB150
          DW_AT_high_pc: label: *.LBE150
          DW_AT_call_file: "gen-scmconfig.c" (1)
          DW_AT_call_line: 354
          DW_AT_call_column: 3
        DIE    0: DW_TAG_inlined_subroutine #
          abbrev id: 0 offset: 0 mark: 0
          DW_AT_low_pc: label: *.LBB152
          DW_AT_high_pc: label: *.LBE152
          DW_AT_call_file: "gen-scmconfig.c" (1)
          DW_AT_call_line: 355
          DW_AT_call_column: 3
        DIE    0: DW_TAG_inlined_subroutine #
          abbrev id: 0 offset: 0 mark: 0
          DW_AT_low_pc: label: *.LBB154
          DW_AT_high_pc: label: *.LBE154
          DW_AT_call_file: "gen-scmconfig.c" (1)
          DW_AT_call_line: 356
          DW_AT_call_column: 3
        DIE    0: DW_TAG_inlined_subroutine #
          abbrev id: 0 offset: 0 mark: 0
          DW_AT_low_pc: label: *.LBB156
          DW_AT_high_pc: label: *.LBE156
          DW_AT_call_file: "gen-scmconfig.c" (1)
          DW_AT_call_line: 357
          DW_AT_call_column: 3
        DIE    0: DW_TAG_inlined_subroutine #
          abbrev id: 0 offset: 0 mark: 0
          DW_AT_low_pc: label: *.LBB158
          DW_AT_high_pc: label: *.LBE158
          DW_AT_call_file: "gen-scmconfig.c" (1)
          DW_AT_call_line: 359
          DW_AT_call_column: 3
        DIE    0: DW_TAG_inlined_subroutine #
          abbrev id: 0 offset: 0 mark: 0
          DW_AT_low_pc: label: *.LBB160
          DW_AT_high_pc: label: *.LBE160
          DW_AT_call_file: "gen-scmconfig.c" (1)
          DW_AT_call_line: 362
          DW_AT_call_column: 3
        DIE    0: DW_TAG_inlined_subroutine #
          abbrev id: 0 offset: 0 mark: 0
          DW_AT_low_pc: label: *.LBB162
          DW_AT_high_pc: label: *.LBE162
          DW_AT_call_file: "gen-scmconfig.c" (1)
          DW_AT_call_line: 363
          DW_AT_call_column: 3
        DIE    0: DW_TAG_inlined_subroutine #
          abbrev id: 0 offset: 0 mark: 0
          DW_AT_low_pc: label: *.LBB164
          DW_AT_high_pc: label: *.LBE164
          DW_AT_call_file: "gen-scmconfig.c" (1)
          DW_AT_call_line: 364
          DW_AT_call_column: 3
        DIE    0: DW_TAG_inlined_subroutine #
          abbrev id: 0 offset: 0 mark: 0
          DW_AT_low_pc: label: *.LBB166
          DW_AT_high_pc: label: *.LBE166
          DW_AT_call_file: "gen-scmconfig.c" (1)
          DW_AT_call_line: 366
          DW_AT_call_column: 3
        DIE    0: DW_TAG_inlined_subroutine #
          abbrev id: 0 offset: 0 mark: 0
          DW_AT_low_pc: label: *.LBB168
          DW_AT_high_pc: label: *.LBE168
          DW_AT_call_file: "gen-scmconfig.c" (1)
          DW_AT_call_line: 367
          DW_AT_call_column: 3
        DIE    0: DW_TAG_inlined_subroutine #
          abbrev id: 0 offset: 0 mark: 0
          DW_AT_low_pc: label: *.LBB170
          DW_AT_high_pc: label: *.LBE170
          DW_AT_call_file: "gen-scmconfig.c" (1)
          DW_AT_call_line: 371
          DW_AT_call_column: 3
        DIE    0: DW_TAG_inlined_subroutine #
          abbrev id: 0 offset: 0 mark: 0
          DW_AT_low_pc: label: *.LBB172
          DW_AT_high_pc: label: *.LBE172
          DW_AT_call_file: "gen-scmconfig.c" (1)
          DW_AT_call_line: 374
          DW_AT_call_column: 3
    DIE    0: DW_TAG_base_type #
      abbrev id: 0 offset: 0 mark: 0
      DW_AT_byte_size: 4
      DW_AT_encoding: 5
      DW_AT_name: "int"
    DIE    0: DW_TAG_pointer_type #
      abbrev id: 0 offset: 0 mark: 0
      DW_AT_byte_size: 8
      DW_AT_type: die -> 0 #
    DIE    0: DW_TAG_pointer_type #
      abbrev id: 0 offset: 0 mark: 0
      DW_AT_byte_size: 8
      DW_AT_type: die -> 0 #
    DIE    0: DW_TAG_base_type #
      abbrev id: 0 offset: 0 mark: 0
      DW_AT_byte_size: 1
      DW_AT_encoding: 6
      DW_AT_name: "char"