This file is indexed.

/usr/lib/gcc-cross/arm-linux-gnueabi/5/adalib/gnatprj/osint.ali is in libgnatprj5-dev-armel-cross 5.5.0-12ubuntu1cross1.

This file is owned by root:root, with mode 0o444.

The actual contents of the file can be viewed below.

   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
 649
 650
 651
 652
 653
 654
 655
 656
 657
 658
 659
 660
 661
 662
 663
 664
 665
 666
 667
 668
 669
 670
 671
 672
 673
 674
 675
 676
 677
 678
 679
 680
 681
 682
 683
 684
 685
 686
 687
 688
 689
 690
 691
 692
 693
 694
 695
 696
 697
 698
 699
 700
 701
 702
 703
 704
 705
 706
 707
 708
 709
 710
 711
 712
 713
 714
 715
 716
 717
 718
 719
 720
 721
 722
 723
 724
 725
 726
 727
 728
 729
 730
 731
 732
 733
 734
 735
 736
 737
 738
 739
 740
 741
 742
 743
 744
 745
 746
 747
 748
 749
 750
 751
 752
 753
 754
 755
 756
 757
 758
 759
 760
 761
 762
 763
 764
 765
 766
 767
 768
 769
 770
 771
 772
 773
 774
 775
 776
 777
 778
 779
 780
 781
 782
 783
 784
 785
 786
 787
 788
 789
 790
 791
 792
 793
 794
 795
 796
 797
 798
 799
 800
 801
 802
 803
 804
 805
 806
 807
 808
 809
 810
 811
 812
 813
 814
 815
 816
 817
 818
 819
 820
 821
 822
 823
 824
 825
 826
 827
 828
 829
 830
 831
 832
 833
 834
 835
 836
 837
 838
 839
 840
 841
 842
 843
 844
 845
 846
 847
 848
 849
 850
 851
 852
 853
 854
 855
 856
 857
 858
 859
 860
 861
 862
 863
 864
 865
 866
 867
 868
 869
 870
 871
 872
 873
 874
 875
 876
 877
 878
 879
 880
 881
 882
 883
 884
 885
 886
 887
 888
 889
 890
 891
 892
 893
 894
 895
 896
 897
 898
 899
 900
 901
 902
 903
 904
 905
 906
 907
 908
 909
 910
 911
 912
 913
 914
 915
 916
 917
 918
 919
 920
 921
 922
 923
 924
 925
 926
 927
 928
 929
 930
 931
 932
 933
 934
 935
 936
 937
 938
 939
 940
 941
 942
 943
 944
 945
 946
 947
 948
 949
 950
 951
 952
 953
 954
 955
 956
 957
 958
 959
 960
 961
 962
 963
 964
 965
 966
 967
 968
 969
 970
 971
 972
 973
 974
 975
 976
 977
 978
 979
 980
 981
 982
 983
 984
 985
 986
 987
 988
 989
 990
 991
 992
 993
 994
 995
 996
 997
 998
 999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
V "GNAT Lib v5"
A -nostdinc
A -O2
A -fPIC
A -g
A -gnatn
A -march=armv5t
A -mfloat-abi=soft
A -mtls-dialect=gnu
P SS ZX

RN
RV NO_ALLOCATORS
RV NO_EXCEPTION_HANDLERS
RV NO_EXCEPTIONS
RV NO_IMPLICIT_CONDITIONALS
RV NO_IMPLICIT_HEAP_ALLOCATIONS
RV NO_IMPLICIT_LOOPS
RV NO_LOCAL_ALLOCATORS
RV NO_SECONDARY_STACK
RV NO_STANDARD_STORAGE_POOLS
RV NO_UNCHECKED_CONVERSION
RV NO_DEFAULT_INITIALIZATION
RV NO_IMPLEMENTATION_ATTRIBUTES
RV NO_IMPLEMENTATION_PRAGMAS
RV NO_ELABORATION_CODE
RV NO_OBSOLESCENT_FEATURES
RV SPARK_05

U osint%b		osint.adb		14d6cb37 OO PK
W ada.exceptions%s	a-except.adb		a-except.ali
W alloc%s		alloc.ads		alloc.ali
W debug%s		debug.adb		debug.ali
W fmap%s		fmap.adb		fmap.ali
W gnat%s		gnat.ads		gnat.ali
W gnat.htable%s		g-htable.adb		g-htable.ali
W gnatvsn%s		gnatvsn.adb		gnatvsn.ali
W hostparm%s		hostparm.ads		hostparm.ali
W interfaces%s		interfac.ads		interfac.ali
W opt%s			opt.adb			opt.ali
W output%s		output.adb		output.ali  AD
W sdefault%s		sdefault.adb		sdefault.ali
W system%s		system.ads		system.ali
W system.case_util%s	s-casuti.adb		s-casuti.ali
W system.crtl%s		s-crtl.ads		s-crtl.ali
W system.secondary_stack%s  s-secsta.adb	s-secsta.ali
W system.unsigned_types%s  s-unstyp.ads		s-unstyp.ali
W table%s		table.adb		table.ali  AD
W targparm%s		targparm.adb		targparm.ali
W unchecked_conversion%s

U osint%s		osint.ads		c654171d EE OO PK
W namet%s		namet.adb		namet.ali
W system%s		system.ads		system.ali
W system.os_lib%s	s-os_lib.adb		s-os_lib.ali  EA
W system.storage_elements%s  s-stoele.adb	s-stoele.ali
W types%s		types.adb		types.ali

D ada.ads		20070406091342 3ffc8e18 ada%s
D a-except.ads		20140730140058 5250cb69 ada.exceptions%s
D a-unccon.ads		20070406091342 f9eb8f06 ada.unchecked_conversion%s
D a-uncdea.ads		20070406091342 f15a5ed1 ada.unchecked_deallocation%s
D alloc.ads		20150107084147 61013b91 alloc%s
D debug.ads		20090420131856 3ea59655 debug%s
D fmap.ads		20121106112827 2fe51c48 fmap%s
D gnat.ads		20140801083227 fd2ad2f1 gnat%s
D g-htable.ads		20140225151544 4b643b8d gnat.htable%s
D gnatvsn.ads		20150106085906 aa00e04c gnatvsn%s
D hostparm.ads		20140801100131 a20ca6cf hostparm%s
D interfac.ads		20141120112812 6033a23f interfaces%s
D namet.ads		20150302110329 53fa811d namet%s
D namet.adb		20150302110329 235707b9 namet%b
D opt.ads		20150302110329 e5e8f770 opt%s
D osint.ads		20140804124756 38aa0095 osint%s
D osint.adb		20150106091813 e923f379 osint%b
D output.ads		20140801093848 2d9479ad output%s
D rident.ads		20120712104910 770cd2d0 rident%s
D sdefault.ads		20180422041922 5469d765 sdefault%s
D system.ads		20141030114420 bb029e6a system%s
D s-casuti.ads		20140225151544 240969d7 system.case_util%s
D s-conca2.ads		20140225151544 02a0d7d0 system.concat_2%s
D s-crtl.ads		20141120112812 0ebbdb71 system.crtl%s
D s-exctab.ads		20140225151139 54135002 system.exception_table%s
D s-htable.ads		20140225151139 84c2b3ea system.htable%s
D s-htable.adb		20140225151139 90376e52 system.htable%b
D s-memory.ads		20140225151139 597d6634 system.memory%s
D s-os_lib.ads		20150220113817 5853d835 system.os_lib%s
D s-parame.ads		20140801093848 7e2a0d7f system.parameters%s
D s-rident.ads		20140717070432 57110bac system.rident%s
D s-secsta.ads		20140225151139 86a2856d system.secondary_stack%s
D s-stalib.ads		20150220094550 fa0a3617 system.standard_library%s
D s-stoele.ads		20140225151139 2dc34a04 system.storage_elements%s
D s-strhas.ads		20090623093900 269cd894 system.string_hash%s
D s-string.ads		20140225151139 8fe54fb7 system.strings%s
D s-traent.ads		20140730135025 005bf670 system.traceback_entries%s
D s-unstyp.ads		20140731130224 9d58a4c0 system.unsigned_types%s
D s-wchcon.ads		20140718092328 1b7d22d2 system.wch_con%s
D table.ads		20090506081141 e3a9ec16 table%s
D table.adb		20141107135941 9716557f table%b
D targparm.ads		20150106095149 69576d49 targparm%s
D tree_io.ads		20140718093624 6de0ef2c tree_io%s
D types.ads		20150130153101 63969ace types%s
D unchconv.ads		20070406091342 ca2f9e18 unchecked_conversion%s
D unchdeal.ads		20070406091342 214516a4 unchecked_deallocation%s
D widechar.ads		20140801083227 3fd6363b widechar%s
X 5 alloc.ads
42K9*Alloc 166e10 17|26w6 181r30 182r30
64N4*File_Name_Chars_Initial 17|181r36
65N4*File_Name_Chars_Increment 17|182r36
X 6 debug.ads
36K9*Debug 188e10 17|27w6 2662r16
128b4*Debug_Flag_Dot_N{boolean} 17|2662r22
X 7 fmap.ads
41K9*Fmap 81e9 17|28w6 28r20
50V13*Mapped_Path_Name{13|571I9} 17|1229s21
X 8 gnat.ads
34K9*GNAT 37e9 17|45r6 254r40
X 9 g-htable.ads
46K14*HTable 60e16 17|45w11 254r45
55k20*Simple_HTable 17|254r52
X 10 gnatvsn.ads
35K9*Gnatvsn 98e12 17|29w6 29r20
85a4*Library_Version{string} 17|2797r44 2804r52
X 11 hostparm.ads
38K9*Hostparm 73e13 17|30w6 1421r19 1422r38 2076r32
46a4*Normalized_CWD=46:44{string} 17|1421r28 1422r47 2076r41
X 13 namet.ads
38K9*Namet 707e10 16|29w6 29r17
151a4*Name_Buffer{string} 17|667m7 719m29 719r29 722r36 736m29 736r29 739r36
. 837r37 846r19 850r22 851r22 860r35 875m19 903r37 1121m7 1123m34 1123r34
. 1144r34 1183r37 1196r31 1207m19 1327m7 1415r37 1422m7 1721r22 1723r36 1803r13
. 1867m16 1887r41 2010m7 2011m33 2011r33 2148m10 2252r13 2253r20 2254r20
. 2264r13 2277r10 2279r12 2462r37 2470m7 2477m28 2477r28 2481r37 2491m36
. 2491r36 2500m32 2500r32 2514m13 2516m38 2516r38 2525r40 2621r37 2630m7
. 2637m36 2637r36 2653r35 2659r26 2830m10 2833m32 2833r32 2911r37 2915m13
. 2915r48 2938r13 3257r23 3266r13 3267m13 3268r45 3272r18 3278m7 3298m10
. 3299m23 3299r23
157i4*Name_Len{natural} 17|667r20 667r36 668m7 668r19 722r54 739r54 837r55
. 845r35 860r53 876r22 876r38 878m19 878r31 903r55 1121r20 1144r52 1183r55
. 1195r31 1196r44 1196r60 1208m19 1295m10 1326m7 1327r25 1414r29 1416m13
. 1421m7 1422r25 1721r35 1721r51 1723r54 1802r29 1804m13 1866m16 1867r34
. 1887r59 2009m7 2010r25 2011r51 2144m7 2144r19 2147m10 2147r22 2148r23 2244r26
. 2251r29 2263r35 2279r44 2462r55 2470r20 2481r55 2514r26 2525r58 2621r55
. 2630r20 2653r53 2658r39 2830r23 2907r29 2915r31 2915r70 2916m13 2916r25
. 2934r29 2939m13 3256r43 3257r41 3265r21 3272r36 3277m7 3278r25 3297m10
. 3297r22 3298r23
179I9*Name_Id<integer>
183i4*No_Name{179I9} 17|833r43 899r43
316U14*Get_Name_String 17|666s7 836s10 841s10 902s10 1120s7 1136s7 1180s7
. 1412s7 1719s7 1800s7 1884s7 2143s7 2469s7 2513s13 2520s16 2620s13 2629s7
. 2829s10 2905s7 2932s7
322V13*Get_Name_String{string} 17|1204s53
415V13*Name_Find{179I9} 17|669s14 880s26 1209s28 1417s20 1423s14 1816s14
. 1869s25 2012s23 2917s20
430V13*Name_Enter{179I9} 17|718s27 735s27 2151s14 2940s20
489U14*Add_Char_To_Name_Buffer 17|1810s10 1814s7
494U14*Add_Nat_To_Name_Buffer 17|1811s10
498U14*Add_Str_To_Name_Buffer 17|1815s7
558U14*Write_Name_Decoded 17|3295s10
571I9*File_Name_Type<179I9> 16|66r19 68r44 160r35 160r58 165r41 168r37 168r60
. 172r34 172r57 177r27 178r52 189r32 414r13 457r37 464r19 465r23 467r35 467r58
. 468r36 485r11 486r35 549r19 576r23 586r43 587r42 602r18 603r22 605r37 605r60
. 616r21 617r38 686r19 698r23 752r35 755r35 755r58 17|82r16 83r31 102r15
. 106r19 122r19 124r23 131r15 133r19 167r32 169r32 171r32 243r28 247r14 258r20
. 263r11 264r29 270r11 662r16 663r31 822r27 823r52 1070r28 1130r32 1149r26
. 1157r19 1159r44 1162r15 1173r19 1175r23 1184r22 1335r18 1336r22 1350r37
. 1350r60 1352r14 1362r43 1371r42 1380r37 1389r35 1389r58 1399r19 1400r23
. 1410r35 1410r58 1717r41 1796r21 1797r38 1824r15 1828r19 1880r11 1881r35
. 1888r22 1955r35 2019r34 2137r35 2137r58 2418r19 2421r14 2436r23 2591r13
. 2813r11 2816r14 2842r11 2843r29 2845r14 2857r15 2859r19 2894r36 2903r37
. 2903r60 2930r34 2930r57
576i4*No_File{571I9} 16|686r37 17|167r51 169r51 171r51 252r28 829r17 830r17
. 1132r17 1184r40 1234r24 1240r28 1255r28 1271r28 1277r22 1858r22 1888r40
. 1897r24 1907r24 1912r17 2026r53 2030r56 2139r14 2140r17 2460r34 2614r37
. 2826r17 2871r25
580i4*Error_File_Name{571I9} 17|1239r26
588I9*Path_Name_Type<179I9> 16|195r32 297r14 17|1112r14 1147r32
593i4*No_Path{588I9} 17|1116r17
X 15 opt.ads
50K9*Opt 2285e8 17|31w6 31r20 512r17 548r17 785r10 799r10 1252r16 1893r13
. 1931r10 1944r10 2495r10
302b4*Check_Object_Consistency{boolean} 17|2495r14
433b4*Debug_Generated_Code{boolean} 17|1194r21
751e4*Identifier_Character_Set{character} 17|3335m7
991b4*Look_In_Primary_Dir{boolean} 17|785r14 799r14 1252r20 1893r17 1931r14
. 1944r14
1018i4*Maximum_File_Name_Length{44|59I9} 17|3336m7 3341r10 3342m10
1085b4*No_Stdinc{boolean} 17|512r21
1111p4*Object_Path_File_Name{44|113P9} 17|453r10 454r43
1281p4*RTS_Lib_Path_Name{44|113P9} 17|507r45 509r27
1282p4*RTS_Src_Path_Name{44|113P9} 17|507r10 508r27
1287b4*RTS_Switch{boolean} 17|548r21
1410r4*Suppress_Options{44|753R9} 17|1672m7
X 16 osint.ads
44K9*Osint 686E4 790l5 790e10 17|47b14 998r10 1058r7 3351r7 3354l5 3354t10
46e4*Multi_Unit_Index_Character{character} 17|1810r35
50a4*Ada_Include_Path{string} 17|482r36
51a4*Ada_Objects_Path{string} 17|489r36
52a4*Project_Include_Path_File{string} 17|466r33
53a4*Project_Objects_Path_File{string} 17|472r33
55U14*Initialize 17|1659b14 1686l8 1686t18 3351s13
58V13*Normalize_Directory_Name{44|113P9} 58>39 17|597s31 654s9 2002s25 2045b13
. 2100l8 2100t32
58a39 Directory{string} 17|2045b39 2075r10 2078r37 2078r48 2079r32 2081r24
. 2088r37 2089r23 2090r12 2090r23 2090r46 2094r37 2095r23 2095r44 2096r18
63E9*File_Type 63e79 67r19 418r13 17|103r15 123r19 132r15 264r11 271r11 1158r19
. 1174r19 1825r15 2595r13 2814r11 2843r11 2858r15
63n23*Source{63E9} 418r26 17|1391r34 1403r27 1895r19 1905r29 2595r26 2651r14
. 2896r35
63n31*Library{63E9} 17|1262r20 1342r21 1839r17 2424r28
63n40*Config{63E9} 17|1193r17 1201r20 1843r30
63n48*Definition{63E9}
63n60*Preprocessing_Data{63E9}
65V13*Find_File{13|571I9} 66>7 67>7 68>7 17|1156b13 1166l8 1166t17 2611s36
66i7 N{13|571I9} 17|1157b7 1164r18
67e7 T{63E9} 17|1158b7 1164r21
68b7 Full_Name{boolean} 17|1159b7 1164r44 2611r53
85V13*Get_File_Names_Case_Sensitive{44|59I9} 86b<c,__gnat_get_file_names_case_sensitive>22
. 89s34
88b4*File_Names_Case_Sensitive{boolean} 17|693r14
94U14*Canonical_Case_File_Name 94=40 17|691b14 696l8 696t32 866s16 916s13
. 2011s7
94a40 S{string} 17|691b40 694m20
102V13*Get_Env_Vars_Case_Sensitive{44|59I9} 103b<c,__gnat_get_env_vars_case_sensitive>22
. 106s34
105b4*Env_Vars_Case_Sensitive{boolean} 17|704r14
111U14*Canonical_Case_Env_Var_Name 111=43 17|702b14 707l8 707t35
111a43 S{string} 17|702b43 705m20
119V13*Number_Of_Files{44|59I9} 17|2106b13 2109l8 2109t23
122N4*No_Index 125r59 17|569r59
125U14*Add_File 125>24 125>44 17|569b14 584l8 584t16
125a24 File_Name{string} 17|569b24 582r55
125i44 Index{44|59I9} 17|569b44 583r43
131U14*Find_Program_Name 17|1286b14 1328l8 1328t25 2242s7 3260s7
135V13*Program_Name{29|70P12} 135>27 135>41 17|2209b13 2280l8 2280t20
135a27 Nam{string} 17|2209b27 2221r13 2227r16 2228r21 2228r26 2228r39 2230r43
. 2230r48 2230r65 2278r12
135a41 Prog{string} 17|2209b41 2263r46 2264r35 2264r54 2271r45
147U14*Write_Program_Name 17|1058s13 3255b14 3279l8 3279t26
151U14*Fail 151>20 152r22 17|593s10 649s10 722s10 739s10 1052b14 1064l8 1064t12
. 1975s16 2462s13 2481s13 2525s16 2621s13 2785s10 2984s10 3077s10 3110s10
151a20 S{string} 17|1052b20 1060r18
157V13*Is_Directory_Separator{boolean} 157>37 17|974s16 1005s13 1304s13 1415s13
. 1705b13 1711l8 1711t30 2078s13 2911s13
157e37 C{character} 17|1705b37 1710r14 1710r46
160V13*Get_Directory{13|571I9} 160>28 17|1410b13 1424l8 1424t21
160i28 Name{13|571I9} 17|1410b28 1412r24
165V13*Is_Readonly_Library{boolean} 165>34 17|1717b13 1724l8 1724t27
165i34 File{13|571I9} 17|1717b34 1719r24
168V13*Strip_Directory{13|571I9} 168>30 17|2903b13 2924l8 2924t23
168i30 Name{13|571I9} 17|2903b30 2905r24 2923r14
172V13*Strip_Suffix{13|571I9} 172>27 17|2022s16 2930b13 2945l8 2945t20
172i27 Name{13|571I9} 17|2930b27 2932r24 2944r14
176V13*Executable_Name{13|571I9} 177>7 178>7 17|821b13 888l8 888t23
177i7 Name{13|571I9} 17|822b7 829r10 841r27 887r14
178b7 Only_If_No_Suffix{boolean} 17|823b7 844r13
184V13*Executable_Name{string} 185>7 186>7 17|890b13 950l8 950t23
185a7 Name{string} 17|891b7 896r34 908r17 939r41 941r32 941r48 942r27 946r23
186b7 Only_If_No_Suffix{boolean} 17|892b7 919r16
189V13*File_Stamp{44|607A9} 189>25 17|1130b13 1145l8 1145t18 1149s14 1897s45
. 1907s45 2504s36 2612s36
189i25 Name{13|571I9} 17|1130b25 1132r10 1136r24
195V13*File_Stamp{44|607A9} 195>25 17|1147b13 1150l8 1150t18
195i25 Name{13|588I9} 17|1147b25 1149r42
198A9*String_Access_List(29|70P12)<integer> 202r49 17|3024r32 3042r21
202P9*String_Access_List_Access(198A9) 208r44 17|2994r44
206V13*To_Canonical_File_List{202P9} 207>7 208>7 17|2992b13 3044l8 3044t30
207a7 Wildcard_Host_File{string} 17|2993b7 3011r43 3014r34 3015r9
208b7 Only_Dirs{boolean} 17|2994b7 3021r54
213V13*To_Canonical_Dir_Spec{29|70P12} 214>7 215>7 17|2951b13 2986l8 2986t29
214a7 Host_Dir{string} 17|2952b7 2960r41 2965r24 2965r44 2984r45
215b7 Prefix_Style{boolean} 17|2953b7 2968r10
223V13*To_Canonical_File_Spec{29|70P12} 224>7 17|3050b13 3079l8 3079t30
224a7 Host_File{string} 17|3051b7 3057r42 3062r25 3062r46 3077r40
227V13*To_Canonical_Path_Spec{29|70P12} 228>7 17|485s31 492s31 1527s26 3085b13
. 3112l8 3112t30
228a7 Host_Path{string} 17|3086b7 3092r42 3097r25 3097r46 3110r40
231V13*To_Host_Dir_Spec{29|70P12} 232>7 233>7 17|3118b13 3147l8 3147t24
232a7 Canonical_Dir{string} 17|3119b7 3127r38 3132r29 3132r54
233b7 Prefix_Style{boolean} 17|3120b7 3135r10
238V13*To_Host_File_Spec{29|70P12} 239>7 17|3153b13 3176l8 3176t25
239a7 Canonical_File{string} 17|3154b7 3159r44 3164r30 3164r56
242V13*Relocate_Path{44|113P9} 243>7 244>7 17|2743b13 2776l8 2776t21
243a7 Prefix{string} 17|2744b7 2764r16 2764r32 2767r53 2770r21
244a7 Path{string} 17|2745b7 2764r10 2767r41 2770r15 2770r40 2775r26
252V13*Shared_Lib{string} 252>25 17|2796b13 2806l8 2806t18
252a25 Name{string} 17|2796b25 2797r30 2802r25 2802r52 2803r20 2804r20
272A9*File_Attributes(34|64M9) 273r34 279r21 282r21 285r21 290r21 295r21
. 298r21 303r21 306r21 309r21 466r26 577r30 604r22 781c9 784r8 786r34 17|107r22
. 125r26 134r19 248r22 1081r21 1103r21 1113r21 1161r23 1176r26 1337r22 1339r19
. 1351r14 1401r26 1693r41 1731r41 1744r41 1757r41 1770r41 1783r41 1829r22
. 1889r30 2422r22 2437r30 2817r22 2846r14 2860r19
273a4*Unknown_Attributes{272A9} 786c4 17|252r37 1199r26 1245r28 1276r25 1855r22
. 3333r30
277V13*Is_Directory{boolean} 278>7 279^7 17|1692b13 1699l8 1699t20
278m7 Name{29|639M12} 17|1693b7 1698r24
279p7 Attr(272A9) 17|1693b27 1698r30
280V13*Is_Regular_File{boolean} 281>7 282^7 17|1756b13 1763l8 1763t23 1857s17
281m7 Name{29|639M12} 17|1757b7 1762r24
282p7 Attr(272A9) 17|1757b27 1762r30
283V13*Is_Symbolic_Link{boolean} 284>7 285^7 17|1769b13 1776l8 1776t24
284m7 Name{29|639M12} 17|1770b7 1775r24
285p7 Attr(272A9) 17|1770b27 1775r30
288V13*File_Length{long_integer} 289>7 290^7 17|1079b13 1095l8 1095t19 2491s23
289m7 Name{29|639M12} 17|1080b7 1094r42
290p7 Attr(272A9) 17|1081b7 1094r48
293V13*File_Time_Stamp{29|103I9} 294>7 295^7 17|1101b13 1109l8 1109t23 1123s17
. 2500s15 2833s15
294m7 Name{29|639M12} 17|1102b7 1108r24
295p7 Attr(272A9) 17|1103b7 1108r30
296V13*File_Time_Stamp{44|607A9} 297>7 298^7 17|1111b13 1124l8 1124t23
297i7 Name{13|588I9} 17|1112b7 1116r10 1120r24
298p7 Attr(272A9) 17|1113b7 1123r55
301V13*Is_Readable_File{boolean} 302>7 303^7 17|1743b13 1750l8 1750t24
302m7 Name{29|639M12} 17|1744b7 1749r24
303p7 Attr(272A9) 17|1744b27 1749r30
304V13*Is_Executable_File{boolean} 305>7 306^7 17|1730b13 1737l8 1737t26
305m7 Name{29|639M12} 17|1731b7 1736r24
306p7 Attr(272A9) 17|1731b27 1736r30
307V13*Is_Writable_File{boolean} 308>7 309^7 17|1782b13 1789l8 1789t24 2516s20
308m7 Name{29|639M12} 17|1783b7 1788r24
309p7 Attr(272A9) 17|1783b27 1788r30
316V13*Include_Dir_Default_Prefix{string} 17|1650b13 1653l8 1653t34
320V13*Object_Dir_Default_Prefix{string} 17|2115b13 2131l8 2131t33
324U14*Add_Default_Search_Dirs 17|281b14 563l8 563t31
329U14*Add_Lib_Search_Dir 329>34 17|322s13 334s13 590b14 615l8 615t26 637s13
329a34 Dir{string} 17|590b34 592r10 597r57
332U14*Add_Src_Search_Dir 332>34 17|320s13 332s13 635s13 646b14 655l8 655t26
332a34 Dir{string} 17|646b34 648r10 654r35
335U14*Get_Next_Dir_In_Path_Init 336>7 17|496s10 520s13 536s13 555s13 628s7
. 1468b14 1471l8 1471t33
336p7 Search_Path{29|70P12} 17|1468b41 1470r26
337V13*Get_Next_Dir_In_Path{29|70P12} 338>7 17|498s27 522s30 538s30 557s30
. 631s12 1434b13 1462l8 1462t28
338p7 Search_Path{29|70P12} 17|1435b7 1442r31 1443r21 1448r34 1451r31 1452r21
. 1458r29
345E9*Search_File_Type 345e47 349r21 388r20 17|623r21 1488r20
345n30*Include{345E9} 17|508r46 634r25 1519r22
345n39*Objects{345E9} 17|509r46
347U14*Add_Search_Dirs 348>7 349>7 17|508s10 509s10 621b14 640l8 640t23
348p7 Search_Path{44|113P9} 17|622b7 628r49 631r49
349e7 Path_Type{345E9} 17|623b7 634r13
353V13*Get_Primary_Src_Search_Directory{44|113P9} 17|1477b13 1480l8 1480t40
357V13*Nb_Dir_In_Src_Search_Path{natural} 17|1942b13 1949l8 1949t33
358V13*Dir_In_Src_Search_Path{44|113P9} 358>37 17|797b13 805l8 805t30
358i37 Position{natural} 17|797b37 801r62 803r67
361V13*Nb_Dir_In_Obj_Search_Path{natural} 17|1929b13 1936l8 1936t33
362V13*Dir_In_Obj_Search_Path{44|113P9} 362>37 17|783b13 791l8 791t30
362i37 Position{natural} 17|783b37 787r62 789r67
365p4*Include_Search_File{29|70P12} 17|533r18 1520r25
367p4*Objects_Search_File{29|70P12} 17|552r18 1523r25
373p4*Exec_Name{44|113P9} 17|996r10 997m10 998r26 1004r24 1005r37 1006r37
. 1013r52
377V13*Read_Default_Search_Dirs{29|70P12} 378>7 379>7 380>7 17|531s15 550s15
. 1535s12 1572s12 1593s15 1616s18 2286b13 2411l8 2411t32
378p7 Search_Dir_Prefix{29|70P12} 17|2287b7 2291r40 2322r20 2323r12 2324r15
. 2399r50
379p7 Search_File{29|70P12} 17|2288b7 2292r46 2325r12
380p7 Search_Dir_Default_Name{29|70P12} 17|2289b7 2330r17
386V13*Get_RTS_Search_Dir{44|113P9} 387>7 388>7 17|1486b13 1634l8 1634t26
387a7 Search_Dir{string} 17|1487b7 1512r10 1512r22 1514r24 1516r42
388e7 File_Type{345E9} 17|1488b7 1519r10
413U14*Read_Source_File 414>7 415>7 416<7 417<7 418>7 17|2590b14 2737l8 2737t24
414i7 N{13|571I9} 17|2591b7 2611r47 2619r13 2620r30
415i7 Lo{44|212I12} 17|2592b7 2680r13 2685r57 2701r16
416i7 Hi{44|212I12} 17|2593b7 2625m10 2641m10 2680m7 2685r63 2701m10 2703r61
. 2704m13 2704r19 2708r22
417p7 Src{44|202P9} 17|2594b7 2624m10 2640m10 2726m13
418e7 T{63E9} 17|2595b7 2611r50 2651r10
457V13*Full_Source_Name{13|571I9} 17|1380b13 1383l8 1383t24
458V13*Current_Source_File_Stamp{44|607A9} 17|774b13 777l8 777t33
463U14*Full_Source_Name 464>7 465<7 466^7 17|1398b14 1404l8 1404t24
464i7 N{13|571I9} 17|1399b7 1403r24
465i7 Full_File{13|571I9} 17|1400b7 1403m35
466p7 Attr(272A9) 17|1401b7 1403r46
467V13*Full_Source_Name{13|571I9} 467>31 17|1389b13 1392l8 1392t24 2026s19
. 2030s22
467i31 N{13|571I9} 17|1389b31 1391r31
468V13*Source_File_Stamp{44|607A9} 468>32 17|2894b13 2897l8 2897t25
468i32 N{13|571I9} 17|2894b32 2896r32
481V13*Current_File_Index{44|59I9} 17|747b13 750l8 750t26
484V13*Matching_Full_Source_Name{13|571I9} 485>7 486>7 17|1879b13 1914l8
. 1914t33
485i7 N{13|571I9} 17|1880b7 1884r24 1895r16 1897r57 1905r26
486a7 T{44|607A9} 17|1881b7 1897r41 1907r41
491U14*Source_File_Data 491>32 17|2885b14 2888l8 2888t24
491b32 Cache{boolean} 17|2885b32 2887r29
500U14*Dump_Source_File_Names 17|811b14 815l8 815t30
548V13*Read_Library_Info{44|150P9} 549>7 550>7 17|2417b13 2429l8 2429t25
549i7 Lib_File{13|571I9} 17|2418b7 2424r18
550b7 Fatal_Err{boolean} 17|2419b7 2428r27
575V13*Read_Library_Info_From_Full{44|150P9} 576>7 577^7 578>7 17|2425s14
. 2435b13 2584l8 2584t35
576i7 Full_Lib_File{13|571I9} 17|2426r10 2436b7 2457r32
577p7 Lib_File_Attr(272A9) 17|2427r10 2437b7 2491r57 2500r53 2516r59
578b7 Fatal_Err{boolean} 17|2428r10 2438b7 2461r13 2480r13 2519r19
586V13*Full_Library_Info_Name{13|571I9} 17|1362b13 1365l8 1365t30
587V13*Full_Object_File_Name{13|571I9} 17|1371b13 1374l8 1374t29
595V13*Current_Library_File_Stamp{44|607A9} 17|756b13 759l8 759t34
596V13*Current_Object_File_Stamp{44|607A9} 17|765b13 768l8 768t33
601U14*Full_Lib_File_Name 602>7 603<7 604<7 17|1334b14 1344l8 1344t26 1354s7
602i7 N{13|571I9} 17|1335b7 1342r18
603i7 Lib_File{13|571I9} 17|1336b7 1342m30
604a7 Attr{272A9} 17|1337b7 1343m7
605V13*Full_Lib_File_Name{13|571I9} 605>33 17|1350b13 1356l8 1356t26
605i33 N{13|571I9} 17|1350b33 1354r27
615V13*Lib_File_Name{13|571I9} 616>7 617>7 17|1795b13 1817l8 1817t21
616i7 Source_File{13|571I9} 17|1796b7 1800r24
617i7 Munit_Index{44|62I12} 17|1797b7 1809r10 1811r34
633i4*Current_Exit_Status{integer} 17|2160m7
638U14*OS_Exit_Through_Exception 638>41 639r22 17|2158b14 2162l8 2162t33
638i41 Status{integer} 17|2158b41 2160r30
642E9*Exit_Code_Type 649e15 651r40 17|1020r40
643n7*E_Success{642E9} 17|1038r15
644n7*E_Warnings{642E9} 17|1039r15
645n7*E_No_Code{642E9} 17|1043r15
646n7*E_No_Compile{642E9} 17|1040r15
647n7*E_Errors{642E9} 17|1042r15
648n7*E_Fatal{642E9} 17|1041r15 1063r21 3300r24
649n7*E_Abort{642E9} 17|1044r15
651U14*Exit_Program 651>28 652r22 17|1020b14 1046l8 1046t20 1063s7 3300s10
651e28 Exit_Code{642E9} 17|1020b28 1037r12
665V13*Arg_Count{natural} 666b<c,__gnat_arg_count>22 702s41
669U14*Fill_Arg 669>24 669>44 670b<c,__gnat_fill_arg>22 17|998s16 1292s7
669m24 A{21|67M9}
669i44 Arg_Num{integer}
673V13*Len_Arg{integer} 673>22 674b<c,__gnat_len_arg>22 17|997s40 1287s35
673i22 Arg_Num{integer}
677p4*ALI_Default_Suffix{44|113P9} 678r48
678p4*ALI_Suffix{44|113P9} 17|1815r31 2144r30
681V13*Prep_Suffix{string} 17|2200b13 2203l8 2203t19
686i4 Current_Main{13|571I9} 17|1219r21 2012m7 2019r52 2023m16 2026r37 2027m19
. 2030r40 2031m22 2038r14 2619r17
692a4 Target_Object_Suffix{string} 17|2146r16 2148r36
695i4 Output_FD{29|186I9} 17|3290r21
698i4 Output_File_Name{13|571I9} 17|718m7 735m7 3295r30
702i4 Argument_Count{integer} 708r50 717r53
705A9 File_Name_Array(44|113P9)<44|59I9> 706r39 708r23 17|577r28
706P9 File_Name_Array_Ptr(705A9) 707r17
707p4 File_Names{706P9} 17|576r30 577m10 577r45 577r62 582r7 1967r20
714A9 File_Index_Array(44|59I9)<44|59I9> 715r40 717r25 17|579r16
715P9 File_Index_Array_Ptr(714A9) 716r19
716p4 File_Indexes{715P9} 17|578m10 579r34 579r53 583r7 749r14
719i4 Current_File_Name_Index{44|59I9} 17|749r28 1662m7 1922r15 1963m7 1963r34
. 1967r32
724U14 Create_File_And_Check 725<7 726>7 17|713b14 724l8 724t29
725i7 Fdesc{29|186I9} 17|714b7 719m7 721r10
726e7 Fmode{29|197E9} 17|715b7 719r50
733U14 Open_File_To_Append_And_Check 734<7 735>7 17|730b14 741l8 741t37
734i7 Fdesc{29|186I9} 17|731b7 736m7 738r10
735e7 Fmode{29|197E9} 17|732b7 736r50
742E9 Program_Type 742e70 744r31 17|49r22 2782r31
742n26 Compiler{742E9} 17|1990r15
742n36 Binder{742E9} 17|2001r15
742n44 Make{742E9} 17|1994r15 2017r28
742n50 Gnatls{742E9} 17|2001r24
742n58 Unspecified{742E9} 17|49r38 2005r15
744U14 Set_Program 744>27 17|2782b14 2790l8 2790t19
744e27 P{742E9} 17|2782b27 2789r26
749V13 More_Files{boolean} 17|1920b13 1923l8 1923t18 1961s22
752V13 Next_Main_File{13|571I9} 17|1955b13 2039l8 2039t22
755V13 Object_File_Name{13|571I9} 755>31 17|2137b13 2152l8 2152t24 2458s32
755i31 N{13|571I9} 17|2137b31 2139r10 2143r24
761U14 Write_Info 761>26 17|3245b14 3249l8 3249t18
761a26 Info{string} 17|3245b26 3247r25 3247r39
765U14 Write_With_Check 765>32 765>45 17|3247s7 3248s7 3285b14 3302l8 3302t24
765m32 A{21|67M9} 17|3285b32 3290r32
765i45 N{integer} 17|3285b46 3290r10 3290r35
772i4 File_Attributes_Size{natural} 782r18 17|3331r48
X 17 osint.adb
49e4 Running_Program{16|742E9} 1988r12 2017r10 2789m7
52b4 Program_Set{boolean} 2784r10 2788m7
55p4 Std_Prefix{44|113P9} 2753r10 2754m10 2756r13 2760r29 2760r45 2765r13
. 2767r21 2768r21 2768r43 2769r16
59a4 Empty{string} 60m36 60r36
60p4 No_Dir{44|113P9} 1837r22
81V13 Append_Suffix_To_File_Name{13|571I9} 82>7 83>7 661b13 670l8 670t34
. 2024s18 2028s21
82i7 Name{13|571I9} 662b7 666r24
83a7 Suffix{string} 663b7 667r47 667r65 668r30
86V13 OS_Time_To_GNAT_Time{44|607A9} 86>35 1122s14 1143s14 2168b13 2194l8
. 2194t28 2499s12 2832s12
86i35 T{29|103I9} 2168b35 2179r10 2183r17
90V13 Executable_Prefix{44|113P9} 956b13 1014l8 1014t25 2754s24
97V13 Update_Path{44|113P9} 97>26 532s33 534s33 551s33 553s33 1590s17 1610s30
. 1644s27 2117s37 3212b13 3239l8 3239t19
97p26 Path{44|113P9} 3212b26 3223r44 3231r37
101U14 Locate_File 102>7 103>7 104>7 105>7 106<7 107^7 1221s13 1253s16 1269s16
. 1823b14 1873l8 1873t19 1894s13 1905s13
102i7 N{13|571I9} 1824b7 1864r25
103e7 T{16|63E9} 1825b7 1839r13 1843r25
104i7 Dir{natural} 1826b7 1840r52 1844r52
105a7 Name{string} 1827b7 1836r28 1848r53 1852r67
106i7 Found{13|571I9} 1828b7 1858m13 1864m16 1869m16
107p7 Attr(16|272A9) 1829b7 1855r10 1857r53
121U14 Find_File 122>7 123>7 124<7 125^7 126>7 1164s7 1172b14 1280l8 1280t17
. 1342s7 2424s7 2821s10 2866s10 2872s13
122i7 N{13|571I9} 1173b7 1180r24 1198r22 1204r70 1219r36 1221r26 1229r39
. 1253r29 1269r29
123e7 T{16|63E9} 1174b7 1193r13 1201r16 1221r29 1253r32 1262r16 1269r32
124i7 Found{13|571I9} 1175b7 1198m13 1209m19 1221m62 1240m19 1242m19 1253m65
. 1255r19 1269m49 1271r19 1277m13
125p7 Attr(16|272A9) 1176b7 1199r13 1221r69 1245r16 1253r72 1269r56 1276r13
126b7 Full_Name{boolean} 1177b7 1201r36
130U14 Smart_Find_File 131>7 132>7 133<7 134<7 1403s7 2823s10 2848s7 2856b14
. 2879l8 2879t23
131i7 N{13|571I9} 2857b7 2866r21 2869r44 2872r24 2873r39
132e7 T{16|63E9} 2858b7 2866r24 2872r27
133i7 Found{13|571I9} 2859b7 2877m7
134a7 Attr{16|272A9} 2860b7 2878m7
138V13 C_String_Length{integer} 138>30 676b13 685l8 685t23 2974s28 3033s36
. 3066s30 3101s30 3140s23 3168s25
138m30 S{21|67M9} 676b30 680r10 683r25
141V13 To_Path_String_Access{29|70P12} 142>7 143>7 2979s17 3034s40 3071s17
. 3106s14 3145s17 3173s17 3182b13 3206l8 3206t29
142m7 Path_Addr{21|67M9} 3183b7 3194r42
143i7 Path_Len{integer} 3184b7 3186r43 3199r38 3201r21
148V13 Include_Dir_Default_Prefix{29|70P12} 1640b13 1648l8 1648t34 1652s14
. 2654s35
155e4 EOL{character} 3248r25
158i4 Number_File_Names{44|59I9} 571m7 571r28 576r10 582r21 583r21 1661m7
. 1922r41 2108r14
161b4 Look_In_Primary_Directory_For_Current_Main{boolean} 1218r16 1992m13
. 1998m16
167i4 Current_Full_Source_Name{13|571I9} 1382r14 2611m7 2612r48 2614r10 2629r24
168a4 Current_Full_Source_Stamp{44|607A9} 776r14 2612m7
169i4 Current_Full_Lib_Name{13|571I9} 1364r14 2457m7 2458r50 2460r10 2469r24
. 2513r30
170a4 Current_Full_Lib_Stamp{44|607A9} 758r14 2498m10 2517r42 2536r41
171i4 Current_Full_Obj_Name{13|571I9} 1373r14 2458m7 2504r48 2520r33
172a4 Current_Full_Obj_Stamp{44|607A9} 767r14 2464m13 2483m13 2504m10 2506r13
. 2517m16 2528m16 2536r16
177K12 File_Name_Chars[40|55] 812r32 812r57 814r26 2667r16 2667r44 2668r16
186p4 The_Include_Dir_Default_Prefix{29|70P12} 1642r10 1643m10 1647r14
195N4 Primary_Directory 204r30 215r30 787r42 789r47 801r42 803r47 1221r32
. 1253r35 1268r22 1479r44 1681r40 1682r37 1684r40 1685r37 1895r27 1904r19
. 1932r48 1934r48 1945r48 1947r48 1991r43 1995r43 2003r43 3345r40 3346r37
. 3348r40 3349r37
201K12 Src_Search_Directories[40|55] 652r7 653r7 653r37 801r12 803r17 1265r28
. 1479r14 1664r7 1681r7 1682r7 1844r22 1902r22 1945r17 1947r17 1991r13 1995r13
. 3345r7 3346r7
212K12 Lib_Search_Directories[40|55] 603r19 604r19 606r16 612r10 613r10 613r40
. 787r12 789r17 1263r28 1665r7 1684r7 1685r7 1840r22 1932r17 1934r17 2003r13
. 3348r7 3349r7
238b4 File_Cache_Enabled{boolean} 2820r14 2865r14 2887m7
241I9 File_Hash_Num<short_integer> 243r51 255r20 1070r51 1072r14 1072r41
243V13 File_Hash{241I9} 243>24 259r20 1070b13 1073l8 1073t17
243i24 F{13|571I9} 1070b24 1072r34
246R9 File_Info_Cache 249e14 251r34 256r20 2862r14
247i7*File{13|571I9} 2866m32 2871r18 2872m35 2877r21
248a7*Attr{16|272A9} 2866m43 2872m46 2878r21
251r4 No_File_Info_Cache{246R9} 257r20
254K12 File_Name_Hash_Table[26|70] 2869r18 2873r13
262V13 Smart_Find_File{13|571I9} 263>7 264>7 1391s14 2841b13 2850l8 2850t23
263i7 N{13|571I9} 2842b7 2848r24
264e7 T{16|63E9} 2843b7 2848r27
269V13 Smart_File_Stamp{44|607A9} 270>7 271>7 2812b13 2835l8 2835t24 2896s14
270i7 N{13|571I9} 2813b7 2821r21 2823r27
271e7 T{16|63E9} 2814b7 2821r24 2823r30
282p7 Search_Dir{29|70P12} 498m13 499r23 500r29 522m16 523r26 524r32 525r32
. 538m16 539r26 540r32 557m16 558r26 559r32
283p7 Search_Path{29|70P12} 482m13 484r16 485m16 485r55 489m13 491r16 492m16
. 492r55 496r37 498r49 518m13 520r40 522r52 530m13 536r40 538r52 549m13 555r40
. 557r52
284p7 Path_File_Name{29|70P12} 344r42 454m10 455r25 466m7 468r10 472m7 474r10
286U17 Add_Search_Dir 287>10 288>10 314b17 324l11 324t25 396s19 409s13
287a10 Search_Dir{string} 315b10 320r33 322r33
288b10 Additional_Source_Dir{boolean} 316b10 319r13
289U17 Add_Search_Dir 290>10 291>10 326b17 336l11 336t25 500s13 524s16 525s16
. 540s16 559s16
290p10 Search_Dir{29|70P12} 327b10 332r33 334r33
291b10 Additional_Source_Dir{boolean} 328b10 331r13
295U17 Get_Dirs_From_File 295>37 342b17 411l11 411t29 456s10 469s10 475s10
295b37 Additional_Source_Dir{boolean} 342b37 396r54 409r50 456r30 469r30
. 475r30
298V16 Get_Libraries_From_Registry{44|113P9} 417b16 445l11 445t38 518s43
343i10 File_FD{29|186I9} 357m10 361r13 365r39 376r33 383r17
344a10 Buffer=344:61{string} 357r32
345i10 Len{natural} 365m10 367r32 374r24 375r24 376r60 389r23
346i10 Actual_Len{natural} 374m10 375r37 376m13 377r28
347p10 S{29|70P12} 367m10 376r42 390r19 396r35 408r22 409r29 409r41
348i10 Curr{natural} 373m10 375r16 376r45 377m13 377r21 388m10 389r16 390r22
. 395r28 396r47 399r25 402m13 402r21
349i10 First{natural} 387m10 395r19 396r38 399m16 408r13 409r32
350e10 Ch{character} 390m13 392r16 392r38 393r23 393r45
352b10 Status{boolean} 353r32 383m26
418V19*C_Get_Libraries_From_Registry{21|67M9} 419b<c,__gnat_get_libraries_from_registry>28
. 436s24
422V19*Strlen{integer} 422>27 423b<c,strlen>28 437s27
422m27 Str{21|67M9}
425U20*Strncpy 425>29 425>42 425>55 426b<c,strncpy>28 440s10
425m29 X{21|67M9}
425m42 Y{21|67M9}
425i55 Length{integer}
428U20*C_Free 428>28 429b<c,free>28 442s10
428m28 Str{21|67M9}
431m10 Result_Ptr{21|67M9} 436m10 437r35 440r43 442r18
432i10 Result_Length{integer} 437m10 439r41 440r55
433p10 Out_String{44|113P9} 439m10 440r19 444r17
480b11 Additional_Source_Dir{boolean} 481r13 500r41
597p10 Norm{44|113P9} 606r55 607m22 607r22 613r72
603i14 D{integer} 606r46
625p7 Current_Search_Path{29|70P12} 630m10 632r20 635r33 637r33
677V16*Strlen{integer} 677>24 678b<c,strlen>25 683s17
677m24 S{21|67M9}
812I15 Rng{44|59I9} 814r49
825p7 Exec_Suffix{29|70P12} 834m10 837m10 840r10 870r36 872r42 873r25 876r49
. 877r23 878r42 879m25 879r25 886m13 886r13
826b7 Add_Suffix{boolean} 843m10 847m19 858r13
845i17 J{integer} 846r32 850r35 851r35
860a16 Buffer{string} 866m42 866r42 870r19 872r20 872r28 872r68
894p7 Exec_Suffix{29|70P12} 900m10 903m10 906r10 907m16 907r16 912r41 915m19
. 915r19
895b7 Add_Suffix{boolean} 918m13 922m22 933r16
896a7 Canonical_Name{string} 916m39 916r39 920r33 921r22 925r25 926r25 934r16
. 935r24 935r40 936r43
912a13 Suffix{string} 934r41 935r62 936r67 939r55 942r62
920i20 J{integer} 921r38 925r41 926r41
939a19 Result{string} 941m19 942m19 942r46 943r26
958V16 Get_Install_Dir{44|113P9} 958>33 966b16 991l11 991t26 1006s20 1013s14
958a33 Exec{string} 966b33 967r61
967a10 Full_Path{string} 973r27 974r40 975r23 976r33 977r42 978r42 980r34
. 981r43 982r43 984r41 984r52
973i14 J{integer} 974r51 975r19 976r44 977r53 978r53 980r45 981r54 982r54
. 984r71
1004i11 J{integer} 1005r48
1083V16*Internal{24|65I9} 1084>10 1085>10 1086>10 1087b<c,__gnat_file_length_attr>25
. 1094s28
1084i10 F{integer}
1085m10 N{29|639M12}
1086m10 A{21|67M9}
1105V16*Internal{29|103I9} 1105>26 1105>43 1106b<c,__gnat_file_time_name_attr>25
. 1108s14
1105m26 N{29|639M12}
1105m43 A{21|67M9}
1161a7 Attr{16|272A9} 1164m31 1164r31
1162i7 Found{13|571I9} 1164m24 1165r14
1183a10 File_Name{string} 1221r51 1253r54 1269r38
1184i10 File{13|571I9} 1229m13 1234r16 1239r19 1242r28
1185i10 Last_Dir{natural} 1263m16 1265m16 1268r47
1203a19 Full_Path{string} 1205r51 1207r51
1205i19 Full_Size{natural} 1207r37 1208r31
1268i17 D{integer} 1269r35
1287a7 Command_Name{string} 1288r33 1289r33 1292m17 1292r17 1294r10 1304r37
. 1317r23 1318r32 1319r32 1320r32 1327r38
1288i7 Cindex1{integer} 1303r24 1305m13 1316r20 1326r29 1327r52
1289i7 Cindex2{integer} 1303r35 1316r10 1317r37 1318r46 1319r46 1320r46 1322m13
. 1322r24 1326r19 1327r63
1303i11 J{integer} 1304r51 1305r24
1339a7 A{16|272A9} 1342m40 1342r40 1343r15
1351a7 Attr{16|272A9} 1354m36
1352i7 File{13|571I9} 1354m30 1355r14
1414i11 J{integer} 1415r50 1416r25
1430i4 Search_Path_Pos{integer} 1437r33 1457m10 1470m7
1437i7 Lower_Bound{positive} 1442r16 1443r38 1445m13 1445r28 1448r20 1450r25
. 1458r46
1438i7 Upper_Bound{positive} 1450m10 1451r16 1452r38 1454m13 1454r28 1457r29
. 1458r61
1490U17*Get_Current_Dir 1491>10 1492>10 1493b<c,__gnat_get_current_dir>25
. 1558s13
1491m10 Dir{21|67M9}
1492m10 Length{21|67M9}
1495i7*Max_Path{integer} 1496m25 1496r25 1554r37 1555r35
1499p7 Current_Dir{44|113P9} 1565m13 1569r24
1500p7 Default_Search_Dir{29|70P12} 1536m10 1542r30 1543r32 1574m10 1582r30
. 1583r32 1595m13 1603r33 1604r35 1618m16 1625r36 1626r38
1501p7 Default_Suffix_Dir{29|70P12} 1521m10 1524m10 1537r46 1575r46 1596r49
. 1619r52
1502p7 Local_Search_Dir{29|70P12} 1513m10 1516m10 1527r50 1569r42 1590r55
. 1613r48
1503p7 Norm_Search_Dir{29|70P12} 1527m7 1529r28 1535r38 1537r24 1538m16 1538r16
. 1568m10 1572r38 1575r24 1577m16 1577r16 1588m13 1593r41 1596r27 1598m19
. 1598r19 1612m16 1616r44 1619r30 1620m22 1620r22
1504p7 Result_Search_Dir{29|70P12} 1534m10 1540r13 1541r32 1571m10 1579r13
. 1580r32 1592m13 1600r16 1601r35 1615m16 1622r19 1623r38
1505p7 Search_File{29|70P12} 1520m10 1523m10 1535r55 1572r55 1593r58 1616r61
1506p7 Temp_String{44|113P9} 1609m16 1613r30
1554a13 Buffer{string} 1558m30 1558r30 1560r16 1562m16 1565r40
1555i13 Path_Len{natural} 1558m46 1558r46 1560r24 1561m16 1561r28 1562r24
. 1565r53
1695V16*Internal{integer} 1695>26 1695>43 1696b<c,__gnat_is_directory_attr>25
. 1698s14
1695m26 N{29|639M12}
1695m43 A{21|67M9}
1733V16*Internal{integer} 1733>26 1733>43 1734b<c,__gnat_is_executable_file_attr>25
. 1736s14
1733m26 N{29|639M12}
1733m43 A{21|67M9}
1746V16*Internal{integer} 1746>26 1746>43 1747b<c,__gnat_is_readable_file_attr>25
. 1749s14
1746m26 N{29|639M12}
1746m43 A{21|67M9}
1759V16*Internal{integer} 1759>26 1759>43 1760b<c,__gnat_is_regular_file_attr>25
. 1762s14
1759m26 N{29|639M12}
1759m43 A{21|67M9}
1772V16*Internal{integer} 1772>26 1772>43 1773b<c,__gnat_is_symbolic_link_attr>25
. 1775s14
1772m26 N{29|639M12}
1772m43 A{21|67M9}
1785V16*Internal{integer} 1785>26 1785>43 1786b<c,__gnat_is_writable_file_attr>25
. 1788s14
1785m26 N{29|639M12}
1785m43 A{21|67M9}
1802i11 J{integer} 1803r26 1804r25
1831p7 Dir_Name{44|113P9} 1837m10 1840m10 1844m10 1848r35 1851r26 1851r46
. 1852r21 1863r16
1848a10 Full_Name{string} 1851m10 1852m10 1852r44 1853m10 1853r21 1857m34
. 1857r34 1866r28 1868r18 1868r34
1887a10 File_Name{string} 1895r46 1905r40
1888i10 File{13|571I9} 1895m57 1897r16 1898r23 1905m51 1907r16 1907r57 1908r23
1889a10 Attr{16|272A9} 1895m63 1895r63 1905m57 1905r57
1890i10 Last_Dir{natural} 1902m10 1904r44
1904i14 D{integer} 1905r37
1956p7 File_Name{44|113P9} 1967m7 1968r15 1970r24 1971r13 1972r20 1974r20
. 1986r31 1986r42 1997r23 2009r19 2010r38 2010r57
1957p7 Dir_Name{44|113P9} 1986m7 1991r65 1995r65 2002m13 2002r51 2003r65
1958i7 Fptr{natural} 1968m7 1978m13 1986r61 1997r16 2009r36 2010r49
1970i11 J{integer} 1971r24 1972r31 1974r16 1978r21
2019i13 Orig_Main{13|571I9} 2022r30 2022r43 2024r46 2028r49 2031r38
2047V16 Is_Quoted{boolean} 2047>27 2048r22 2055b16 2068l11 2068t20 2081s13
2047a27 Path{string} 2055b27 2056r40 2056r46 2057r40 2057r46
2056e10 First{character} 2060r14 2062r14
2057e10 Last{character} 2060r35 2062r35
2070p7 Result{44|113P9} 2076m10 2079m10 2088m10 2089r10 2091r10 2091r18 2094m10
. 2095r10 2096r10 2099r14
2116p7 Object_Dir{29|70P12} 2120r10 2125r41 2127m19 2127r19
2125a13 Result{string} 2128r20
2146i11 J{integer} 2148r58
2169a7 GNAT_Time{44|607A9} 2191m21 2193r14
2171i7 Y{29|116I12} 2183m20 2185r26
2172i7 Mo{29|117I12} 2183m23 2186r26
2173i7 D{29|118I12} 2183m27 2187r26
2174i7 H{29|119I12} 2183m30 2188r26
2175i7 Mn{29|120I12} 2183m33 2189r26
2176i7 S{29|121I12} 2183m37 2190r26
2210i7 End_Of_Prefix{natural} 2265m13 2270r10 2271r29 2277r42
2211i7 Start_Of_Prefix{positive} 2256m13 2263r16 2277r23
2212i7 Start_Of_Suffix{positive} 2244m7 2271m10 2279r25
2251i11 J{integer} 2252r26 2253r33 2254r33 2256r32
2263i11 J{integer} 2264r26 2264r31 2265r30
2291i7 Prefix_Len{integer} 2292r33 2390r59 2399r31 2400r27
2292a7 Buffer{string} 2322m7 2324m7 2324r51 2326m7 2326r15 2328m29 2328r29
2293i7 File_FD{29|186I9} 2328m7 2329r10 2333r36 2347r30
2294p7 S{29|70P12} 2337m7 2338r7 2347r39 2364r13 2365r13 2370r13 2376r57
. 2385r17 2390r30 2394r13 2398r57 2405r21 2409m13 2409r13
2294p10 S1{29|70P12} 2390m7 2399r16 2405r10 2410r14
2295i7 Len{integer} 2333m7 2337r29 2338r10 2345r21 2347r57 2355r21 2393r21
2296i7 Curr{integer} 2344m7 2347r42 2348m10 2348r18
2297i7 Actual_Len{integer} 2345m7 2346r13 2347m10 2348r25
2298i7 J1{integer} 2391m7 2399r20 2399r26 2400m16 2400r22 2405r14 2406m10
. 2406r16
2300b7 Prev_Was_Separator{boolean} 2353m7 2371m13 2376r16 2380m13 2392m7
. 2395m13 2398r16 2403m13
2301i7 Nb_Relative_Dir{integer} 2354m7 2377m16 2377r35 2384r10 2390r41
2303V16 Is_Relative{boolean} 2303>29 2303>41 2304r22 2312b16 2315l11 2315t22
. 2376s44 2398s44
2303a29 S{string} 2312b29 2314r39 2314r47
2303i41 K{positive} 2312b41 2314r42
2355i11 J{integer} 2364r16 2365r16 2370r16 2376r64
2393i11 J{integer} 2394r16 2398r64 2405r24
2421i7 File{13|571I9} 2424m37 2426r27
2422a7 Attr{16|272A9} 2424m43 2424r43 2427m27 2427r27
2440i7 Lib_FD{29|186I9} 2477m7 2479r10 2521r23 2529r23 2537r20 2568r33 2578r14
2444i7 Len{integer} 2491m7 2553r37 2568r60 2570r36
2449p7 Text{44|150P9} 2560m10 2568r41 2573r10 2582r14
2452b7 Status{boolean} 2453r29 2521m31 2529m31 2537m28 2578m22
2548i10 Actual_Len{integer} 2568m13 2569r34 2570r23 2570r48
2550i10 Lo{44|144I9} 2560r35 2566r16
2553i10 Hi{44|144I9} 2560r41 2566m10 2568r47 2569m13 2569r19 2573r16
2597i7 Source_File_FD{29|186I9} 2637m7 2639r10 2675r36 2703r33 2732r14
2601i7 Len{integer} 2675m7 2680r30 2703r74 2705r36
2604i7 Actual_Len{integer} 2703m13 2704r36 2705r23 2705r48
2606b7 Status{boolean} 2607r29 2732m30
2653a13 Name{string} 2663r28 2667r72
2654a13 Inc{string} 2657r15 2658r26 2659r44 2659r58
2656b13 Part_Of_Runtimes{boolean} 2666r20
2685A18 Actual_Source_Buffer{44|191A12}<44|144I9> 2688r43 2691r57
2688P15 Actual_Source_Ptr(2685A18) 2691r32
2691p10 Actual_Ptr{2688P15} 2703r49 2708r10 2726r42
2720V22 To_Source_Buffer_Ptr[45|20]{44|202P9} 2726s20
2747p7 S{44|113P9} 2766m13 2768r13 2769r13 2769r41 2771r20
2749U17*set_std_prefix 2749>33 2749>45 2750b<c,set_std_prefix>25 2760s13
2749a33 S{string}
2749i45 Len{integer}
2797a7 Library{string} 2801m7 2802m7 2803m7 2804m7 2804r35 2805r14
2816i7 File{13|571I9} 2821m27 2823m33 2826r10 2829r27
2817a7 Attr{16|272A9} 2821m33 2821r33 2823m39 2833m53 2833r53
2845i7 File{13|571I9} 2848m30 2849r14
2846a7 Attr{16|272A9} 2848m36
2862r7 Info{246R9} 2866m27 2866r27 2866m38 2866r38 2869m10 2871r13 2872m30
. 2872r30 2872m41 2872r41 2873r42 2877r16 2878r16
2907i11 J{integer} 2911r50 2915r42 2915r61 2916r36
2934i11 J{integer} 2938r26 2939r25
2955V16*To_Canonical_Dir_Spec{21|67M9} 2956>10 2957>10 2958b<c,__gnat_to_canonical_dir_spec>25
. 2969s32 2971s32
2956m10 Host_Dir{21|67M9}
2957i10 Prefix_Flag{integer}
2960a7 C_Host_Dir{string} 2965m7 2966m7 2966r19 2969m55 2969r55 2971m55 2971r55
2961m7 Canonical_Dir_Addr{21|67M9} 2969m10 2971m10 2974r45 2979r40
2962i7 Canonical_Dir_Len{integer} 2974m7 2976r10 2979r60
2996V16*To_Canonical_File_List_Init{integer} 2997>10 2998>10 2999b<c,__gnat_to_canonical_file_list_init>25
. 3020s20
2997m10 Host_File{21|67M9}
2998i10 Only_Dirs{integer}
3002V16*To_Canonical_File_List_Next{21|67M9} 3003b<c,__gnat_to_canonical_file_list_next>25
. 3032s36
3006U17*To_Canonical_File_List_Free 3007b<c,__gnat_to_canonical_file_list_free>25
. 3040s10
3010i7 Num_Files{integer} 3020m7 3024r57 3031r24
3011a7 C_Wildcard_Host_File{string} 3014m7 3016m7 3016r29 3021m11 3021r11
3024a10 Canonical_File_List{16|198A9} 3034m13 3042r41
3025m10 Canonical_File_Addr{21|67M9} 3032m13 3033r53 3035r20
3026i10 Canonical_File_Len{integer} 3033m13 3035r41
3031i14 J{integer} 3034r34
3053V16*To_Canonical_File_Spec{21|67M9} 3053>40 3055b<c,__gnat_to_canonical_file_spec>13
. 3065s30
3053m40 Host_File{21|67M9}
3057a7 C_Host_File{string} 3062m7 3063m7 3063r20 3065m54 3065r54
3058m7 Canonical_File_Addr{21|67M9} 3065m7 3066r47 3072r20
3059i7 Canonical_File_Len{integer} 3066m7 3068r10 3072r41
3088V16*To_Canonical_Path_Spec{21|67M9} 3088>40 3090b<c,__gnat_to_canonical_path_spec>13
. 3100s30
3088m40 Host_Path{21|67M9}
3092a7 C_Host_Path{string} 3097m7 3098m7 3098r20 3100m54 3100r54
3093m7 Canonical_Path_Addr{21|67M9} 3100m7 3101r47 3106r37
3094i7 Canonical_Path_Len{integer} 3101m7 3106r58
3122V16*To_Host_Dir_Spec{21|67M9} 3123>10 3124>10 3125b<c,__gnat_to_host_dir_spec>25
. 3136s27 3138s27
3123m10 Canonical_Dir{21|67M9}
3124i10 Prefix_Flag{integer}
3127a7 C_Canonical_Dir{string} 3132m7 3133m7 3133r24 3136m45 3136r45 3138m45
. 3138r45
3128m7 Host_Dir_Addr{21|67M9} 3136m10 3138m10 3140r40 3145r40
3129i7 Host_Dir_Len{integer} 3140m7 3142r10 3145r55
3156V16*To_Host_File_Spec{21|67M9} 3156>35 3157b<c,__gnat_to_host_file_spec>25
. 3167s25
3156m35 Canonical_File{21|67M9}
3159a7 C_Canonical_File{string} 3164m7 3165m7 3165r25 3167m44 3167r44
3160m7 Host_File_Addr{21|67M9} 3167m7 3168r42 3174r20
3161i7 Host_File_Len{integer} 3168m7 3170r10 3174r36
3186A15 Path_String{string}<integer> 3187r41
3187P12 Path_String_Access(3186A15) 3191r41 3193r30
3189V16 Address_To_Access[45|20]{3187P12} 3194s23
3193p7 Path_Access{3187P12} 3202r28
3196p7 Return_Val{29|70P12} 3199m7 3202r10 3205r14
3201i11 J{integer} 3202r22 3202r41
3214V16*C_Update_Path{21|67M9} 3214>31 3214>37 3215b<c,update_path>25 3233s21
3214m31 Path{21|67M9}
3214m37 Component{21|67M9}
3217V16*Strlen{integer} 3217>24 3218b<c,strlen>25 3234s24
3217m24 Str{21|67M9}
3220U17*Strncpy 3220>26 3220>39 3220>52 3221b<c,strncpy>25 3237s7
3220m26 X{21|67M9}
3220m39 Y{21|67M9}
3220i52 Length{integer}
3223i7 In_Length{integer} 3224r37 3231r23 3232r18
3224a7 In_String{string} 3231m7 3232m7 3233m36 3233r36
3225a7 Component_Name{string} 3233m55 3233r55
3226m7 Result_Ptr{21|67M9} 3233m7 3234r32 3237r40
3227i7 Result_Length{integer} 3234m7 3236r38 3237r52
3228p7 Out_String{44|113P9} 3236m7 3237r16 3238r14
3256a7 Save_Buffer{string} 3277r19 3278r38
3265i11 J{integer} 3266r26 3267r26 3268r58
3286b7 Ignore{boolean} 3287r29 3299m44
3308U14 Reset_File_Attributes 3308>37 3309b<c,__gnat_reset_attributes>22
. 3333s7
3308m37 Attr{21|67M9}
3312q4 Initialization 3352l8 3352e22
3314V16*Get_Default_Identifier_Character_Set{character} 3315b<c,__gnat_get_default_identifier_character_set>25
. 3335s35
3321V16*Get_Maximum_File_Name_Length{44|59I9} 3322b<c,__gnat_get_maximum_file_name_length>25
. 3336s35
3326i7*Sizeof_File_Attributes{integer} 3327m25 3327r25 3331r22
X 18 output.ads
44K9*Output 17|32w6 32r20 18|227e11
77U14*Set_Standard_Error 17|1057s7
113U14*Write_Eol 17|1061s7 3296s10
130U14*Write_Str 17|814s7 1059s7 1060s7 3272s7 3294s10
137U14*Write_Line 17|2663s16
X 20 sdefault.ads
33K9*Sdefault 17|33w6 33r20 20|39e13
34V13*Include_Dir_Default_Name{44|113P9} 17|534s46 1644s40
35V13*Object_Dir_Default_Name{44|113P9} 17|553s46 2117s50
37V13*Search_Dir_Prefix{44|113P9} 17|532s46 551s46 1590s30 1610s43
X 21 system.ads
37K9*System 16|32w6 32r35 36r6 36r35 39r6 669r28 783r11 17|41r6 41r28 42r6
. 1086r14 1105r47 1491r19 1492r19 1695r47 1733r47 1746r47 1759r47 1772r47
. 1785r47 3308r44 21|154e11
67M9*Address 16|669r35 765r36 17|138r34 142r19 418r56 422r33 425r33 425r46
. 428r34 431r26 676r34 677r28 1086r21 1105r54 1491r26 1492r26 1695r54 1733r54
. 1746r54 1759r54 1772r54 1785r54 2721r37 2956r24 2957r40 2961r28 2997r22
. 3002r51 3025r32 3053r52 3053r68 3058r29 3088r52 3088r68 3093r29 3123r26
. 3124r42 3128r25 3156r52 3156r68 3160r24 3183r19 3190r41 3214r49 3214r65
. 3217r30 3220r30 3220r43 3226r24 3285r37 3308r51
69m4*Null_Address{67M9} 17|680r14
81V14*"="{boolean} 17|680r12
X 22 s-casuti.ads
42K16*Case_Util 17|41w13 41r35 22|66e21
54V13*To_Lower{character} 17|976s23 977s32 978s32 980s24 981s33 982s33 1317s13
. 1318s22 1319s22 1320s22
58U14*To_Lower 17|694s10 705s10
X 24 s-crtl.ads
38K16*CRTL 17|42w13 1086r37 24|241e16
65I9*int64<long_long_integer> 17|1086r42
X 26 s-htable.ads
56I12 Header_Num 17|255r6
59+12 Element 17|256r6
62*7 No_Element{59+12} 17|257r6
66+12 Key 17|258r6
67V21 Hash{56I12} 17|259r6
68V21 Equal{boolean} 17|260r6
72U17*Set 17|2873s34[254]
79V16*Get{17|246R9} 17|2869s39[254]
X 28 s-memory.ads
53V13*Alloc{21|67M9} 103i<c,__gnat_malloc>22
68U14*Free 104i<c,__gnat_free>22
76V13*Realloc{21|67M9} 105i<c,__gnat_realloc>22
X 29 s-os_lib.ads
59K16*OS_Lib 16|36w13 36r42 41r30 29|1053e18
70P12*String_Access{36|45P9} 16|135r63 198r60 215r38 224r34 228r34 233r39
. 239r39 336r21 338r21 338r43 365r35 367r35 378r33 379r33 380r33 380r55 17|143r35
. 148r47 186r37 282r24 283r24 284r24 290r34 327r34 347r23 454r28 518r28 532r18
. 534r18 551r18 553r18 625r29 628r34 631r34 825r21 894r24 1435r21 1435r43
. 1468r55 1500r28 1501r28 1502r28 1503r28 1504r28 1505r28 1640r47 1644r12
. 2116r20 2117r22 2209r63 2287r33 2288r33 2289r33 2289r55 2294r20 2953r38
. 3051r34 3086r34 3120r39 3154r39 3184r35 3196r20
72V14*"="=73:22{boolean} 17|499r34 523r37 539r37 558r37 632r40 1540r31 1579r31
. 1600r34 1622r37 1642r41 2120r21
75U14*Free=75:62 17|879s19 886s7 907s10 915s13 1538s10 1577s10 1598s13 1620s16
. 2127s13 2409s7
103I9*OS_Time<integer> 16|295r45 17|86r39 1103r45 1105r70 2168r39
113i4*Invalid_Time{103I9} 17|2179r14
116I12*Year_Type{integer} 17|2171r12
117I12*Month_Type{integer} 17|2172r12
118I12*Day_Type{integer} 17|2173r12
119I12*Hour_Type{integer} 17|2174r12
120I12*Minute_Type{integer} 17|2175r12
121I12*Second_Type{integer} 17|2176r12
143U14*GM_Split 17|2183s7
186I9*File_Descriptor<integer> 16|695r16 725r19 734r19 17|343r23 714r19 731r19
. 2293r20 2440r16 2597r24
194i4*Invalid_FD{186I9} 17|361r23 721r18 738r18 2329r20 2479r19 2639r27
197E9*Mode 16|726r15 735r15 17|715r15 732r15 29|197e31
197n18*Binary{197E9} 17|357r48 2328r45 2477r49 2637r57
302U14*Close 17|383s10 2521s16 2529s16 2537s13 2578s7 2732s7
408V13*Read{integer} 17|376s27 2347s24 2568s27 2703s27
415V13*Write{integer} 17|3290s14
441V13*File_Length{long_integer} 17|365s26 2333s23 2675s23
448V13*File_Time_Stamp{103I9} 17|1144s17
457V13*Normalize_Pathname{string} 17|967s41 1204s33
499V13*Is_Absolute_Path{boolean} 17|1529s10 1836s10 2314s21
510V13*Is_Directory{boolean} 17|1542s16 1582s16 1603s19 1625s22
532V13*Is_Writable_File{boolean} 17|1723s18
579V13*Locate_Exec_On_Path{70P12} 17|1013s31
626V13*Get_Target_Executable_Suffix{70P12} 17|834s25 900s25
630V13*Get_Target_Object_Suffix{70P12} 16|692s46
639M12*C_File_Name{21|67M9} 16|278r14 281r14 284r14 289r14 294r14 302r14
. 305r14 308r14 17|1080r14 1085r14 1102r14 1105r30 1693r14 1695r30 1731r14
. 1733r30 1744r14 1746r30 1757r14 1759r30 1770r14 1772r30 1783r14 1785r30
645V13*Open_Read{186I9} 17|357s21 2328s18 2477s17 2637s25
653V13*Open_Append{186I9} 17|736s16
657V13*Create_File{186I9} 17|719s16
665U14*Delete_File 17|3299s10
958V13*Getenv{70P12} 17|466s25 472s25 482s28 489s28
978U14*OS_Exit 17|1038s31 1039s31 1040s31 1041s31 1042s31 1043s31
997U14*OS_Abort 17|1044s31
1019e4*Directory_Separator{character} 17|851r40 926r46 1512r42 1514r50 1560r37
. 1562r37 1710r18 1971r29 2091r34 2096r43 2253r38
1022e4*Path_Separator{character} 17|1443r53 1452r54 2338r22 2365r22 2370r21
. 2394r21
X 34 s-stoele.ads
42K16*Storage_Elements 16|39w13 783r18 34|117e28
64M9*Storage_Element 16|783r35
X 36 s-string.ads
45P9*String_Access(string)
X 40 table.ads
43K9*Table 17|34w6 177r35 201r42 212r42 40|238e10
47+12 Table_Component_Type 17|178r6 202r6 213r6
48I12 Table_Index_Type 17|179r6 203r6 214r6
50*7 Table_Low_Bound{48I12} 17|180r6 204r6 215r6
51i7 Table_Initial{44|65I12} 17|181r6 205r6 216r6
52i7 Table_Increment{44|62I12} 17|182r6 206r6 217r6
53a7 Table_Name{string} 17|183r6 207r6 218r6
55k12*Table 17|177r41 201r48 212r48 40|237e13
106A12*Table_Type(44|113P9)<integer> 17|2667r60[177]
109A15*Big_Table_Type{106A12[17|212]}<integer>
117P12*Table_Ptr(109A15[17|212])
121p7*Table{117P12[17|212]} 17|606r39[212] 613r33[212] 653r30[201] 787r35[212]
. 789r40[212] 801r35[201] 803r40[201] 814r42[177] 1479r37[201] 1682r30[201]
. 1685r30[212] 1840r45[212] 1844r45[201] 1991r36[201] 1995r36[201] 2003r36[212]
. 3346r30[201] 3349r30[212]
138U17*Init 17|1664s30[201] 1665s30[212]
145V16*Last{integer} 17|604s42[212] 613s63[212] 653s60[201] 812s73[177] 1263s51[212]
. 1265s51[201] 1902s45[201] 1932s40[212] 1934s40[212] 1945s40[201] 1947s40[201]
162i7*First{integer} 17|603r42[212] 812r48[177]
165U17*Set_Last 17|1681s30[201] 1684s30[212] 3345s30[201] 3348s30[212]
174U17*Increment_Last 17|612s33[212] 652s30[201]
182U17*Append 17|2668s32[177]
190U17*Append_All 17|2667s32[177]
X 42 targparm.ads
75K9*Targparm 17|35w6 35r20 42|645e13
161i4*Executable_Extension_On_Target{13|179I9} 17|833r10 836r27 899r10 902r27
203b4*AAMP_On_Target{boolean} 17|2217r10
X 44 types.ads
52K9*Types 16|30w6 30r17 17|2161r13 44|942e10
59I9*Int<integer> 16|85r50 102r48 119r36 125r52 481r39 705r35 708r45 714r36
. 714r53 717r48 719r30 17|158r24 179r30 569r52 747r39 812r22 1072r29 2106r36
. 3321r52 3342r38
62I12*Nat{59I9} 16|617r21 17|1797r21 2185r21 2186r21 2187r21 2188r21 2189r21
. 2190r21
65I12*Pos{59I9}
91e4*EOF{character} 17|2573r23 2708r29
113P9*String_Ptr(string) 16|58r66 244r31 348r21 353r53 358r64 362r64 373r16
. 388r45 677r34 678r25 705r52 17|55r17 60r22 90r38 97r33 97r52 202r30 213r30
. 298r51 417r51 433r26 597r17 622r21 783r64 797r64 956r38 958r55 966r55 1477r53
. 1488r45 1499r28 1506r28 1541r20 1543r20 1580r20 1583r20 1601r23 1604r23
. 1623r26 1626r26 1831r18 1956r19 1957r19 2045r66 2070r16 2745r31 2747r11
. 3212r33 3212r52 3228r24
116U14*Free[46|20] 17|607s16
144I9*Text_Ptr<59I9> 17|2550r24 2553r15 2553r27 2569r24
147A9*Text_Buffer(character)<144I9> 17|2560r22
150P9*Text_Buffer_Ptr(147A9) 16|550r44 578r48 17|2419r44 2438r48 2449r14
191A12*Source_Buffer{147A9}<144I9> 17|2685r42
202P9*Source_Buffer_Ptr(198A12) 16|417r17 17|2594r17 2721r46
212I12*Source_Ptr{144I9} 16|415r13 416r17 17|2592r13 2593r17 2680r18 2704r24
219i4*No_Location{212I12} 17|2625r17 2641r17
607A9*Time_Stamp_Type<string>(character)<integer> 16|189r55 195r55 298r45
. 458r46 468r59 486r11 595r47 596r46 17|86r55 168r32 170r32 172r32 271r29
. 756r47 765r46 774r46 1113r45 1130r55 1147r55 1881r11 2168r55 2169r19 2814r29
. 2894r59
610a4*Empty_Time_Stamp{607A9} 17|168r51 170r51 172r51 1117r17 1133r17 2180r17
. 2464r39 2483r39 2528r42 2827r17
620V14*"="{boolean} 17|1897s43 1907s43
623V14*"<"{boolean} 17|2536s39
645U14*Make_Time_Stamp 17|2184s7
646i7 Year{62I12} 17|2185r10
647i7 Month{62I12} 17|2186r10
648i7 Day{62I12} 17|2187r10
649i7 Hour{62I12} 17|2188r10
650i7 Minutes{62I12} 17|2189r10
651i7 Seconds{62I12} 17|2190r10
652a7 TS{607A9} 17|2191r10
724n7*Not_Set{723E9} 17|1672r47 1672r56
782X4*Terminate_Program 17|2161r19
X 45 unchconv.ads
17+9 Source 17|3190r31
18+9 Target 17|3191r31
20v10*Unchecked_Conversion 17|37w6 2721r15 3190r9