File: libbiosig2.symbols.amd64

package info (click to toggle)
biosig4c%2B%2B 1.9.3-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 6,220 kB
  • sloc: ansic: 41,218; cpp: 8,946; sh: 4,365; makefile: 1,758; python: 87; awk: 73; php: 40; perl: 36; java: 14; ruby: 7
file content (1347 lines) | stat: -rw-r--r-- 49,772 bytes parent folder | download
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
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
libbiosig.so.2 libbiosig2 #MINVER#
 ANY_encode_xer@Base 1.3.6
 ANY_fromType@Base 1.3.6
 ANY_new_fromType@Base 1.3.6
 ANY_to_type@Base 1.3.6
 ASN_DEBUG_f@Base 1.3.6
 ASN__PRIMITIVE_TYPE_free@Base 1.3.6
 AbsoluteTime_constraint@Base 1.3.6
 AbsoluteTime_decode_ber@Base 1.3.6
 AbsoluteTime_decode_xer@Base 1.3.6
 AbsoluteTime_encode_der@Base 1.3.6
 AbsoluteTime_encode_xer@Base 1.3.6
 AbsoluteTime_free@Base 1.3.6
 AbsoluteTime_print@Base 1.3.6
 Address_constraint@Base 1.3.6
 Address_decode_ber@Base 1.3.6
 Address_decode_xer@Base 1.3.6
 Address_encode_der@Base 1.3.6
 Address_encode_xer@Base 1.3.6
 Address_free@Base 1.3.6
 Address_print@Base 1.3.6
 AlertCode_constraint@Base 1.3.6
 AlertCode_decode_ber@Base 1.3.6
 AlertCode_decode_xer@Base 1.3.6
 AlertCode_encode_der@Base 1.3.6
 AlertCode_encode_xer@Base 1.3.6
 AlertCode_free@Base 1.3.6
 AlertCode_print@Base 1.3.6
 AlertControls_constraint@Base 1.3.6
 AlertControls_decode_ber@Base 1.3.6
 AlertControls_decode_xer@Base 1.3.6
 AlertControls_encode_der@Base 1.3.6
 AlertControls_encode_xer@Base 1.3.6
 AlertControls_free@Base 1.3.6
 AlertControls_print@Base 1.3.6
 AlertFlags_constraint@Base 1.3.6
 AlertFlags_decode_ber@Base 1.3.6
 AlertFlags_decode_xer@Base 1.3.6
 AlertFlags_encode_der@Base 1.3.6
 AlertFlags_encode_xer@Base 1.3.6
 AlertFlags_free@Base 1.3.6
 AlertFlags_print@Base 1.3.6
 AlertType_constraint@Base 1.3.6
 AlertType_decode_ber@Base 1.3.6
 AlertType_decode_xer@Base 1.3.6
 AlertType_encode_der@Base 1.3.6
 AlertType_encode_xer@Base 1.3.6
 AlertType_free@Base 1.3.6
 AlertType_print@Base 1.3.6
 ApplicationArea_constraint@Base 1.3.6
 ApplicationArea_decode_ber@Base 1.3.6
 ApplicationArea_decode_xer@Base 1.3.6
 ApplicationArea_encode_der@Base 1.3.6
 ApplicationArea_encode_xer@Base 1.3.6
 ApplicationArea_free@Base 1.3.6
 ApplicationArea_print@Base 1.3.6
 B4C_ERRMSG@Base 1.3.6
 B4C_ERRNUM@Base 1.3.6
 BITS_16_constraint@Base 1.3.6
 BITS_16_decode_ber@Base 1.3.6
 BITS_16_decode_xer@Base 1.3.6
 BITS_16_encode_der@Base 1.3.6
 BITS_16_encode_xer@Base 1.3.6
 BITS_16_free@Base 1.3.6
 BITS_16_print@Base 1.3.6
 BITS_32_constraint@Base 1.3.6
 BITS_32_decode_ber@Base 1.3.6
 BITS_32_decode_xer@Base 1.3.6
 BITS_32_encode_der@Base 1.3.6
 BITS_32_encode_xer@Base 1.3.6
 BITS_32_free@Base 1.3.6
 BITS_32_print@Base 1.3.6
 BITS_8_constraint@Base 1.3.6
 BITS_8_decode_ber@Base 1.3.6
 BITS_8_decode_xer@Base 1.3.6
 BITS_8_encode_der@Base 1.3.6
 BITS_8_encode_xer@Base 1.3.6
 BITS_8_free@Base 1.3.6
 BITS_8_print@Base 1.3.6
 BIT_STRING_constraint@Base 1.3.6
 BIT_STRING_encode_xer@Base 1.3.6
 BIT_STRING_print@Base 1.3.6
 BodySiteCode_constraint@Base 1.3.6
 BodySiteCode_decode_ber@Base 1.3.6
 BodySiteCode_decode_xer@Base 1.3.6
 BodySiteCode_encode_der@Base 1.3.6
 BodySiteCode_encode_xer@Base 1.3.6
 BodySiteCode_free@Base 1.3.6
 BodySiteCode_print@Base 1.3.6
 CHOICE_constraint@Base 1.3.6
 CHOICE_decode_ber@Base 1.3.6
 CHOICE_decode_uper@Base 1.3.6
 CHOICE_decode_xer@Base 1.3.6
 CHOICE_encode_der@Base 1.3.6
 CHOICE_encode_uper@Base 1.3.6
 CHOICE_encode_xer@Base 1.3.6
 CHOICE_free@Base 1.3.6
 CHOICE_outmost_tag@Base 1.3.6
 CHOICE_print@Base 1.3.6
 CRCCheck@Base 1.3.6
 CRCEvaluate@Base 1.3.6
 ChannelStatus_constraint@Base 1.3.6
 ChannelStatus_decode_ber@Base 1.3.6
 ChannelStatus_decode_xer@Base 1.3.6
 ChannelStatus_encode_der@Base 1.3.6
 ChannelStatus_encode_xer@Base 1.3.6
 ChannelStatus_free@Base 1.3.6
 ChannelStatus_print@Base 1.3.6
 ClearPhysDimTable@Base 1.3.6
 CurLimAlStat_constraint@Base 1.3.6
 CurLimAlStat_decode_ber@Base 1.3.6
 CurLimAlStat_decode_xer@Base 1.3.6
 CurLimAlStat_encode_der@Base 1.3.6
 CurLimAlStat_encode_xer@Base 1.3.6
 CurLimAlStat_free@Base 1.3.6
 CurLimAlStat_print@Base 1.3.6
 DecodeHuffman@Base 1.3.6
 DefaultTable@Base 1.3.6
 DeviceCode_constraint@Base 1.3.6
 DeviceCode_decode_ber@Base 1.3.6
 DeviceCode_decode_xer@Base 1.3.6
 DeviceCode_encode_der@Base 1.3.6
 DeviceCode_encode_xer@Base 1.3.6
 DeviceCode_free@Base 1.3.6
 DeviceCode_print@Base 1.3.6
 ETD@Base 1.3.6
 EventCodeGroups@Base 1.3.6
 ExtNomenclatureCode_constraint@Base 1.3.6
 ExtNomenclatureCode_decode_ber@Base 1.3.6
 ExtNomenclatureCode_decode_xer@Base 1.3.6
 ExtNomenclatureCode_encode_der@Base 1.3.6
 ExtNomenclatureCode_encode_xer@Base 1.3.6
 ExtNomenclatureCode_free@Base 1.3.6
 ExtNomenclatureCode_print@Base 1.3.6
 FEFFloat_constraint@Base 1.3.6
 FEFFloat_decode_ber@Base 1.3.6
 FEFFloat_decode_xer@Base 1.3.6
 FEFFloat_encode_der@Base 1.3.6
 FEFFloat_encode_xer@Base 1.3.6
 FEFFloat_free@Base 1.3.6
 FEFFloat_print@Base 1.3.6
 FEFString_constraint@Base 1.3.6
 FEFString_decode_ber@Base 1.3.6
 FEFString_decode_xer@Base 1.3.6
 FEFString_encode_der@Base 1.3.6
 FEFString_encode_xer@Base 1.3.6
 FEFString_free@Base 1.3.6
 FEFString_print@Base 1.3.6
 FileFormatStringTable@Base 1.3.6
 FilterType_constraint@Base 1.3.6
 FilterType_decode_ber@Base 1.3.6
 FilterType_decode_xer@Base 1.3.6
 FilterType_encode_der@Base 1.3.6
 FilterType_encode_xer@Base 1.3.6
 FilterType_free@Base 1.3.6
 FilterType_print@Base 1.3.6
 FreeTextEvent@Base 1.3.6
 GDFTYP_BITS@Base 1.3.6
 GeneralizedTime_constraint@Base 1.3.6
 GeneralizedTime_encode_der@Base 1.3.6
 GeneralizedTime_encode_xer@Base 1.3.6
 GeneralizedTime_print@Base 1.3.6
 GetEventDescription@Base 1.3.6
 GetFileTypeFromString@Base 1.3.6
 GetFileTypeString@Base 1.3.6
 HTrees@Base 1.3.6
 HandleRef_constraint@Base 1.3.6
 HandleRef_decode_ber@Base 1.3.6
 HandleRef_decode_xer@Base 1.3.6
 HandleRef_encode_der@Base 1.3.6
 HandleRef_encode_xer@Base 1.3.6
 HandleRef_free@Base 1.3.6
 HandleRef_print@Base 1.3.6
 Handle_constraint@Base 1.3.6
 Handle_decode_ber@Base 1.3.6
 Handle_decode_xer@Base 1.3.6
 Handle_encode_der@Base 1.3.6
 Handle_encode_xer@Base 1.3.6
 Handle_free@Base 1.3.6
 Handle_print@Base 1.3.6
 HealthCareProviderId_constraint@Base 1.3.6
 HealthCareProviderId_decode_ber@Base 1.3.6
 HealthCareProviderId_decode_xer@Base 1.3.6
 HealthCareProviderId_encode_der@Base 1.3.6
 HealthCareProviderId_encode_xer@Base 1.3.6
 HealthCareProviderId_free@Base 1.3.6
 HealthCareProviderId_print@Base 1.3.6
 HighResRelativeTime_constraint@Base 1.3.6
 HighResRelativeTime_decode_ber@Base 1.3.6
 HighResRelativeTime_decode_xer@Base 1.3.6
 HighResRelativeTime_encode_der@Base 1.3.6
 HighResRelativeTime_encode_xer@Base 1.3.6
 HighResRelativeTime_free@Base 1.3.6
 HighResRelativeTime_print@Base 1.3.6
 Huffman@Base 1.3.6
 INTEGER_decode_uper@Base 1.3.6
 INTEGER_decode_xer@Base 1.3.6
 INTEGER_encode_der@Base 1.3.6
 INTEGER_encode_uper@Base 1.3.6
 INTEGER_encode_xer@Base 1.3.6
 INTEGER_map_value2enum@Base 1.3.6
 INTEGER_print@Base 1.3.6
 INT_I16_constraint@Base 1.3.6
 INT_I16_decode_ber@Base 1.3.6
 INT_I16_decode_xer@Base 1.3.6
 INT_I16_encode_der@Base 1.3.6
 INT_I16_encode_xer@Base 1.3.6
 INT_I16_free@Base 1.3.6
 INT_I16_print@Base 1.3.6
 INT_I32_constraint@Base 1.3.6
 INT_I32_decode_ber@Base 1.3.6
 INT_I32_decode_xer@Base 1.3.6
 INT_I32_encode_der@Base 1.3.6
 INT_I32_encode_xer@Base 1.3.6
 INT_I32_free@Base 1.3.6
 INT_I32_print@Base 1.3.6
 INT_I64_constraint@Base 1.3.6
 INT_I64_decode_ber@Base 1.3.6
 INT_I64_decode_xer@Base 1.3.6
 INT_I64_encode_der@Base 1.3.6
 INT_I64_encode_xer@Base 1.3.6
 INT_I64_free@Base 1.3.6
 INT_I64_print@Base 1.3.6
 INT_I8_constraint@Base 1.3.6
 INT_I8_decode_ber@Base 1.3.6
 INT_I8_decode_xer@Base 1.3.6
 INT_I8_encode_der@Base 1.3.6
 INT_I8_encode_xer@Base 1.3.6
 INT_I8_free@Base 1.3.6
 INT_I8_print@Base 1.3.6
 INT_U16_constraint@Base 1.3.6
 INT_U16_decode_ber@Base 1.3.6
 INT_U16_decode_xer@Base 1.3.6
 INT_U16_encode_der@Base 1.3.6
 INT_U16_encode_xer@Base 1.3.6
 INT_U16_free@Base 1.3.6
 INT_U16_print@Base 1.3.6
 INT_U32_constraint@Base 1.3.6
 INT_U32_decode_ber@Base 1.3.6
 INT_U32_decode_xer@Base 1.3.6
 INT_U32_encode_der@Base 1.3.6
 INT_U32_encode_xer@Base 1.3.6
 INT_U32_free@Base 1.3.6
 INT_U32_print@Base 1.3.6
 INT_U64_constraint@Base 1.3.6
 INT_U64_decode_ber@Base 1.3.6
 INT_U64_decode_xer@Base 1.3.6
 INT_U64_encode_der@Base 1.3.6
 INT_U64_encode_xer@Base 1.3.6
 INT_U64_free@Base 1.3.6
 INT_U64_print@Base 1.3.6
 INT_U8_constraint@Base 1.3.6
 INT_U8_decode_ber@Base 1.3.6
 INT_U8_decode_xer@Base 1.3.6
 INT_U8_encode_der@Base 1.3.6
 INT_U8_encode_xer@Base 1.3.6
 INT_U8_free@Base 1.3.6
 INT_U8_print@Base 1.3.6
 IgorChanLabel@Base 1.3.6
 LEAD_ID_TABLE@Base 1.3.6
 LineFrequency_constraint@Base 1.3.6
 LineFrequency_decode_ber@Base 1.3.6
 LineFrequency_decode_xer@Base 1.3.6
 LineFrequency_encode_der@Base 1.3.6
 LineFrequency_encode_xer@Base 1.3.6
 LineFrequency_free@Base 1.3.6
 LineFrequency_print@Base 1.3.6
 MAGIC_NUMBER_GZIP@Base 1.3.6
 MDC_CODE_TABLE@Base 1.9.3
 MIT_EVENT_DESC@Base 1.3.6
 MeasurementStatus_constraint@Base 1.3.6
 MeasurementStatus_decode_ber@Base 1.3.6
 MeasurementStatus_decode_xer@Base 1.3.6
 MeasurementStatus_encode_der@Base 1.3.6
 MeasurementStatus_encode_xer@Base 1.3.6
 MeasurementStatus_free@Base 1.3.6
 MeasurementStatus_print@Base 1.3.6
 MetricCalState_constraint@Base 1.3.6
 MetricCalState_decode_ber@Base 1.3.6
 MetricCalState_decode_xer@Base 1.3.6
 MetricCalState_encode_der@Base 1.3.6
 MetricCalState_encode_xer@Base 1.3.6
 MetricCalState_free@Base 1.3.6
 MetricCalState_print@Base 1.3.6
 MetricCalType_constraint@Base 1.3.6
 MetricCalType_decode_ber@Base 1.3.6
 MetricCalType_decode_xer@Base 1.3.6
 MetricCalType_encode_der@Base 1.3.6
 MetricCalType_encode_xer@Base 1.3.6
 MetricCalType_free@Base 1.3.6
 MetricCalType_print@Base 1.3.6
 MetricCategory_constraint@Base 1.3.6
 MetricCategory_decode_ber@Base 1.3.6
 MetricCategory_decode_xer@Base 1.3.6
 MetricCategory_encode_der@Base 1.3.6
 MetricCategory_encode_xer@Base 1.3.6
 MetricCategory_free@Base 1.3.6
 MetricCategory_print@Base 1.3.6
 MetricStatus_constraint@Base 1.3.6
 MetricStatus_decode_ber@Base 1.3.6
 MetricStatus_decode_xer@Base 1.3.6
 MetricStatus_encode_der@Base 1.3.6
 MetricStatus_encode_xer@Base 1.3.6
 MetricStatus_free@Base 1.3.6
 MetricStatus_print@Base 1.3.6
 MetricsCode_constraint@Base 1.3.6
 MetricsCode_decode_ber@Base 1.3.6
 MetricsCode_decode_xer@Base 1.3.6
 MetricsCode_encode_der@Base 1.3.6
 MetricsCode_encode_xer@Base 1.3.6
 MetricsCode_free@Base 1.3.6
 MetricsCode_print@Base 1.3.6
 MsmtPrinciple_constraint@Base 1.3.6
 MsmtPrinciple_decode_ber@Base 1.3.6
 MsmtPrinciple_decode_xer@Base 1.3.6
 MsmtPrinciple_encode_der@Base 1.3.6
 MsmtPrinciple_encode_xer@Base 1.3.6
 MsmtPrinciple_free@Base 1.3.6
 MsmtPrinciple_print@Base 1.3.6
 NHT@Base 1.3.6
 NativeEnumerated_decode_uper@Base 1.3.6
 NativeEnumerated_encode_uper@Base 1.3.6
 NativeEnumerated_encode_xer@Base 1.3.6
 NativeInteger_decode_ber@Base 1.3.6
 NativeInteger_decode_uper@Base 1.3.6
 NativeInteger_decode_xer@Base 1.3.6
 NativeInteger_encode_der@Base 1.3.6
 NativeInteger_encode_uper@Base 1.3.6
 NativeInteger_encode_xer@Base 1.3.6
 NativeInteger_free@Base 1.3.6
 NativeInteger_print@Base 1.3.6
 NumberOfChannels@Base 1.3.6
 OBJECT_IDENTIFIER__dump_arc@Base 1.3.6
 OBJECT_IDENTIFIER_constraint@Base 1.3.6
 OBJECT_IDENTIFIER_decode_xer@Base 1.3.6
 OBJECT_IDENTIFIER_encode_xer@Base 1.3.6
 OBJECT_IDENTIFIER_get_arcs@Base 1.3.6
 OBJECT_IDENTIFIER_get_single_arc@Base 1.3.6
 OBJECT_IDENTIFIER_parse_arcs@Base 1.3.6
 OBJECT_IDENTIFIER_print@Base 1.3.6
 OBJECT_IDENTIFIER_print_arc@Base 1.3.6
 OBJECT_IDENTIFIER_set_arcs@Base 1.3.6
 OBJECT_IDENTIFIER_set_single_arc@Base 1.3.6
 OCTET_STRING_decode_ber@Base 1.3.6
 OCTET_STRING_decode_uper@Base 1.3.6
 OCTET_STRING_decode_xer_binary@Base 1.3.6
 OCTET_STRING_decode_xer_hex@Base 1.3.6
 OCTET_STRING_decode_xer_utf8@Base 1.3.6
 OCTET_STRING_encode_der@Base 1.3.6
 OCTET_STRING_encode_uper@Base 1.3.6
 OCTET_STRING_encode_xer@Base 1.3.6
 OCTET_STRING_encode_xer_utf8@Base 1.3.6
 OCTET_STRING_free@Base 1.3.6
 OCTET_STRING_fromBuf@Base 1.3.6
 OCTET_STRING_new_fromBuf@Base 1.3.6
 OCTET_STRING_print@Base 1.3.6
 OCTET_STRING_print_utf8@Base 1.3.6
 OID_Type_constraint@Base 1.3.6
 OID_Type_decode_ber@Base 1.3.6
 OID_Type_decode_xer@Base 1.3.6
 OID_Type_encode_der@Base 1.3.6
 OID_Type_encode_xer@Base 1.3.6
 OID_Type_free@Base 1.3.6
 OID_Type_print@Base 1.3.6
 ParameterGroupCode_constraint@Base 1.3.6
 ParameterGroupCode_decode_ber@Base 1.3.6
 ParameterGroupCode_decode_xer@Base 1.3.6
 ParameterGroupCode_encode_der@Base 1.3.6
 ParameterGroupCode_encode_xer@Base 1.3.6
 ParameterGroupCode_free@Base 1.3.6
 ParameterGroupCode_print@Base 1.3.6
 PatientRace_constraint@Base 1.3.6
 PatientRace_decode_ber@Base 1.3.6
 PatientRace_decode_xer@Base 1.3.6
 PatientRace_encode_der@Base 1.3.6
 PatientRace_encode_xer@Base 1.3.6
 PatientRace_free@Base 1.3.6
 PatientRace_print@Base 1.3.6
 PatientSex_constraint@Base 1.3.6
 PatientSex_decode_ber@Base 1.3.6
 PatientSex_decode_xer@Base 1.3.6
 PatientSex_encode_der@Base 1.3.6
 PatientSex_encode_xer@Base 1.3.6
 PatientSex_free@Base 1.3.6
 PatientSex_print@Base 1.3.6
 PatientType_constraint@Base 1.3.6
 PatientType_decode_ber@Base 1.3.6
 PatientType_decode_xer@Base 1.3.6
 PatientType_encode_der@Base 1.3.6
 PatientType_encode_xer@Base 1.3.6
 PatientType_free@Base 1.3.6
 PatientType_print@Base 1.3.6
 PhysDim2@Base 1.3.6
 PhysDim3@Base 1.3.6
 PhysDim@Base 1.3.6
 PhysDimCode@Base 1.3.6
 PhysDimFactor@Base 1.3.6
 PhysDimScale@Base 1.3.6
 Placeholder_constraint@Base 1.3.6
 Placeholder_decode_ber@Base 1.3.6
 Placeholder_decode_xer@Base 1.3.6
 Placeholder_encode_der@Base 1.3.6
 Placeholder_encode_xer@Base 1.3.6
 Placeholder_free@Base 1.3.6
 Placeholder_print@Base 1.3.6
 PowerStatus_constraint@Base 1.3.6
 PowerStatus_decode_ber@Base 1.3.6
 PowerStatus_decode_xer@Base 1.3.6
 PowerStatus_encode_der@Base 1.3.6
 PowerStatus_encode_xer@Base 1.3.6
 PowerStatus_free@Base 1.3.6
 PowerStatus_print@Base 1.3.6
 PrivateCode_constraint@Base 1.3.6
 PrivateCode_decode_ber@Base 1.3.6
 PrivateCode_decode_xer@Base 1.3.6
 PrivateCode_encode_der@Base 1.3.6
 PrivateCode_encode_xer@Base 1.3.6
 PrivateCode_free@Base 1.3.6
 PrivateCode_print@Base 1.3.6
 ProdSpecEntryType_constraint@Base 1.3.6
 ProdSpecEntryType_decode_ber@Base 1.3.6
 ProdSpecEntryType_decode_xer@Base 1.3.6
 ProdSpecEntryType_encode_der@Base 1.3.6
 ProdSpecEntryType_encode_xer@Base 1.3.6
 ProdSpecEntryType_free@Base 1.3.6
 ProdSpecEntryType_print@Base 1.3.6
 REAL__dump@Base 1.3.6
 REAL_decode_uper@Base 1.3.6
 REAL_decode_xer@Base 1.3.6
 REAL_encode_uper@Base 1.3.6
 REAL_encode_xer@Base 1.3.6
 REAL_print@Base 1.3.6
 RelativeTime_constraint@Base 1.3.6
 RelativeTime_decode_ber@Base 1.3.6
 RelativeTime_decode_xer@Base 1.3.6
 RelativeTime_encode_der@Base 1.3.6
 RelativeTime_encode_xer@Base 1.3.6
 RelativeTime_free@Base 1.3.6
 RelativeTime_print@Base 1.3.6
 ReorderBinHeader1@Base 1.9.3
 ReorderBinHeader2@Base 1.9.3
 ReorderBinHeader3@Base 1.9.3
 ReorderBinHeader5@Base 1.9.3
 ReorderDouble@Base 1.9.3
 ReorderLong@Base 1.9.3
 ReorderShort@Base 1.9.3
 ReorderWaveHeader2@Base 1.9.3
 ReorderWaveHeader5@Base 1.9.3
 RerefCHANNEL@Base 1.3.6
 SEQUENCE_OF_encode_der@Base 1.3.6
 SEQUENCE_OF_encode_uper@Base 1.3.6
 SEQUENCE_OF_encode_xer@Base 1.3.6
 SEQUENCE_constraint@Base 1.3.6
 SEQUENCE_decode_ber@Base 1.3.6
 SEQUENCE_decode_uper@Base 1.3.6
 SEQUENCE_decode_xer@Base 1.3.6
 SEQUENCE_encode_der@Base 1.3.6
 SEQUENCE_encode_uper@Base 1.3.6
 SEQUENCE_encode_xer@Base 1.3.6
 SEQUENCE_free@Base 1.3.6
 SEQUENCE_print@Base 1.3.6
 SET_OF_constraint@Base 1.3.6
 SET_OF_decode_ber@Base 1.3.6
 SET_OF_decode_uper@Base 1.3.6
 SET_OF_decode_xer@Base 1.3.6
 SET_OF_encode_der@Base 1.3.6
 SET_OF_encode_xer@Base 1.3.6
 SET_OF_free@Base 1.3.6
 SET_OF_print@Base 1.3.6
 SaCalDataType_constraint@Base 1.3.6
 SaCalDataType_decode_ber@Base 1.3.6
 SaCalDataType_decode_xer@Base 1.3.6
 SaCalDataType_encode_der@Base 1.3.6
 SaCalDataType_encode_xer@Base 1.3.6
 SaCalDataType_free@Base 1.3.6
 SaCalDataType_print@Base 1.3.6
 SaFlags_constraint@Base 1.3.6
 SaFlags_decode_ber@Base 1.3.6
 SaFlags_decode_xer@Base 1.3.6
 SaFlags_encode_der@Base 1.3.6
 SaFlags_encode_xer@Base 1.3.6
 SaFlags_free@Base 1.3.6
 SaFlags_print@Base 1.3.6
 SampleArrayMeasuredDataBlock_constraint@Base 1.3.6
 SampleArrayMeasuredDataBlock_decode_ber@Base 1.3.6
 SampleArrayMeasuredDataBlock_decode_xer@Base 1.3.6
 SampleArrayMeasuredDataBlock_encode_der@Base 1.3.6
 SampleArrayMeasuredDataBlock_encode_xer@Base 1.3.6
 SampleArrayMeasuredDataBlock_free@Base 1.3.6
 SampleArrayMeasuredDataBlock_print@Base 1.3.6
 Signal6_StateTable@Base 1.9.3
 SimpleColour_constraint@Base 1.3.6
 SimpleColour_decode_ber@Base 1.3.6
 SimpleColour_decode_xer@Base 1.3.6
 SimpleColour_encode_der@Base 1.3.6
 SimpleColour_encode_xer@Base 1.3.6
 SimpleColour_free@Base 1.3.6
 SimpleColour_print@Base 1.3.6
 StorageDataType_constraint@Base 1.3.6
 StorageDataType_decode_ber@Base 1.3.6
 StorageDataType_decode_xer@Base 1.3.6
 StorageDataType_encode_der@Base 1.3.6
 StorageDataType_encode_xer@Base 1.3.6
 StorageDataType_free@Base 1.3.6
 StorageDataType_print@Base 1.3.6
 UTF8String_constraint@Base 1.3.6
 UTF8String_length@Base 1.3.6
 UTF8String_print@Base 1.3.6
 UTF8String_to_wcs@Base 1.3.6
 UnitCode_constraint@Base 1.3.6
 UnitCode_decode_ber@Base 1.3.6
 UnitCode_decode_xer@Base 1.3.6
 UnitCode_encode_der@Base 1.3.6
 UnitCode_encode_xer@Base 1.3.6
 UnitCode_free@Base 1.3.6
 UnitCode_print@Base 1.3.6
 UnitsOfMeasurementCode_constraint@Base 1.3.6
 UnitsOfMeasurementCode_decode_ber@Base 1.3.6
 UnitsOfMeasurementCode_decode_xer@Base 1.3.6
 UnitsOfMeasurementCode_encode_der@Base 1.3.6
 UnitsOfMeasurementCode_encode_xer@Base 1.3.6
 UnitsOfMeasurementCode_free@Base 1.3.6
 UnitsOfMeasurementCode_print@Base 1.3.6
 VERBOSE_LEVEL@Base 1.3.6
 _Z10ExecFilterPiS_Rjt@Base 1.3.6
 _Z10FindStringPct@Base 1.3.6
 _Z10ID_sectionjRa@Base 1.3.6
 _Z10Input_BitsPhRttRhhRc@Base 1.3.6
 _Z10Opt_FilterPiS_5f_Res6f_leadP4leadP14Protected_Area@Base 1.3.6
 _Z10ReadStringPct@Base 1.3.6
 _Z10TiXmlFOpenPKcS0_@Base 1.3.6
 _Z10decompressP9TREE_NODEPhRttPiS2_S2_P7table_HPtS2_@Base 1.3.6
 _Z10section_1015pointer_sectionR11DATA_RECORDa@Base 1.3.6
 _Z10section_1115pointer_sectionR9DATA_INFO@Base 1.3.6
 _Z10section_1_v@Base 1.3.6
 _Z11Decode_DataP15pointer_sectionR11DATA_DECODERc@Base 1.3.6
 _Z11InitHuffmanP7table_H@Base 1.3.6
 _Z11InterpolatePiS_6f_leadP4lead5f_ResP14Protected_Areaj@Base 1.3.6
 _Z11Tree_CreateP9TREE_NODEtP7table_Ht@Base 1.3.6
 _Z11section_1_0R11demographic@Base 1.3.6
 _Z11section_1_1R11demographic@Base 1.3.6
 _Z11section_1_2R11demographic@Base 1.3.6
 _Z11section_1_3R11demographic@Base 1.3.6
 _Z11section_1_4R11demographic@Base 1.3.6
 _Z11section_1_5R11demographic@Base 1.3.6
 _Z11section_1_6R11demographic@Base 1.3.6
 _Z11section_1_7R11demographic@Base 1.3.6
 _Z11section_1_8R11demographic@Base 1.3.6
 _Z11section_1_9R11demographic@Base 1.3.6
 _Z12FreeWithCarePv@Base 1.3.6
 _Z12Tree_DestroyP9TREE_NODE@Base 1.3.6
 _Z12section_1_10R6clinicRt@Base 1.3.6
 _Z12section_1_11R11demographic@Base 1.3.6
 _Z12section_1_12R11demographic@Base 1.3.6
 _Z12section_1_13R6clinicRt@Base 1.3.6
 _Z12section_1_14R11descriptive@Base 1.3.6
 _Z12section_1_15R11descriptive@Base 1.3.6
 _Z12section_1_16R11descriptive@Base 1.3.6
 _Z12section_1_17R11descriptive@Base 1.3.6
 _Z12section_1_18R11descriptive@Base 1.3.6
 _Z12section_1_19R11descriptive@Base 1.3.6
 _Z12section_1_20R6clinic@Base 1.3.6
 _Z12section_1_21R6clinic@Base 1.3.6
 _Z12section_1_22R6clinic@Base 1.3.6
 _Z12section_1_23R11descriptive@Base 1.3.6
 _Z12section_1_24R11descriptive@Base 1.3.6
 _Z12section_1_25R6device@Base 1.3.6
 _Z12section_1_26R6device@Base 1.3.6
 _Z12section_1_27R6device@Base 1.3.6
 _Z12section_1_28R6device@Base 1.3.6
 _Z12section_1_29R6device@Base 1.3.6
 _Z12section_1_30R6clinicRt@Base 1.3.6
 _Z12section_1_31R6device@Base 1.3.6
 _Z12section_1_32R6clinicRta@Base 1.3.6
 _Z12section_1_33R6device@Base 1.3.6
 _Z12section_1_34R6device@Base 1.3.6
 _Z12section_1_35R6clinicRt@Base 1.3.6
 _Z13section_1_255v@Base 1.3.6
 _Z16sectionsOptionalP15pointer_sectionR11DATA_DECODER11DATA_RECORDR9DATA_INFO@Base 1.3.6
 _Z4LookP9alfabeticttt@Base 1.3.6
 _Z4Skipt@Base 1.3.6
 _Z5DoAddPiS_5f_ResS_6f_BdR0P16Subtraction_Zone6f_leadP4lead@Base 1.3.6
 _Z7HuffmanPiPtPhRttP7table_HS0_@Base 1.3.6
 _Z7Init_S1R9DATA_INFO@Base 1.3.6
 _Z7ReadCRCv@Base 1.3.6
 _Z7StrNullv@Base 1.3.6
 _Z8DoFilterPiS_5f_Res6f_leadP4leadP14Protected_AreaP16Subtraction_Zone@Base 1.3.6
 _Z8MultiplyPijt@Base 1.3.6
 _Z8ReadByteIhEvRT_@Base 1.3.6
 _Z8ReadByteIjEvRT_@Base 1.3.6
 _Z8ReadByteIsEvRT_@Base 1.3.6
 _Z8ReadByteItEvRT_@Base 1.3.6
 _Z8mymallocm@Base 1.3.6
 _Z9Check_CRCtjj@Base 1.3.6
 _Z9Input_BitPhRttRhRc@Base 1.3.6
 _Z9section_0P15pointer_sectioni@Base 1.3.6
 _Z9section_115pointer_sectionR9DATA_INFO@Base 1.3.6
 _Z9section_215pointer_sectionR11DATA_DECODE@Base 1.3.6
 _Z9section_315pointer_sectionR11DATA_DECODEa@Base 1.3.6
 _Z9section_415pointer_sectionR11DATA_DECODEa@Base 1.3.6
 _Z9section_515pointer_sectionR11DATA_DECODEc@Base 1.3.6
 _Z9section_615pointer_sectionR11DATA_DECODEc@Base 1.3.6
 _Z9section_715pointer_sectionR11DATA_RECORDa@Base 1.3.6
 _Z9section_815pointer_sectionR9DATA_INFO@Base 1.3.6
 _ZN11TiXmlString4nposE@Base 1.3.6
 _ZN11TiXmlString6appendEPKcm@Base 1.3.6
 _ZN11TiXmlString6assignEPKcm@Base 1.3.6
 _ZN11TiXmlString7reserveEm@Base 1.3.6
 _ZN11TiXmlString8nullrep_E@Base 1.3.6
 _ZN12TiXmlComment5ParseEPKcP16TiXmlParsingData13TiXmlEncoding@Base 1.3.6
 _ZN12TiXmlComment8StreamInEPSiPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 1.9.3
 _ZN12TiXmlComment9ToCommentEv@Base 1.3.6
 _ZN12TiXmlCommentC1ERKS_@Base 1.3.6
 _ZN12TiXmlCommentC2ERKS_@Base 1.3.6
 _ZN12TiXmlCommentD0Ev@Base 1.3.6
 _ZN12TiXmlCommentD1Ev@Base 1.3.6
 _ZN12TiXmlCommentD2Ev@Base 1.3.6
 _ZN12TiXmlCommentaSERKS_@Base 1.3.6
 _ZN12TiXmlElement12SetAttributeEPKcS1_@Base 1.3.6
 _ZN12TiXmlElement12SetAttributeEPKci@Base 1.3.6
 _ZN12TiXmlElement12SetAttributeERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_@Base 1.9.3
 _ZN12TiXmlElement12SetAttributeERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEi@Base 1.9.3
 _ZN12TiXmlElement15RemoveAttributeEPKc@Base 1.3.6
 _ZN12TiXmlElement18SetDoubleAttributeEPKcd@Base 1.3.6
 _ZN12TiXmlElement18SetDoubleAttributeERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEd@Base 1.9.3
 _ZN12TiXmlElement5ParseEPKcP16TiXmlParsingData13TiXmlEncoding@Base 1.3.6
 _ZN12TiXmlElement8StreamInEPSiPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 1.9.3
 _ZN12TiXmlElement9ClearThisEv@Base 1.3.6
 _ZN12TiXmlElement9ReadValueEPKcP16TiXmlParsingData13TiXmlEncoding@Base 1.3.6
 _ZN12TiXmlElement9ToElementEv@Base 1.3.6
 _ZN12TiXmlElementC1EPKc@Base 1.3.6
 _ZN12TiXmlElementC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 1.9.3
 _ZN12TiXmlElementC1ERKS_@Base 1.3.6
 _ZN12TiXmlElementC2EPKc@Base 1.3.6
 _ZN12TiXmlElementC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 1.9.3
 _ZN12TiXmlElementC2ERKS_@Base 1.3.6
 _ZN12TiXmlElementD0Ev@Base 1.3.6
 _ZN12TiXmlElementD1Ev@Base 1.3.6
 _ZN12TiXmlElementD2Ev@Base 1.3.6
 _ZN12TiXmlElementaSERKS_@Base 1.3.6
 _ZN12TiXmlPrinter10VisitEnterERK12TiXmlElementPK14TiXmlAttribute@Base 1.3.6
 _ZN12TiXmlPrinter10VisitEnterERK13TiXmlDocument@Base 1.3.6
 _ZN12TiXmlPrinter5VisitERK12TiXmlComment@Base 1.3.6
 _ZN12TiXmlPrinter5VisitERK12TiXmlUnknown@Base 1.3.6
 _ZN12TiXmlPrinter5VisitERK16TiXmlDeclaration@Base 1.3.6
 _ZN12TiXmlPrinter5VisitERK9TiXmlText@Base 1.3.6
 _ZN12TiXmlPrinter9VisitExitERK12TiXmlElement@Base 1.3.6
 _ZN12TiXmlPrinter9VisitExitERK13TiXmlDocument@Base 1.3.6
 _ZN12TiXmlPrinterD0Ev@Base 1.3.6
 _ZN12TiXmlPrinterD1Ev@Base 1.3.6
 _ZN12TiXmlPrinterD2Ev@Base 1.3.6
 _ZN12TiXmlUnknown5ParseEPKcP16TiXmlParsingData13TiXmlEncoding@Base 1.3.6
 _ZN12TiXmlUnknown8StreamInEPSiPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 1.9.3
 _ZN12TiXmlUnknown9ToUnknownEv@Base 1.3.6
 _ZN12TiXmlUnknownD0Ev@Base 1.3.6
 _ZN12TiXmlUnknownD1Ev@Base 1.3.6
 _ZN12TiXmlUnknownD2Ev@Base 1.3.6
 _ZN13TiXmlDocument10ToDocumentEv@Base 1.3.6
 _ZN13TiXmlDocument5ParseEPKcP16TiXmlParsingData13TiXmlEncoding@Base 1.3.6
 _ZN13TiXmlDocument8LoadFileE13TiXmlEncoding@Base 1.3.6
 _ZN13TiXmlDocument8LoadFileEP8_IO_FILE13TiXmlEncoding@Base 1.3.6
 _ZN13TiXmlDocument8LoadFileEPKc13TiXmlEncoding@Base 1.3.6
 _ZN13TiXmlDocument8SetErrorEiPKcP16TiXmlParsingData13TiXmlEncoding@Base 1.3.6
 _ZN13TiXmlDocument8StreamInEPSiPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 1.9.3
 _ZN13TiXmlDocumentC1EPKc@Base 1.3.6
 _ZN13TiXmlDocumentC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 1.9.3
 _ZN13TiXmlDocumentC1ERKS_@Base 1.3.6
 _ZN13TiXmlDocumentC1Ev@Base 1.3.6
 _ZN13TiXmlDocumentC2EPKc@Base 1.3.6
 _ZN13TiXmlDocumentC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 1.9.3
 _ZN13TiXmlDocumentC2ERKS_@Base 1.3.6
 _ZN13TiXmlDocumentC2Ev@Base 1.3.6
 _ZN13TiXmlDocumentD0Ev@Base 1.3.6
 _ZN13TiXmlDocumentD1Ev@Base 1.3.6
 _ZN13TiXmlDocumentD2Ev@Base 1.3.6
 _ZN13TiXmlDocumentaSERKS_@Base 1.3.6
 _ZN14TiXmlAttribute11SetIntValueEi@Base 1.3.6
 _ZN14TiXmlAttribute14SetDoubleValueEd@Base 1.3.6
 _ZN14TiXmlAttribute5ParseEPKcP16TiXmlParsingData13TiXmlEncoding@Base 1.3.6
 _ZN14TiXmlAttributeD0Ev@Base 1.3.6
 _ZN14TiXmlAttributeD1Ev@Base 1.3.6
 _ZN14TiXmlAttributeD2Ev@Base 1.3.6
 _ZN16TiXmlDeclaration13ToDeclarationEv@Base 1.3.6
 _ZN16TiXmlDeclaration5ParseEPKcP16TiXmlParsingData13TiXmlEncoding@Base 1.3.6
 _ZN16TiXmlDeclaration8StreamInEPSiPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 1.9.3
 _ZN16TiXmlDeclarationC1EPKcS1_S1_@Base 1.3.6
 _ZN16TiXmlDeclarationC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_S7_@Base 1.9.3
 _ZN16TiXmlDeclarationC1ERKS_@Base 1.3.6
 _ZN16TiXmlDeclarationC2EPKcS1_S1_@Base 1.3.6
 _ZN16TiXmlDeclarationC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_S7_@Base 1.9.3
 _ZN16TiXmlDeclarationC2ERKS_@Base 1.3.6
 _ZN16TiXmlDeclarationD0Ev@Base 1.3.6
 _ZN16TiXmlDeclarationD1Ev@Base 1.3.6
 _ZN16TiXmlDeclarationD2Ev@Base 1.3.6
 _ZN16TiXmlDeclarationaSERKS_@Base 1.3.6
 _ZN16TiXmlParsingData5StampEPKc13TiXmlEncoding@Base 1.3.6
 _ZN17TiXmlAttributeSet12FindOrCreateEPKc@Base 1.3.6
 _ZN17TiXmlAttributeSet12FindOrCreateERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 1.9.3
 _ZN17TiXmlAttributeSet3AddEP14TiXmlAttribute@Base 1.3.6
 _ZN17TiXmlAttributeSet6RemoveEP14TiXmlAttribute@Base 1.3.6
 _ZN17TiXmlAttributeSetC1Ev@Base 1.3.6
 _ZN17TiXmlAttributeSetC2Ev@Base 1.3.6
 _ZN17TiXmlAttributeSetD1Ev@Base 1.3.6
 _ZN17TiXmlAttributeSetD2Ev@Base 1.3.6
 _ZN9DcmTagKeyD0Ev@Base 1.9.3
 _ZN9DcmTagKeyD1Ev@Base 1.9.3
 _ZN9DcmTagKeyD2Ev@Base 1.9.3
 _ZN9TiXmlBase10IsAlphaNumEh13TiXmlEncoding@Base 1.3.6
 _ZN9TiXmlBase11StringEqualEPKcS1_b13TiXmlEncoding@Base 1.3.6
 _ZN9TiXmlBase11errorStringE@Base 1.3.6
 _ZN9TiXmlBase12EncodeStringERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPS5_@Base 1.9.3
 _ZN9TiXmlBase13utf8ByteTableE@Base 1.3.6
 _ZN9TiXmlBase14SkipWhiteSpaceEPKc13TiXmlEncoding@Base 1.3.6
 _ZN9TiXmlBase16StreamWhiteSpaceEPSiPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 1.9.3
 _ZN9TiXmlBase18ConvertUTF32ToUTF8EmPcPi@Base 1.3.6
 _ZN9TiXmlBase18condenseWhiteSpaceE@Base 1.3.6
 _ZN9TiXmlBase6entityE@Base 1.3.6
 _ZN9TiXmlBase7IsAlphaEh13TiXmlEncoding@Base 1.3.6
 _ZN9TiXmlBase8ReadNameEPKcPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE13TiXmlEncoding@Base 1.9.3
 _ZN9TiXmlBase8ReadTextEPKcPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEbS1_b13TiXmlEncoding@Base 1.9.3
 _ZN9TiXmlBase8StreamToEPSiiPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 1.9.3
 _ZN9TiXmlBase9GetEntityEPKcPcPi13TiXmlEncoding@Base 1.3.6
 _ZN9TiXmlNode10ToDocumentEv@Base 1.3.6
 _ZN9TiXmlNode11RemoveChildEPS_@Base 1.3.6
 _ZN9TiXmlNode12LinkEndChildEPS_@Base 1.3.6
 _ZN9TiXmlNode12ReplaceChildEPS_RKS_@Base 1.3.6
 _ZN9TiXmlNode13ToDeclarationEv@Base 1.3.6
 _ZN9TiXmlNode14InsertEndChildERKS_@Base 1.3.6
 _ZN9TiXmlNode16InsertAfterChildEPS_RKS_@Base 1.3.6
 _ZN9TiXmlNode17InsertBeforeChildEPS_RKS_@Base 1.3.6
 _ZN9TiXmlNode5ClearEv@Base 1.3.6
 _ZN9TiXmlNode6ToTextEv@Base 1.3.6
 _ZN9TiXmlNode8IdentifyEPKc13TiXmlEncoding@Base 1.3.6
 _ZN9TiXmlNode9ToCommentEv@Base 1.3.6
 _ZN9TiXmlNode9ToElementEv@Base 1.3.6
 _ZN9TiXmlNode9ToUnknownEv@Base 1.3.6
 _ZN9TiXmlNodeC1ENS_8NodeTypeE@Base 1.3.6
 _ZN9TiXmlNodeC2ENS_8NodeTypeE@Base 1.3.6
 _ZN9TiXmlNodeD0Ev@Base 1.3.6
 _ZN9TiXmlNodeD1Ev@Base 1.3.6
 _ZN9TiXmlNodeD2Ev@Base 1.3.6
 _ZN9TiXmlText5ParseEPKcP16TiXmlParsingData13TiXmlEncoding@Base 1.3.6
 _ZN9TiXmlText6ToTextEv@Base 1.3.6
 _ZN9TiXmlText8StreamInEPSiPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 1.9.3
 _ZN9TiXmlTextD0Ev@Base 1.3.6
 _ZN9TiXmlTextD1Ev@Base 1.3.6
 _ZN9TiXmlTextD2Ev@Base 1.3.6
 _ZNK11TiXmlHandle10FirstChildEPKc@Base 1.3.6
 _ZNK11TiXmlHandle10FirstChildEv@Base 1.3.6
 _ZNK11TiXmlHandle12ChildElementEPKci@Base 1.3.6
 _ZNK11TiXmlHandle12ChildElementEi@Base 1.3.6
 _ZNK11TiXmlHandle17FirstChildElementEPKc@Base 1.3.6
 _ZNK11TiXmlHandle17FirstChildElementEv@Base 1.3.6
 _ZNK11TiXmlHandle5ChildEPKci@Base 1.3.6
 _ZNK11TiXmlHandle5ChildEi@Base 1.3.6
 _ZNK12TiXmlComment5CloneEv@Base 1.3.6
 _ZNK12TiXmlComment5PrintEP8_IO_FILEi@Base 1.3.6
 _ZNK12TiXmlComment6AcceptEP12TiXmlVisitor@Base 1.3.6
 _ZNK12TiXmlComment6CopyToEPS_@Base 1.3.6
 _ZNK12TiXmlComment9ToCommentEv@Base 1.3.6
 _ZNK12TiXmlElement17QueryIntAttributeEPKcPi@Base 1.3.6
 _ZNK12TiXmlElement17QueryIntAttributeERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPi@Base 1.9.3
 _ZNK12TiXmlElement18QueryBoolAttributeEPKcPb@Base 1.3.6
 _ZNK12TiXmlElement20QueryDoubleAttributeEPKcPd@Base 1.3.6
 _ZNK12TiXmlElement20QueryDoubleAttributeERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPd@Base 1.9.3
 _ZNK12TiXmlElement22QueryUnsignedAttributeEPKcPj@Base 1.3.6
 _ZNK12TiXmlElement5CloneEv@Base 1.3.6
 _ZNK12TiXmlElement5PrintEP8_IO_FILEi@Base 1.3.6
 _ZNK12TiXmlElement6AcceptEP12TiXmlVisitor@Base 1.3.6
 _ZNK12TiXmlElement6CopyToEPS_@Base 1.3.6
 _ZNK12TiXmlElement7GetTextEv@Base 1.3.6
 _ZNK12TiXmlElement9AttributeEPKc@Base 1.3.6
 _ZNK12TiXmlElement9AttributeEPKcPd@Base 1.3.6
 _ZNK12TiXmlElement9AttributeEPKcPi@Base 1.3.6
 _ZNK12TiXmlElement9AttributeERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 1.9.3
 _ZNK12TiXmlElement9AttributeERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPd@Base 1.9.3
 _ZNK12TiXmlElement9AttributeERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPi@Base 1.9.3
 _ZNK12TiXmlElement9ToElementEv@Base 1.3.6
 _ZNK12TiXmlUnknown5CloneEv@Base 1.3.6
 _ZNK12TiXmlUnknown5PrintEP8_IO_FILEi@Base 1.3.6
 _ZNK12TiXmlUnknown6AcceptEP12TiXmlVisitor@Base 1.3.6
 _ZNK12TiXmlUnknown6CopyToEPS_@Base 1.3.6
 _ZNK12TiXmlUnknown9ToUnknownEv@Base 1.3.6
 _ZNK13TiXmlDocument10ToDocumentEv@Base 1.3.6
 _ZNK13TiXmlDocument5CloneEv@Base 1.3.6
 _ZNK13TiXmlDocument5PrintEP8_IO_FILEi@Base 1.3.6
 _ZNK13TiXmlDocument6AcceptEP12TiXmlVisitor@Base 1.3.6
 _ZNK13TiXmlDocument6CopyToEPS_@Base 1.3.6
 _ZNK13TiXmlDocument8SaveFileEP8_IO_FILE@Base 1.3.6
 _ZNK13TiXmlDocument8SaveFileEPKc@Base 1.3.6
 _ZNK13TiXmlDocument8SaveFileEPKcc@Base 1.3.6
 _ZNK13TiXmlDocument8SaveFileEv@Base 1.3.6
 _ZNK14TiXmlAttribute11DoubleValueEv@Base 1.3.6
 _ZNK14TiXmlAttribute13QueryIntValueEPi@Base 1.3.6
 _ZNK14TiXmlAttribute16QueryDoubleValueEPd@Base 1.3.6
 _ZNK14TiXmlAttribute4NextEv@Base 1.3.6
 _ZNK14TiXmlAttribute5PrintEP8_IO_FILEi@Base 1.3.6
 _ZNK14TiXmlAttribute5PrintEP8_IO_FILEiPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 1.9.3
 _ZNK14TiXmlAttribute8IntValueEv@Base 1.3.6
 _ZNK14TiXmlAttribute8PreviousEv@Base 1.3.6
 _ZNK16TiXmlDeclaration13ToDeclarationEv@Base 1.3.6
 _ZNK16TiXmlDeclaration5CloneEv@Base 1.3.6
 _ZNK16TiXmlDeclaration5PrintEP8_IO_FILEi@Base 1.3.6
 _ZNK16TiXmlDeclaration5PrintEP8_IO_FILEiPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 1.9.3
 _ZNK16TiXmlDeclaration6AcceptEP12TiXmlVisitor@Base 1.3.6
 _ZNK16TiXmlDeclaration6CopyToEPS_@Base 1.3.6
 _ZNK17TiXmlAttributeSet4FindEPKc@Base 1.3.6
 _ZNK17TiXmlAttributeSet4FindERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 1.9.3
 _ZNK9TiXmlNode10FirstChildEPKc@Base 1.3.6
 _ZNK9TiXmlNode10ToDocumentEv@Base 1.3.6
 _ZNK9TiXmlNode11GetDocumentEv@Base 1.3.6
 _ZNK9TiXmlNode11NextSiblingEPKc@Base 1.3.6
 _ZNK9TiXmlNode13ToDeclarationEv@Base 1.3.6
 _ZNK9TiXmlNode15IterateChildrenEPKS_@Base 1.3.6
 _ZNK9TiXmlNode15IterateChildrenEPKcPKS_@Base 1.3.6
 _ZNK9TiXmlNode15PreviousSiblingEPKc@Base 1.3.6
 _ZNK9TiXmlNode17FirstChildElementEPKc@Base 1.3.6
 _ZNK9TiXmlNode17FirstChildElementEv@Base 1.3.6
 _ZNK9TiXmlNode18NextSiblingElementEPKc@Base 1.3.6
 _ZNK9TiXmlNode18NextSiblingElementEv@Base 1.3.6
 _ZNK9TiXmlNode6CopyToEPS_@Base 1.3.6
 _ZNK9TiXmlNode6ToTextEv@Base 1.3.6
 _ZNK9TiXmlNode9LastChildEPKc@Base 1.3.6
 _ZNK9TiXmlNode9ToCommentEv@Base 1.3.6
 _ZNK9TiXmlNode9ToElementEv@Base 1.3.6
 _ZNK9TiXmlNode9ToUnknownEv@Base 1.3.6
 _ZNK9TiXmlText5BlankEv@Base 1.3.6
 _ZNK9TiXmlText5CloneEv@Base 1.3.6
 _ZNK9TiXmlText5PrintEP8_IO_FILEi@Base 1.3.6
 _ZNK9TiXmlText6AcceptEP12TiXmlVisitor@Base 1.3.6
 _ZNK9TiXmlText6CopyToEPS_@Base 1.3.6
 _ZNK9TiXmlText6ToTextEv@Base 1.3.6
 _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE12_M_constructIPKcEEvT_S8_St20forward_iterator_tag@Base 1.9.3
 _ZTI12TiXmlComment@Base 1.3.6
 _ZTI12TiXmlElement@Base 1.3.6
 _ZTI12TiXmlPrinter@Base 1.3.6
 _ZTI12TiXmlUnknown@Base 1.3.6
 _ZTI12TiXmlVisitor@Base 1.3.6
 _ZTI13TiXmlDocument@Base 1.3.6
 _ZTI14TiXmlAttribute@Base 1.3.6
 _ZTI16TiXmlDeclaration@Base 1.3.6
 _ZTI9DcmTagKey@Base 1.9.3
 _ZTI9TiXmlBase@Base 1.3.6
 _ZTI9TiXmlNode@Base 1.3.6
 _ZTI9TiXmlText@Base 1.3.6
 _ZTS12TiXmlComment@Base 1.3.6
 _ZTS12TiXmlElement@Base 1.3.6
 _ZTS12TiXmlPrinter@Base 1.3.6
 _ZTS12TiXmlUnknown@Base 1.3.6
 _ZTS12TiXmlVisitor@Base 1.3.6
 _ZTS13TiXmlDocument@Base 1.3.6
 _ZTS14TiXmlAttribute@Base 1.3.6
 _ZTS16TiXmlDeclaration@Base 1.3.6
 _ZTS9DcmTagKey@Base 1.9.3
 _ZTS9TiXmlBase@Base 1.3.6
 _ZTS9TiXmlNode@Base 1.3.6
 _ZTS9TiXmlText@Base 1.3.6
 _ZTV12TiXmlComment@Base 1.3.6
 _ZTV12TiXmlElement@Base 1.3.6
 _ZTV12TiXmlPrinter@Base 1.3.6
 _ZTV12TiXmlUnknown@Base 1.3.6
 _ZTV13TiXmlDocument@Base 1.3.6
 _ZTV14TiXmlAttribute@Base 1.3.6
 _ZTV16TiXmlDeclaration@Base 1.3.6
 _ZTV9DcmTagKey@Base 1.9.3
 _ZTV9TiXmlNode@Base 1.3.6
 _ZTV9TiXmlText@Base 1.3.6
 _ZlsRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERK9TiXmlNode@Base 1.9.3
 _ZlsRSoRK9TiXmlNode@Base 1.9.3
 _ZplPKcRK11TiXmlString@Base 1.3.6
 _ZplRK11TiXmlStringPKc@Base 1.3.6
 _ZplRK11TiXmlStringS1_@Base 1.3.6
 _ZrsRSiR9TiXmlNode@Base 1.9.3
 _physdim@Base 1.3.6
 add_sweepnames@Base 1.9.3
 asn_DEF_ANY@Base 1.3.6
 asn_DEF_AbsoluteRange@Base 1.3.6
 asn_DEF_AbsoluteTime@Base 1.3.6
 asn_DEF_Address@Base 1.3.6
 asn_DEF_AlertCode@Base 1.3.6
 asn_DEF_AlertCondition@Base 1.3.6
 asn_DEF_AlertControls@Base 1.3.6
 asn_DEF_AlertFlags@Base 1.3.6
 asn_DEF_AlertSection@Base 1.3.6
 asn_DEF_AlertType@Base 1.3.6
 asn_DEF_ApplicationArea@Base 1.3.6
 asn_DEF_ArchiveProtection@Base 1.3.6
 asn_DEF_Authorization@Base 1.3.6
 asn_DEF_BITS_16@Base 1.3.6
 asn_DEF_BITS_32@Base 1.3.6
 asn_DEF_BITS_8@Base 1.3.6
 asn_DEF_BIT_STRING@Base 1.3.6
 asn_DEF_BodySiteCode@Base 1.3.6
 asn_DEF_ChannelDescriptionSection@Base 1.3.6
 asn_DEF_ChannelStatus@Base 1.3.6
 asn_DEF_ChoiceOfEnumObsValue@Base 1.3.6
 asn_DEF_ChoiceOfEnumTimeStamp@Base 1.3.6
 asn_DEF_ChoiceOfNuObsValue@Base 1.3.6
 asn_DEF_Comments@Base 1.3.6
 asn_DEF_ContentOrReference@Base 1.3.6
 asn_DEF_CurLimAlStat@Base 1.3.6
 asn_DEF_DescriptiveDataSection@Base 1.3.6
 asn_DEF_DeviceCode@Base 1.3.6
 asn_DEF_DispResolution@Base 1.3.6
 asn_DEF_DistributionSampleArrayDescriptiveDataSection@Base 1.3.6
 asn_DEF_DistributionSampleArrayMeasuredDataSection@Base 1.3.6
 asn_DEF_DsaRangeSpec@Base 1.3.6
 asn_DEF_DynamicAttributeChangeSection@Base 1.3.6
 asn_DEF_EnumObject@Base 1.3.6
 asn_DEF_EnumObsValue@Base 1.3.6
 asn_DEF_EnumRecordMetric@Base 1.3.6
 asn_DEF_EnumRecordOO@Base 1.3.6
 asn_DEF_EnumVal@Base 1.3.6
 asn_DEF_EnumerationDescriptiveDataSection@Base 1.3.6
 asn_DEF_EnumerationMeasuredDataSection@Base 1.3.6
 asn_DEF_ExtNomenRef@Base 1.3.6
 asn_DEF_ExtNomenclatureCode@Base 1.3.6
 asn_DEF_FEFFloat@Base 1.3.6
 asn_DEF_FEFString@Base 1.3.6
 asn_DEF_FilterType@Base 1.3.6
 asn_DEF_Fraction@Base 1.3.6
 asn_DEF_GeneralizedTime@Base 1.3.6
 asn_DEF_Handle@Base 1.3.6
 asn_DEF_HandleRef@Base 1.3.6
 asn_DEF_HealthCareProfessionalSection@Base 1.3.6
 asn_DEF_HealthCareProviderId@Base 1.3.6
 asn_DEF_HealthCareProviderSection@Base 1.3.6
 asn_DEF_HighResRelativeTime@Base 1.3.6
 asn_DEF_INTEGER@Base 1.3.6
 asn_DEF_INT_I16@Base 1.3.6
 asn_DEF_INT_I32@Base 1.3.6
 asn_DEF_INT_I64@Base 1.3.6
 asn_DEF_INT_I8@Base 1.3.6
 asn_DEF_INT_U16@Base 1.3.6
 asn_DEF_INT_U32@Base 1.3.6
 asn_DEF_INT_U64@Base 1.3.6
 asn_DEF_INT_U8@Base 1.3.6
 asn_DEF_LimitSpecEntry@Base 1.3.6
 asn_DEF_LineFrequency@Base 1.3.6
 asn_DEF_ManufacturerID@Base 1.3.6
 asn_DEF_ManufacturerSpecificBinary@Base 1.3.6
 asn_DEF_ManufacturerSpecificEncoded@Base 1.3.6
 asn_DEF_ManufacturerSpecificSection@Base 1.3.6
 asn_DEF_MarkerEntryRelTim@Base 1.3.6
 asn_DEF_MeasuredDataSection@Base 1.3.6
 asn_DEF_MeasurementStatus@Base 1.3.6
 asn_DEF_MedicalDeviceComponents@Base 1.3.6
 asn_DEF_MedicalDeviceSystemSection@Base 1.3.6
 asn_DEF_MetricCalEntry@Base 1.3.6
 asn_DEF_MetricCalState@Base 1.3.6
 asn_DEF_MetricCalType@Base 1.3.6
 asn_DEF_MetricCategory@Base 1.3.6
 asn_DEF_MetricDescriptiveDataSection@Base 1.3.6
 asn_DEF_MetricMeasure@Base 1.3.6
 asn_DEF_MetricStatus@Base 1.3.6
 asn_DEF_MetricsCode@Base 1.3.6
 asn_DEF_MsmtPrinciple@Base 1.3.6
 asn_DEF_MultimediaSection@Base 1.3.6
 asn_DEF_NativeEnumerated@Base 1.3.6
 asn_DEF_NativeInteger@Base 1.3.6
 asn_DEF_NuObsValue@Base 1.3.6
 asn_DEF_NumericDescriptiveDataSection@Base 1.3.6
 asn_DEF_NumericMeasuredDataSection@Base 1.3.6
 asn_DEF_OBJECT_IDENTIFIER@Base 1.3.6
 asn_DEF_OCTET_STRING@Base 1.3.6
 asn_DEF_OID_Type@Base 1.3.6
 asn_DEF_ObservationTime@Base 1.3.6
 asn_DEF_ParameterGroupCode@Base 1.3.6
 asn_DEF_PatMeasure@Base 1.3.6
 asn_DEF_PatientDemographicsSection@Base 1.3.6
 asn_DEF_PatientRace@Base 1.3.6
 asn_DEF_PatientSex@Base 1.3.6
 asn_DEF_PatientType@Base 1.3.6
 asn_DEF_PersonName@Base 1.3.6
 asn_DEF_PersonNameGroup@Base 1.3.6
 asn_DEF_Placeholder@Base 1.3.6
 asn_DEF_PowerStatus@Base 1.3.6
 asn_DEF_PrivateCode@Base 1.3.6
 asn_DEF_ProdSpecEntry@Base 1.3.6
 asn_DEF_ProdSpecEntryType@Base 1.3.6
 asn_DEF_REAL@Base 1.3.6
 asn_DEF_RealTimeSampleArrayDescriptiveDataSection@Base 1.3.6
 asn_DEF_RealTimeSampleArrayMeasuredDataSection@Base 1.3.6
 asn_DEF_RelativeTime@Base 1.3.6
 asn_DEF_SaCalData@Base 1.3.6
 asn_DEF_SaCalDataType@Base 1.3.6
 asn_DEF_SaFilterEntry@Base 1.3.6
 asn_DEF_SaFlags@Base 1.3.6
 asn_DEF_SaGridEntry@Base 1.3.6
 asn_DEF_SaSignalFrequency@Base 1.3.6
 asn_DEF_SaSpec@Base 1.3.6
 asn_DEF_SampleArrayDescriptiveDataSection@Base 1.3.6
 asn_DEF_SampleArrayMeasuredDataBlock@Base 1.3.6
 asn_DEF_SampleArrayMeasuredDataSection@Base 1.3.6
 asn_DEF_ScaleRangeSpec@Base 1.3.6
 asn_DEF_SessionArchiveSection@Base 1.3.6
 asn_DEF_SessionNotesSection@Base 1.3.6
 asn_DEF_SessionPhaseSection@Base 1.3.6
 asn_DEF_SessionTestSection@Base 1.3.6
 asn_DEF_SimpleColour@Base 1.3.6
 asn_DEF_StorageDataType@Base 1.3.6
 asn_DEF_SystemModel@Base 1.3.6
 asn_DEF_SystemSpecEntry@Base 1.3.6
 asn_DEF_TimeSampleArrayDescriptiveDataSection@Base 1.3.6
 asn_DEF_TimeSampleArrayMeasuredDataSection@Base 1.3.6
 asn_DEF_UTF8String@Base 1.3.6
 asn_DEF_UnitCode@Base 1.3.6
 asn_DEF_UnitsOfMeasurementCode@Base 1.3.6
 asn_DEF_VirtualMedicalDeviceSection@Base 1.3.6
 asn_GT2time@Base 1.3.6
 asn_GT2time_frac@Base 1.3.6
 asn_GT2time_prec@Base 1.3.6
 asn_INTEGER2long@Base 1.3.6
 asn_INTEGER2ulong@Base 1.3.6
 asn_REAL2double@Base 1.3.6
 asn_TYPE_outmost_tag@Base 1.3.6
 asn_check_constraints@Base 1.3.6
 asn_debug_indent@Base 1.3.6
 asn_double2REAL@Base 1.3.6
 asn_fprint@Base 1.3.6
 asn_generic_no_constraint@Base 1.3.6
 asn_generic_unknown_constraint@Base 1.3.6
 asn_long2INTEGER@Base 1.3.6
 asn_sequence_del@Base 1.3.6
 asn_set_add@Base 1.3.6
 asn_set_del@Base 1.3.6
 asn_set_empty@Base 1.3.6
 asn_time2GT@Base 1.3.6
 asn_time2GT_frac@Base 1.3.6
 asn_ulong2INTEGER@Base 1.3.6
 asprintf_hdr2json@Base 1.4.1
 ber_check_tags@Base 1.3.6
 ber_decode@Base 1.3.6
 ber_decode_primitive@Base 1.3.6
 ber_fetch_length@Base 1.3.6
 ber_fetch_tag@Base 1.3.6
 ber_skip_length@Base 1.3.6
 ber_tlv_tag_fwrite@Base 1.3.6
 ber_tlv_tag_serialize@Base 1.3.6
 ber_tlv_tag_snprint@Base 1.3.6
 ber_tlv_tag_string@Base 1.3.6
 biosig2_close_file@Base 1.9.3
 biosig2_open_file_readonly@Base 1.9.3
 biosig2_open_file_writeonly@Base 1.9.3
 biosigERROR@Base 1.4.1
 biosig_blockwrite_digital_samples@Base 1.9.3
 biosig_blockwrite_physical_samples@Base 1.9.3
 biosig_change_eventtable_samplerate@Base 1.9.3
 biosig_channel_change_scale_to_physdimcode@Base 1.9.3
 biosig_channel_get_cal@Base 1.9.3
 biosig_channel_get_datatype@Base 1.9.3
 biosig_channel_get_filter@Base 1.9.3
 biosig_channel_get_impedance@Base 1.9.3
 biosig_channel_get_label@Base 1.9.3
 biosig_channel_get_off@Base 1.9.3
 biosig_channel_get_physdim@Base 1.9.3
 biosig_channel_get_physdimcode@Base 1.9.3
 biosig_channel_get_samples_per_record@Base 1.9.3
 biosig_channel_get_scaling@Base 1.9.3
 biosig_channel_get_timing_offset@Base 1.9.3
 biosig_channel_get_transducer@Base 1.9.3
 biosig_channel_set_cal@Base 1.9.3
 biosig_channel_set_datatype@Base 1.9.3
 biosig_channel_set_filter@Base 1.9.3
 biosig_channel_set_impedance@Base 1.9.3
 biosig_channel_set_label@Base 1.9.3
 biosig_channel_set_off@Base 1.9.3
 biosig_channel_set_physdimcode@Base 1.9.3
 biosig_channel_set_samples_per_record@Base 1.9.3
 biosig_channel_set_scaling@Base 1.9.3
 biosig_channel_set_timing_offset@Base 1.9.3
 biosig_channel_set_transducer@Base 1.9.3
 biosig_check_error@Base 1.9.3
 biosig_close_file@Base 1.9.3
 biosig_get_annotation@Base 1.9.3
 biosig_get_application_specific_information@Base 1.9.3
 biosig_get_birthdate@Base 1.9.3
 biosig_get_channel@Base 1.9.3
 biosig_get_channel_samplerate@Base 1.9.3
 biosig_get_data@Base 1.9.3
 biosig_get_datablock@Base 1.9.3
 biosig_get_digital_maximum@Base 1.9.3
 biosig_get_digital_minimum@Base 1.9.3
 biosig_get_errormsg@Base 1.9.3
 biosig_get_eventtable_samplerate@Base 1.9.3
 biosig_get_filename@Base 1.9.3
 biosig_get_filetype@Base 1.9.3
 biosig_get_flag@Base 1.9.3
 biosig_get_gender@Base 1.9.3
 biosig_get_global_samplefrequency@Base 1.9.3
 biosig_get_label@Base 1.9.3
 biosig_get_manufacturer_model@Base 1.9.3
 biosig_get_manufacturer_name@Base 1.9.3
 biosig_get_manufacturer_serial_number@Base 1.9.3
 biosig_get_manufacturer_version@Base 1.9.3
 biosig_get_nth_event@Base 1.9.3
 biosig_get_number_of_channels@Base 1.9.3
 biosig_get_number_of_events@Base 1.9.3
 biosig_get_number_of_records@Base 1.9.3
 biosig_get_number_of_samples@Base 1.9.3
 biosig_get_number_of_samples_per_record@Base 1.9.3
 biosig_get_number_of_segments@Base 1.9.3
 biosig_get_patient_firstname@Base 1.9.3
 biosig_get_patient_id@Base 1.9.3
 biosig_get_patient_lastname@Base 1.9.3
 biosig_get_patient_name@Base 1.9.3
 biosig_get_patient_secondlastname@Base 1.9.3
 biosig_get_patientcode@Base 1.9.3
 biosig_get_patientname@Base 1.9.3
 biosig_get_physical_maximum@Base 1.9.3
 biosig_get_physical_minimum@Base 1.9.3
 biosig_get_recording_id@Base 1.9.3
 biosig_get_samplefrequency@Base 1.9.3
 biosig_get_samplerate@Base 1.9.3
 biosig_get_segment_selection@Base 1.9.3
 biosig_get_startdatetime@Base 1.9.3
 biosig_get_startdatetime_gdf@Base 1.9.3
 biosig_get_targetsegment@Base 1.9.3
 biosig_get_technician@Base 1.9.3
 biosig_get_transducer@Base 1.9.3
 biosig_get_version@Base 1.9.3
 biosig_lib_version@Base 1.9.3
 biosig_open_file_readonly@Base 1.9.3
 biosig_open_file_writeonly@Base 1.9.3
 biosig_physical_dimension@Base 1.9.3
 biosig_read_samples@Base 1.9.3
 biosig_reset_flag@Base 1.9.3
 biosig_rewind@Base 1.9.3
 biosig_seek@Base 1.9.3
 biosig_serialize@Base 1.9.3
 biosig_set_admincode@Base 1.9.3
 biosig_set_application_specific_information@Base 1.9.3
 biosig_set_birthdate@Base 1.9.3
 biosig_set_channel_samplerate_and_samples_per_record@Base 1.9.3
 biosig_set_datarecord_duration@Base 1.9.3
 biosig_set_digital_maximum@Base 1.9.3
 biosig_set_digital_minimum@Base 1.9.3
 biosig_set_equipment@Base 1.9.3
 biosig_set_eventtable_samplerate@Base 1.9.3
 biosig_set_filetype@Base 1.9.3
 biosig_set_flag@Base 1.9.3
 biosig_set_gender@Base 1.9.3
 biosig_set_global_samplefrequency@Base 1.9.3
 biosig_set_hdr_ipaddr@Base 1.9.3
 biosig_set_highpassfilter@Base 1.9.3
 biosig_set_label@Base 1.9.3
 biosig_set_lowpassfilter@Base 1.9.3
 biosig_set_manufacturer_model@Base 1.9.3
 biosig_set_manufacturer_name@Base 1.9.3
 biosig_set_manufacturer_serial_number@Base 1.9.3
 biosig_set_manufacturer_version@Base 1.9.3
 biosig_set_notchfilter@Base 1.9.3
 biosig_set_nth_event@Base 1.9.3
 biosig_set_number_of_channels@Base 1.9.3
 biosig_set_number_of_events@Base 1.9.3
 biosig_set_number_of_samples@Base 1.9.3
 biosig_set_patient_additional@Base 1.9.3
 biosig_set_patient_id@Base 1.9.3
 biosig_set_patient_name@Base 1.9.3
 biosig_set_patient_name_structured@Base 1.9.3
 biosig_set_patientcode@Base 1.9.3
 biosig_set_patientname@Base 1.9.3
 biosig_set_physical_dimension@Base 1.9.3
 biosig_set_physical_maximum@Base 1.9.3
 biosig_set_physical_minimum@Base 1.9.3
 biosig_set_prefilter@Base 1.9.3
 biosig_set_recording_additional@Base 1.9.3
 biosig_set_recording_id@Base 1.9.3
 biosig_set_samplefrequency@Base 1.9.3
 biosig_set_samplerate@Base 1.9.3
 biosig_set_segment_selection@Base 1.9.3
 biosig_set_startdatetime@Base 1.9.3
 biosig_set_startdatetime_gdf@Base 1.9.3
 biosig_set_targetsegment@Base 1.9.3
 biosig_set_technician@Base 1.9.3
 biosig_set_transducer@Base 1.9.3
 biosig_tell@Base 1.9.3
 biosig_unserialize@Base 1.9.3
 biosig_write_annotation@Base 1.9.3
 biosig_write_annotation_latin1@Base 1.9.3
 biosig_write_annotation_utf8@Base 1.9.3
 biosig_write_digital_samples@Base 1.9.3
 biosig_write_physical_samples@Base 1.9.3
 bpb8_collapsed_rawdata@Base 1.3.6
 cachingWholeFile@Base 1.3.6
 cfs_data_type@Base 1.9.3
 checkTree@Base 1.3.6
 clear_sweepnames@Base 1.9.3
 collapse_rawdata@Base 1.3.6
 compare_eventpos@Base 1.3.6
 constructHDR@Base 1.3.6
 convert2to4_eventtable@Base 1.3.6
 convert4to2_eventtable@Base 1.3.6
 count_sweepnames@Base 1.9.3
 deallocEN1064@Base 1.3.6
 decode_mdc_ecg_cfcode10@Base 1.9.3
 decode_mdc_ecg_code10@Base 1.9.3
 decode_scp_text@Base 1.9.3
 der_encode@Base 1.3.6
 der_encode_primitive@Base 1.3.6
 der_encode_to_buffer@Base 1.3.6
 der_tlv_length_serialize@Base 1.3.6
 der_write_tags@Base 1.3.6
 destructHDR@Base 1.3.6
 dur2val@Base 1.9.3
 edf_blockwrite_digital_samples@Base 1.9.3
 edf_blockwrite_physical_samples@Base 1.9.3
 edf_get_annotation@Base 1.9.3
 edf_set_birthdate@Base 1.9.3
 edf_set_gender@Base 1.9.3
 edf_set_recording_additional@Base 1.9.3
 edf_set_startdatetime@Base 1.9.3
 edfopen_file_writeonly@Base 1.9.3
 edfread_digital_samples@Base 1.9.3
 edfread_physical_samples@Base 1.9.3
 edfrewind@Base 1.9.3
 edfseek@Base 1.9.3
 edftell@Base 1.9.3
 edfwrite_annotation@Base 1.9.3
 edfwrite_physical_samples@Base 1.9.3
 en1064@Base 1.3.6
 encode_mdc_ecg_cfcode10@Base 1.9.3
 encode_mdc_ecg_code10@Base 1.9.3
 fprintf_hdr2json@Base 1.4.1
 fprintf_json_double@Base 1.3.6
 freeTree@Base 1.3.6
 ftoa8@Base 1.3.6
 gcd@Base 1.3.6
 gdf_time2tm_time@Base 1.3.6
 gdf_time2tm_time_r@Base 1.3.6
 gdfbin2struct@Base 1.3.6
 gdftyp_string@Base 1.3.6
 getChannelHeader@Base 1.9.3
 getTimeChannelNumber@Base 1.9.3
 get_asn1c_environment_version@Base 1.3.6
 get_biosig_version@Base 1.9.3
 getfiletype@Base 1.3.6
 hdr2ascii@Base 1.3.6
 hdrEVT2rawEVT@Base 1.3.6
 hdrlist@Base 1.9.3
 heka2gdftime@Base 1.9.3
 ibwChecksum@Base 1.9.3
 ifclose@Base 1.3.6
 ifeof@Base 1.3.6
 iferror@Base 1.3.6
 ifflush@Base 1.3.6
 ifgetc@Base 1.3.6
 ifgetpos@Base 1.3.6
 ifgets@Base 1.3.6
 ifopen@Base 1.3.6
 ifprintf@Base 1.3.6
 ifputc@Base 1.3.6
 ifread@Base 1.3.6
 ifseek@Base 1.3.6
 ifsetpos@Base 1.3.6
 iftell@Base 1.3.6
 ifwrite@Base 1.3.6
 in@Base 1.3.6
 init_channel@Base 1.9.3
 is_nihonkohden_signature@Base 1.3.6
 lcm@Base 1.3.6
 makeTree@Base 1.3.6
 mfer_swap8b@Base 1.3.6
 month_string2int@Base 1.9.3
 newNode@Base 1.3.6
 per_data_string@Base 1.3.6
 per_get_few_bits@Base 1.3.6
 per_get_many_bits@Base 1.3.6
 per_get_undo@Base 1.3.6
 per_put_few_bits@Base 1.3.6
 per_put_many_bits@Base 1.3.6
 pxml_parse@Base 1.3.6
 rational@Base 1.9.3
 rawEVT2hdrEVT@Base 1.3.6
 readABF2block@Base 1.9.3
 read_header@Base 1.3.6
 reallocEventTable@Base 1.9.3
 sclose@Base 1.3.6
 sclose_HL7aECG_write@Base 1.3.6
 sclose_fef_read@Base 1.3.6
 scp_decode@Base 1.3.6
 search_sweepnames@Base 1.9.3
 seof@Base 1.3.6
 serror2@Base 1.4.1
 sflush_gdf_event_table@Base 1.3.6
 sopen@Base 1.3.6
 sopen_FAMOS_read@Base 1.3.6
 sopen_HL7aECG_read@Base 1.3.6
 sopen_HL7aECG_write@Base 1.3.6
 sopen_SCP_clean@Base 1.3.6
 sopen_SCP_read@Base 1.3.6
 sopen_SCP_write@Base 1.3.6
 sopen_abf2_read@Base 1.9.3
 sopen_abf_read@Base 1.9.3
 sopen_alpha_read@Base 1.3.6
 sopen_atf_read@Base 1.9.3
 sopen_axg_read@Base 1.9.3
 sopen_cfs_read@Base 1.4.1
 sopen_dcmtk_read@Base 1.9.3
 sopen_dicom_read@Base 1.9.3
 sopen_fef_read@Base 1.3.6
 sopen_fiff_read@Base 1.9.3
 sopen_heka@Base 1.3.6
 sopen_ibw_read@Base 1.9.3
 sopen_itx_read@Base 1.9.3
 sopen_smr_read@Base 1.9.3
 sopen_tdms_read@Base 1.9.3
 sopen_unipro_read@Base 1.3.6
 sort_eventtable@Base 1.3.6
 sread@Base 1.3.6
 sread_atf@Base 1.9.3
 sread_raw@Base 1.3.6
 srewind@Base 1.3.6
 sseek@Base 1.3.6
 stell@Base 1.3.6
 str_time2gdf_time@Base 1.3.6
 strcmp8@Base 1.3.6
 struct2gdfbin@Base 1.3.6
 swrite@Base 1.3.6
 tm_time2gdf_time@Base 1.3.6
 trim_trailing_space@Base 1.9.3
 u32cmp@Base 1.3.6
 uper_decode@Base 1.3.6
 uper_decode_complete@Base 1.3.6
 uper_encode@Base 1.3.6
 uper_encode_to_buffer@Base 1.3.6
 uper_encode_to_new_buffer@Base 1.3.6
 uper_get_length@Base 1.3.6
 uper_get_nslength@Base 1.3.6
 uper_get_nsnnwn@Base 1.3.6
 uper_open_type_get@Base 1.3.6
 uper_open_type_put@Base 1.3.6
 uper_open_type_skip@Base 1.3.6
 uper_put_length@Base 1.3.6
 uper_put_nslength@Base 1.3.6
 uper_put_nsnnwn@Base 1.3.6
 write_gdf_eventtable@Base 1.3.6
 xer_check_tag@Base 1.3.6
 xer_decode@Base 1.3.6
 xer_decode_general@Base 1.3.6
 xer_decode_primitive@Base 1.3.6
 xer_encode@Base 1.3.6
 xer_fprint@Base 1.3.6
 xer_is_whitespace@Base 1.3.6
 xer_next_token@Base 1.3.6
 xer_skip_unknown@Base 1.3.6
 xgethostname@Base 1.3.6