Changeset 479 for trunk/src


Ignore:
Timestamp:
Aug 11, 1999, 9:54:01 PM (26 years ago)
Author:
phaller
Message:

Fix: faster loading for ODINCRT by ordinal exports

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/odincrt/odincrt.def

    r477 r479  
    1515; -----------------
    1616       ODIN_calloc
    17        calloc                  = ODIN_calloc
     17       calloc                  = ODIN_calloc          @346
    1818
    1919       ODIN_realloc
    20        realloc                 = ODIN_realloc
     20       realloc                 = ODIN_realloc         @583
    2121
    2222       ODIN_malloc
    23        malloc                  = ODIN_malloc
     23       malloc                  = ODIN_malloc          @351
    2424
    2525       ODIN_free
    26        free                    = ODIN_free
     26       free                    = ODIN_free            @219
    2727
    2828       ODIN_debug_calloc
    29        _debug_calloc           = ODIN_debug_calloc
     29       _debug_calloc           = ODIN_debug_calloc    @117
    3030
    3131       ODIN_debug_realloc
    32        _debug_realloc          = ODIN_debug_realloc
     32       _debug_realloc          = ODIN_debug_realloc   @182
    3333
    3434       ODIN_debug_malloc
    35        _debug_malloc           = ODIN_debug_malloc
     35       _debug_malloc           = ODIN_debug_malloc    @119
    3636
    3737       ODIN_debug_free
    38        _debug_free             = ODIN_debug_free
     38       _debug_free             = ODIN_debug_free      @59
    3939
    4040; -----------------
     
    4343
    4444       ODIN_strdup
    45        strdup                  = ODIN_strdup
     45       strdup                  = ODIN_strdup          @472
    4646
    4747; -----------------
     
    5151;      ODIN__nw__FUi
    5252;      __nw__FUi               = ODIN__nw__FUi   ; operator new()
    53        __nw__FUi
    54 
    55 
    56 
    57 
    58 ; EXPORTS
    59    _eh_add
    60    _eh_del
    61    _dump_allocated_delta
    62    __dump_allocated_delta
    63    _tdump_allocated_delta
    64    __tdump_allocated_delta
    65    _udump_allocated_delta
    66    __udump_allocated_delta
    67    _heapchk
    68    _heapset
    69    _heap_walk
    70    _uheapchk
    71    _uheapset
    72    _uheap_walk
    73    _reg_heap
    74    _ucalloc
    75    _umalloc
    76    _udefault
    77    _uflush
    78    _upool
    79    _ucreate
    80    _uaddmem
    81    _uheapmin
    82    _uheap_check
    83    __uheap_check
    84    _udestroy
    85    _theapmin
    86    _debug_ucalloc
    87    _debug_umalloc
    88    _debug_uheapmin
    89    _debug_tfree
    90    _debug_tmalloc
    91    _debug_theapmin
    92    _debug_tcalloc
    93    _debug_trealloc
    94    _theap_check
    95    __theap_check
    96    _tdump_allocated
    97    __tdump_allocated
    98    _udump_allocated
    99    __udump_allocated
    100    _ustats
    101    _mheap
    102    _uopen
    103    _uclose
    104    __cppstore
    105    _PGLOBAL_PTR
    106    _cputsused                ; 16 bit function
    107    _critlib_except           ; ****
    108    _ctype
    109    _ctype_loweridx
    110    _ctype_lower
    111    _ctype_upperidx
    112    _ctype_upper
    113    _ctype_ctypeidx
    114    _ctype_cmask
    115    _ctype_mask
    116    _mb_cur_max
    117    _daylight
    118    _DosSelToFlat             ; **** ; 16 bit function
    119    _DosFlatToSel             ; **** ; 16 bit function
    120    _environ                  ; ****
    121    _errno
    122    _fullDump
    123    __fac                     ; 16 bit function
    124    _getcheused               ; 16 bit function
    125    _ilog2
    126    _osmajor
    127    _osminor
    128    _osmode
    129    _timezone
    130    _threadstore
    131    _tzname
    132    _ungetchused              ; 16 bit function
    133    stderr
    134    stdin
    135    stdout
    136    _callback_opt_sys
    137    _CRT_init                 ; ****
    138    _CRT_term                 ; ****
    139    _CheckIfMem
    140    _EXE_Exception            ; ****
    141    _Exception                ; ****
    142    _Flush
    143    _Fmprs
    144    _Fnprs
    145    _GetErrMsg
    146    _InitBuf
    147    _Lib_excpt
    148    _PrintErrMsg              ; ****
    149    _ReleaseSem
    150    _RequestSem
    151    __EDC3216                 ;  16 bit function
    152    __EDCThunkProlog          ;  16 bit function
    153    __dofmto
    154    __doserrno
    155    __goscan
    156    __threadid
    157    _assert
    158    _atofieee
    159    _atold
    160    _beginthread
    161    _clear87
    162    _control87
    163    __cputs                   ;  16 bit function
    164    _ddused
    165    _debug_heapmin
    166    _dposqnan
    167    _dump_allocated
    168    __dump_allocated
    169    _ecvt
    170    _endthread
    171    _erf
    172    _erfc
    173    _exception_dllinit        ; ****
    174    _exception_procinit       ; ****
    175    _fcloseall
    176    _fcvt
    177    _floatfmt
    178    _fltused
    179    _fopenused
    180    _fpninit
    181    _fposqnan
    182    _fposinfi
    183    _fpreset
    184    _fprintf_ansi
    185    _fprintfieee
    186    _FreeFCB
    187    _freemod
    188    _fscanf_ansi
    189    _fscanfieee
    190    _fullpath
    191    _gamma
    192    _gcvt
    193    __getche                  ;  16 bit function
    194    _heap_check
    195    __heap_check
    196    _heapmin
    197    _hypot
    198    _infinity
    199    _InitFCB
    200    _internal_err
    201    _itoa
    202    _j0
    203    _j1
    204    _jn
    205    _ldposqnan
    206    _ldposinfi
    207    _LHUGE_VAL
    208    _loadmod
    209    _ltoa
    210    _matherr                  ; ****
    211    _msize
    212    _MemoryFileUsed
    213    _mig_eib_store
    214    _printf_ansi
    215    _printfieee
    216    _ProfileHook16            ;  16 bit function
    217    _ProfileHook32
    218    _ProfileThrow32
    219    _ProfileUnwind32
    220    _ProfileHookVAOptlink32
    221    _putenv
    222    _ipmd_heap_check
    223    _rmtmp
    224    _scanf_ansi
    225    _scanfieee
    226    _setupenv
    227    _sprintf_ansi
    228    _sprintfieee
    229    _sscanf_ansi
    230    _sscanfieee
    231    _status87
    232    _strtodieee
    233    _terminate                ; ****
    234    _test_handle
    235    _tzset
    236    _ultoa
    237    __ungetch                 ;  16 bit function
    238    _vfprintfieee
    239    _vprintfieee
    240    _vsprintfieee
    241    _y0
    242    _y1
    243    _yn
    244    abort
    245    abs
    246    acos
    247    asctime
    248    asin
    249    atan
    250    atan2
    251    atexit
    252    atof
    253    atoi
    254    atol
    255    bsearch
    256 ;  calloc
    257    catopen
    258    catclose
    259    catgets
    260    ccsidtocs
    261    cstoccsid
    262    ceil
    263    clearerr
    264    clock
    265    cos
    266    cosh
    267    ctime
    268    difftime
    269    div
    270    exit                      ; ****
    271    exp
    272    fabs
    273    fclose
    274    feof
    275    ferror
    276    fflush
    277    fgetc
    278    fgetpos
    279    fgets
    280    floor
    281    fmod
    282    fopen
    283    fprintf
    284    fputc
    285    fputs
    286    fread
    287 ;  free                      ; ****
    288    freopen
    289    frexp
    290    fscanf
    291    fseek
    292    fsetpos
    293    ftell
    294    fwrite
    295    getc
    296    getchar
    297    getenv
    298    gets
    299    gmtime
    300    isalnum
    301    isalpha
    302    iscntrl
    303    isdigit
    304    isgraph
    305    islower
    306    isprint
    307    ispunct
    308    isspace
    309    isupper
    310    isxdigit
    311    labs
    312    ldexp
    313    ldiv
    314    localeconv
    315    localtime
    316    log
    317    log10
    318    longjmp
    319    mblen
    320    mbstowcs
    321    mbtowc
    322    memccpy
    323    memchr
    324    memcmp
    325    memcpy
    326    memicmp
    327    memmove
    328    memset
    329    mktime
    330    modf
    331    perror
    332    pow
    333    printf
    334    putc
    335    putchar
    336    puts
    337    qsort
    338    raise
    339    rand
    340 ;  realloc
    341    remove
    342    rename
    343    rewind
    344    scanf
    345    setbuf
    346    setjmp
    347    setlocale
    348    setvbuf
    349    signal
    350    sin
    351    sinh
    352    sprintf
    353    sqrt
    354    srand
    355    sscanf
    356    strcat
    357    strchr
    358    strcmp
    359    strcoll
    360    strcpy
    361    strcspn
    362    strerror
    363    strftime
    364    stricmp
    365    strlen
    366    strlwr
    367    strncat
    368    strncmp
    369    strncpy
    370    strnicmp
    371    strpbrk                   ; ****
    372    strrchr
    373    strspn
    374    strstr
    375    strtod
    376    strtok
    377    strtol
    378    strtold
    379    strtoul
    380    strupr
    381    strxfrm
    382    system
    383    tan
    384    tanh
    385    time
    386    tmpfile
    387    tmpnam
    388    tolower
    389    toupper
    390    ungetc
    391    vfprintf
    392    vprintf
    393    vsprintf
    394    wcscat
    395    wcschr
    396    wcscmp
    397    wcscpy
    398    wcscspn
    399    wcslen
    400    wcsncat
    401    wcsncmp
    402    wcsncpy
    403    wcspbrk
    404    wcsrchr
    405    wcsspn
    406    wcstombs
    407    wcswcs
    408    wctomb
    409    _chdrive
    410    _execl_ansi
    411    _execle_ansi
    412    _execlp_ansi
    413    _execlpe_ansi
    414    _exit
    415    _getdcwd
    416    _getdrive
    417    _makepath
    418    _searchenv
    419    _spawnl_ansi
    420    _spawnle_ansi
    421    _spawnlp_ansi
    422    _spawnlpe_ansi
    423    _splitpath
    424    _strdate
    425    _strerror
    426    _strtime
    427    _tcalloc
    428    _tfree
    429    _tmalloc
    430    _trealloc
    431    _access
    432    _cabs
    433    _cgets                    ;  16 bit function
    434    _chdir
    435    _chmod
    436    _chsize
    437    _close
    438    _cprintf                  ;  16 bit function
    439    _cputs                    ;  16 bit function
    440    _creat
    441    _cscanf                   ;  16 bit function
    442    _cwait
    443    _dup
    444    _dup2
    445    __eof
    446    _execl
    447    _execle
    448    _execlp
    449    _execlpe
    450    _execv
    451    _execve
    452    _execvp
    453    _execvpe
    454    _fdopen
    455    _fgetchar
    456    _filelength
    457    _fileno
    458    _flushall
    459    _fputchar
    460    _fstat
    461    _ftime
    462    _getch                    ;  16 bit function
    463    _getche                   ;  16 bit function
    464    _getcwd
    465    _getpid
    466    _isatty
    467    _kbhit                    ;  16 bit function
    468    _lfind
    469    _lsearch
    470    _lseek
    471    _mkdir
    472    _onexit
    473    _open
    474    _putch                    ;  16 bit function
    475    _read
    476    _rmdir
    477    _setmode
    478    _set_crt_msg_handle
    479    _sopen
    480    _spawnl
    481    _spawnle
    482    _spawnlp
    483    _spawnlpe
    484    _spawnv
    485    _spawnve
    486    _spawnvp
    487    _spawnvpe
    488    _stat
    489    strcmpi
    490    strnset
    491    strrev
    492    strset
    493    _swab
    494    _tell
    495    _tempnam
    496    _umask
    497    _ungetch                  ;  16 bit function
    498    _unlink
    499    _utime
    500    _wait
    501    _write
    502    isblank
    503    nl_langinfo
    504    getsyntx
    505    iswalnum
    506    iswalpha
    507    iswblank
    508    iswcntrl
    509    iswdigit
    510    iswgraph
    511    iswlower
    512    iswprint
    513    iswpunct
    514    iswspace
    515    iswupper
    516    iswxdigit
    517    wctype
    518    iswctype
    519    towupper
    520    towlower
    521    wctob
    522    mbsinit
    523    mbrlen
    524    mbrtowc
    525    mbsrtowcs
    526    wcrtomb
    527    wcsrtombs
    528    wcstod
    529    wcstol
    530    wcstoul
    531    wcsstr
    532    wcstok
    533    wcscoll
    534    wcsxfrm
    535    wcswidth
    536    wcwidth
    537    strptime
    538    wcsftime
    539    _vswprintfieee
    540    vswprintf
    541    _swprintf_ansi
    542    _swprintfieee
    543    _swscanf_ansi
    544    _swscanfieee
    545    regcomp
    546    regexec
    547    regfree
    548    regerror
    549    fgetwc
    550    fgetws
    551    fputwc
    552    fputws
    553    getwc
    554    getwchar
    555    putwc
    556    putwchar
    557    ungetwc
    558    _rpmatch
    559    strfmon
    560    _csid
    561    _wcsid
    562    ismccollel
    563    strtocoll
    564    colltostr
    565    collequiv
    566    collrange
    567    collorder
    568    cclass
    569    maxcoll
    570    getmccoll
    571    getwmccoll
    572    localdtconv
    573    iconv_open
    574    iconv
    575    iconv_close
    576 
    577 ; C++ exports
    578    __dl__FPv
    579    __dl__FPvPCcUi
    580 ;
    581 
    582 ; operator new() void* __nw__FUi(void* p1)
    583 ;   __nw__FUi
    584 
    585    __nw__FUiPv
    586    __nw__FUiPCcT1
    587    __nw__FUiPCcT1Pv
    588 ;
    589    __vec__assign
    590    __vec__copy
    591    __vec__debug__delete2
    592    __vec__delete2
    593    __vec__new2
    594    __vec__new__place
    595 ;
    596    __CatchMatch
    597    __CleanupCatch
    598    __CurrentException
    599    __get_frame_ptr
    600    __Invoke__Delete
    601    __Invoke__Destructor
    602    __PureVirtualCalled
    603    __RestoreRegsAndJump
    604    __ReThrow
    605    __set_frame_ptr
    606    __Throw
    607 ;
    608    _set_mt_new_handler__FPFv_v
    609    _set_mt_terminate__FPFv_v
    610    _set_mt_unexpected__FPFv_v
    611 ;
    612    set_new_handler__FPFv_v
    613    set_terminate__FPFv_v
    614    set_unexpected__FPFv_v
    615    terminate__Fv
    616    unexpected__Fv
    617 ;
    618    __compute_embedded
    619    __deleteSomObject
    620    __wDestructSOMBase
    621    __dl__FP9SOMObject
    622    __dl__FP9SOMObjectPCcUi
    623    __nw__FP8SOMClassUi
    624    __nw__FP8SOMClassUiPv
    625    __nw__FP8SOMClassUiPCcT2
    626    __nw__FP8SOMClassUiPCcT2Pv
    627    __setup_embedded
    628    __SOMEnv
    629    __vec__copy__som
    630    __vec__new__place__som
    631    __vec__new__som
    632       __ct__13Iostream_initFv
    633       stdstatus__13Iostream_init
    634       cout
    635       clog
    636       initcount__13Iostream_init
    637       cin
    638       __dt__13Iostream_initFv
    639       cerr
    640       get_complicated__7istreamFRUc
    641       eatwhite__7istreamFv
    642       putback__7istreamFc
    643       xget__7istreamFPc
    644       rs_complicated__7istreamFRSc
    645       __rs__7istreamFPUc
    646       __rs__7istreamFPc
    647       get_complicated__7istreamFRc
    648       get_complicated__7istreamFRSc
    649       __rs__7istreamFPSc
    650       rs_complicated__7istreamFRc
    651       rs_complicated__7istreamFRUc
    652       __ls__7ostreamFPCv
    653       __ls__7ostreamFPCSc
    654       ls_complicated__7ostreamFUc
    655       __ls__7ostreamFi
    656       __ls__7ostreamFP9streambuf
    657       ls_complicated__7ostreamFc
    658       __ls__7ostreamFl
    659       __ls__7ostreamFUi
    660       __ls__7ostreamFPCc
    661       ls_complicated__7ostreamFSc
    662       __ls__7ostreamFPCUc
    663       __ls__7ostreamFUl
    664       complicated_put__7ostreamFc
    665       endl__FR7ostream
    666       __ls__7ostreamFPFR3ios_R3ios
    667       ws__FR7istream
    668       resetiosflags__Fl
    669       setw__Fi
    670       flush__FR7ostream
    671       dec__FR3ios
    672       setfill__Fi
    673       setprecision__Fi
    674       hex__FR3ios
    675       oct__FR3ios
    676       __rs__7istreamFPFR3ios_R3ios
    677       setiosflags__Fl
    678       ends__FR7ostream
    679       setbase__Fi
    680       inf_special_in__7istreamFP9streambuf
    681       nan_special_in__7istreamFP9streambuf
    682       __rs__7istreamFRr
    683       __rs__7istreamFRd
    684       __rs__7istreamFRf
    685       __vft7ostream3ios_10ostrstream
    686       __vft7ostream3ios_9strstream8iostream
    687       __ct__10ostrstreamFPSciT2
    688       pcount__10ostrstreamFv
    689       __ct__10istrstreamFPCc
    690       __vft9strstream3ios
    691       __vft13strstreambase3ios
    692       __vft10ostrstream3ios
    693       __ct__10istrstreamFPCSc
    694       __ct__12strstreambufFPUciT1
    695       __vtt13strstreambase
    696       __vft13strstreambase3ios_9strstream
    697       __vft13strstreambase
    698       __ct__13strstreambaseFPciT1
    699       __ct__12strstreambufFi
    700       __ct__10istrstreamFPCci
    701       __ct__10istrstreamFPCUci
    702       __ct__12strstreambufFv
    703       __ct__10istrstreamFPc
    704       __vft10istrstream3ios
    705       __ct__10istrstreamFPSc
    706       freeze__12strstreambufFi
    707       __vtt9strstream
    708       __vft8iostream3ios_9strstream
    709       __vft7istream3ios_9strstream8iostream
    710       __ct__10istrstreamFPSci
    711       __ct__13strstreambaseFv
    712       str__9strstreamFv
    713       str__10ostrstreamFv
    714       __vft12strstreambuf9streambuf
    715       __ct__9strstreamFPciT2
    716       __ct__9strstreamFPUciT2
    717       __ct__10istrstreamFPCUc
    718       init__12strstreambufFPciT1
    719       __vtt10istrstream
    720       __vft7istream3ios_10istrstream
    721       __vft13strstreambase3ios_10ostrstream
    722       __ct__12strstreambufFPFl_PvPFPv_v
    723       __ct__10ostrstreamFv
    724       __ct__10ostrstreamFPciT2
    725       __ct__10ostrstreamFPUciT2
    726       __ct__10istrstreamFPUc
    727       __ct__12strstreambufFPciT1
    728       __vtt10ostrstream
    729       __vft13strstreambase3ios_10istrstream
    730       __ct__12strstreambufFPSciT1
    731       __ct__10istrstreamFPci
    732       __ct__10istrstreamFPUci
    733       __ct__10istrstreamFPCSci
    734       str__12strstreambufFv
    735       rdbuf__13strstreambaseFv
    736       pcount__12strstreambufFv
    737       __ct__9strstreamFv
    738       __ct__9strstreamFPSciT2
    739       setbuf__12strstreambufFPci
    740       __dt__12strstreambufFv
    741       overflow__12strstreambufFi
    742       underflow__12strstreambufFv
    743       __dt__13strstreambaseFv
    744       __dt__10ostrstreamFv
    745       __dt__9strstreamFv
    746       seekoff__12strstreambufFlQ2_3ios8seek_diri
    747       doallocate__12strstreambufFv
    748       __dt__10istrstreamFv
    749       getline__7istreamFPScic
    750       ignore__7istreamFiT1
    751       __rs__7istreamFP9streambuf
    752       get__7istreamFPcic
    753       getline__7istreamFPcic
    754       get__7istreamFPUcic
    755       get__7istreamFR9streambufc
    756       getline__7istreamFPUcic
    757       read__7istreamFPci
    758       gcount__7istreamFv
    759       get__7istreamFPScic
    760       __rs__7istreamFRl
    761       __rs__7istreamFRUi
    762       __rs__7istreamFRs
    763       __rs__7istreamFRUl
    764       __rs__7istreamFRi
    765       __rs__7istreamFRUs
    766       __ct__8stdiobufFP6__file
    767       rdbuf__11stdiostreamFv
    768       __ct__11stdiostreamFP6__file
    769       __vft11stdiostream3ios
    770       __vft8stdiobuf9streambuf
    771       overflow__8stdiobufFi
    772       seekoff__8stdiobufFlQ2_3ios8seek_diri
    773       __dt__11stdiostreamFv
    774       pbackfail__8stdiobufFi
    775       __dt__8stdiobufFv
    776       underflow__8stdiobufFv
    777       sync__8stdiobufFv
    778       setbuf__9streambufFPUci
    779       __ct__9streambufFv
    780       __ct__9streambufFPci
    781       x_snextc__9streambufFv
    782       __vft9streambuf
    783       xsgetn__9streambufFPci
    784       sync__9streambufFv
    785       seekpos__9streambufFli
    786       doallocate__9streambufFv
    787       seekoff__9streambufFlQ2_3ios8seek_diri
    788       xsputn__9streambufFPCci
    789       setbuf__9streambufFPci
    790       pbackfail__9streambufFi
    791       overflow__9streambufFi
    792       __dt__9streambufFv
    793       underflow__9streambufFv
    794       last_op__7filebufFv
    795       open__7filebufFPCciT2
    796       __ct__7filebufFi
    797       openprot__7filebuf
    798       attach__7filebufFi
    799       detach__7filebufFv
    800       close__7filebufFv
    801       __ct__7filebufFiPcT1
    802       __ct__7filebufFv
    803       __vft7filebuf9streambuf
    804       seekoff__7filebufFlQ2_3ios8seek_diri
    805       overflow__7filebufFi
    806       __dt__7filebufFv
    807       setbuf__7filebufFPci
    808       underflow__7filebufFv
    809       sync__7filebufFv
    810       str__FPCci
    811       oct__Fli
    812       hex__Fli
    813       dec__Fli
    814       __ct__7istreamFP9streambufiP7ostream
    815       setbuf__9streambufFPciT2
    816       __ct__7ostreamFiPc
    817       __ct__7istreamFiT1P7ostream
    818       __ct__9streambufFPciT2
    819       WS__FR7istream
    820       form__FPCce
    821       __ct__7istreamFiPcT1
    822       chr__FiT1
    823       skip__3iosFi
    824       eatwhite__FR7istream
    825       __ct__7ostreamFi
    826       dbp__9streambufFv
    827       sync_with_stdio__3iosFv
    828       _is_fd_open__Fi
    829       _MAKE_LDBL_POSITIVE
    830       _INF_LEN
    831       _IEEE_DBL_ALL_EXP_MASK
    832       _IEEE_LDBL_INF_MASK
    833       _LC_INFINITY_STR
    834       _LC_INF_STR
    835       _NAN_STR
    836       _MAKE_DBL_POSITIVE
    837       _LC_NAN_STR
    838       _NAN_LEN
    839       _INFINITY_LEN
    840       _IEEE_DBL_SIGN_NEG_MASK
    841       _IEEE_DBL_INF_MASK
    842       _INFINITY_STR
    843       _INF_STR
    844       _IEEE_LDBL_SIGN_NEG_MASK
    845       _IEEE_LDBL_ALL_EXP_MASK
    846       __ls__7ostreamFd
    847       __ls__7ostreamFr
    848       __ls__7ostreamFf
    849       __rs__7istreamFRw
    850       __rs__7istreamFPw
    851       get__7istreamFRw
    852       __ls__7ostreamFPCw
    853       wchar_out__7ostreamFiPcT1
    854       __ls__7ostreamFw
    855       __ct__8ifstreamFiPcT1
    856       __vtt7fstream
    857       __vft7ostream3ios_7fstream8iostream
    858       __vft11fstreambase3ios_7fstream
    859       open__11fstreambaseFPCciT2
    860       __ct__7fstreamFPCciT2
    861       __vft8ofstream3ios
    862       __vft7fstream3ios
    863       __ct__11fstreambaseFi
    864       __vtt8ofstream
    865       __vft8iostream3ios_7fstream
    866       __vft11fstreambase3ios_8ifstream
    867       __ct__7fstreamFiPcT1
    868       __ct__7fstreamFi
    869       __ct__11fstreambaseFPCciT2
    870       detach__11fstreambaseFv
    871       close__11fstreambaseFv
    872       __ct__8ofstreamFv
    873       __ct__11fstreambaseFiPcT1
    874       setbuf__11fstreambaseFPci
    875       __vft7istream3ios_8ifstream
    876       __vft11fstreambase3ios_8ofstream
    877       __ct__8ofstreamFiPcT1
    878       __ct__8ifstreamFv
    879       open__8ofstreamFPCciT2
    880       verify__11fstreambaseFi
    881       attach__11fstreambaseFi
    882       __vft7ostream3ios_8ofstream
    883       __vft7istream3ios_7fstream8iostream
    884       __ct__8ofstreamFi
    885       open__8ifstreamFPCciT2
    886       __ct__8ofstreamFPCciT2
    887       __vft11fstreambase3ios
    888       __vft8ifstream3ios
    889       __ct__8ifstreamFi
    890       __vtt8ifstream
    891       __vtt11fstreambase
    892       __vft11fstreambase
    893       __ct__11fstreambaseFv
    894       open__7fstreamFPCciT2
    895       __ct__8ifstreamFPCciT2
    896       __ct__7fstreamFv
    897       __dt__8ofstreamFv
    898       __dt__7fstreamFv
    899       __dt__8ifstreamFv
    900       __dt__11fstreambaseFv
    901       unsetf__3iosFl
    902       do_ipfx__7istreamFi
    903       pword__3iosFi
    904       __as__18ostream_withassignFR7ostream
    905       __ct__3iosFP9streambuf
    906       xalloc__3iosFv
    907       __ct__8iostreamFP9streambuf
    908       __ct__7ostreamFP9streambuf
    909       __ct__7istreamFv
    910       basefield__3ios
    911       __vft8iostream3ios
    912       flags__3iosFl
    913       precision__3iosFi
    914       __vtt8iostream
    915       __vtt7ostream
    916       __vft7ostream3ios_8iostream
    917       __vft7istream
    918       init__3iosFP9streambuf
    919       do_osfx__7ostreamFv
    920       __vtt19iostream_withassign
    921       __vtt18istream_withassign
    922       __ct__8iostreamFv
    923       __ct__3iosFv
    924       __ct__19iostream_withassignFv
    925       __as__18istream_withassignFP9streambuf
    926       __as__19iostream_withassignFR3ios
    927       stdioflush__3ios
    928       nextword__3ios
    929       floatfield__3ios
    930       __vft7ostream3ios
    931       __vft19iostream_withassign3ios
    932       __vft18ostream_withassign3ios
    933       seekp__7ostreamFl
    934       setf__3iosFl
    935       setf__3iosFlT1
    936       __vft7istream3ios_8iostream
    937       __vft7istream3ios_19iostream_withassign8iostream
    938       __ct__7ostreamFv
    939       tellg__7istreamFv
    940       flush__7ostreamFv
    941       __vft8iostream3ios_19iostream_withassign
    942       __vft7ostream3ios_18ostream_withassign
    943       __vft7istream3ios_18istream_withassign
    944       __ct__18istream_withassignFv
    945       fill__3iosFc
    946       adjustfield__3ios
    947       __vft3ios
    948       __ct__3iosFR3ios
    949       __as__18istream_withassignFR7istream
    950       uresize__3iosFi
    951       iword__3iosFi
    952       __vft7ostream
    953       __ct__7istreamFP9streambuf
    954       __vtt18ostream_withassign
    955       __as__3iosFR3ios
    956       nextbit__3ios
    957       seekg__7istreamFl
    958       tie__3iosFP7ostream
    959       __vtt7istream
    960       __vft7ostream3ios_19iostream_withassign8iostream
    961       tellp__7ostreamFv
    962       seekp__7ostreamFlQ2_3ios8seek_dir
    963       seekg__7istreamFlQ2_3ios8seek_dir
    964       do_opfx__7ostreamFv
    965       bitalloc__3iosFv
    966       __ct__18ostream_withassignFv
    967       __as__19iostream_withassignFP9streambuf
    968       __as__18ostream_withassignFP9streambuf
    969       __vft7istream3ios
    970       __vft18istream_withassign3ios
    971       __dt__3iosFv
    972       __dt__19iostream_withassignFv
    973       __dt__7istreamFv
    974       __dt__8iostreamFv
    975       __dt__7ostreamFv
    976       __dt__18ostream_withassignFv
    977       __dt__18istream_withassignFv
    978 
    979 ; @@@AH manually added
    980 
    981       __ctordtorInit
    982       __ctordtorTerm
    983       _dllentry
    984       _Exception_CPP
    985       __ctdtused
    986       _DLL_InitTerm
    987 ;      _exeentry
     53
     54
     55
     56; original exports
     57    __ct__8ifstreamFPCciT2                             @1
     58    _dump_allocated_delta                              @2
     59    __ct__8ofstreamFPCciT2                             @3
     60    __ct__9streambufFPciT2                             @4
     61    __ct__9strstreamFPciT2                             @5
     62    _IEEE_LDBL_INF_MASK                                @6
     63    __RestoreRegsAndJump                               @7
     64    init__3iosFP9streambuf                             @8
     65    _exception_procinit                                @9
     66    __ct__3iosFP9streambuf                             @10
     67    __Invoke__Destructor                               @11
     68    underflow__7filebufFv                              @12
     69    __nw__FP8SOMClassUiPv                              @13
     70    __ct__10istrstreamFPCc                             @14
     71    overflow__9streambufFi                             @15
     72    __ct__12strstreambufFi                             @16
     73    __ct__10istrstreamFPci                             @17
     74    __ct__10istrstreamFPSc                             @18
     75    __ct__10istrstreamFPUc                             @19
     76    getline__7istreamFPcic                             @20
     77    __ct__12strstreambufFv                             @21
     78    seekpos__9streambufFli                             @22
     79    __as__19iostream_withassignFR3ios                  @23
     80    __dt__12strstreambufFv                             @24
     81    fill__3iosFc                                       @25
     82    skip__3iosFi                                       @26
     83    seekg__7istreamFlQ2_3ios8seek_dir                  @27
     84    seekp__7ostreamFlQ2_3ios8seek_dir                  @28
     85    setf__3iosFl                                       @29
     86    __ct__3iosFv                                       @30
     87    _getcheused                                        @31
     88    set_terminate__FPFv_v                              @32
     89    __dt__3iosFv                                       @33
     90    pcount__10ostrstreamFv                             @34
     91    pbackfail__8stdiobufFi                             @35
     92    __vec__debug__delete2                              @36
     93    _CheckIfMem                                        @37
     94    _fscanfieee                                        @38
     95    x_snextc__9streambufFv                             @39
     96    _heap_check                                        @40
     97    close__11fstreambaseFv                             @41
     98    _filelength                                        @42
     99    rdbuf__11stdiostreamFv                             @43
     100    _sscanfieee                                        @44
     101    __vec__new2                                        @45
     102    xsgetn__9streambufFPci                             @46
     103    _tdump_allocated_delta                             @47
     104    dec__FR3ios                                        @48
     105    setbuf__9streambufFPci                             @49
     106    _udump_allocated_delta                             @50
     107    _IEEE_DBL_ALL_EXP_MASK                             @51
     108    iconv_close                                        @52
     109    _printfieee                                        @53
     110    _ReleaseSem                                        @54
     111    _beginthread                                       @55
     112    setbase__Fi                                        @56
     113    _strtodieee                                        @57
     114    form__FPCce                                        @58
     115    __dump_allocated_delta                             @60
     116    __CatchMatch                                       @61
     117    localdtconv                                        @62
     118    setfill__Fi                                        @63
     119    set_unexpected__FPFv_v                             @64
     120    _LC_INF_STR                                        @65
     121    _RequestSem                                        @66
     122    _LC_NAN_STR                                        @67
     123    underflow__8stdiobufFv                             @68
     124    nl_langinfo                                        @69
     125    _threadstore                                       @70
     126    _scanf_ansi                                        @71
     127    _ungetchused                                       @72
     128    oct__FR3ios                                        @73
     129    _mb_cur_max                                        @74
     130    _swscanfieee                                       @75
     131    _fprintfieee                                       @76
     132    _PGLOBAL_PTR                                       @77
     133    _test_handle                                       @78
     134    hex__FR3ios                                        @79
     135    __ct__9strstreamFPSciT2                            @80
     136    _debug_tfree                                       @81
     137    _uheap_walk                                        @82
     138    _fscanf_ansi                                       @83
     139    _theap_check                                       @84
     140    __ct__9strstreamFPUciT2                            @85
     141    _uheap_check                                       @86
     142    _sprintfieee                                       @87
     143    _ProfileHookVAOptlink32                            @88
     144    _vprintfieee                                       @89
     145    _execle_ansi                                       @90
     146    __ct__12strstreambufFPFl_PvPFPv_v                  @91
     147    _ctype_mask                                        @92
     148    __heap_check                                       @93
     149    _sscanf_ansi                                       @94
     150    setf__3iosFlT1                                     @95
     151    _execl_ansi                                        @96
     152    _printf_ansi                                       @97
     153    nextbit__3ios                                      @98
     154    _PrintErrMsg                                       @99
     155    __vtt7fstream                                     @100
     156    __vft7istream                                     @101
     157    _execlp_ansi                                      @102
     158    _vfprintfieee                                     @103
     159    _spawnl_ansi                                      @104
     160    __vtt7istream                                     @105
     161    __vft13strstreambase3ios                          @106
     162    seekoff__7filebufFlQ2_3ios8seek_diri              @107
     163    _ctype_upper                                      @108
     164    __nw__FUiPv                                       @109
     165    _ctype_lower                                      @110
     166    __vft7ostream                                     @111
     167    _ctype_cmask                                      @112
     168    __vft7filebuf9streambuf                           @113
     169    __vtt7ostream                                     @114
     170    _DosSelToFlat                                     @115
     171    _DosFlatToSel                                     @116
     172    attach__11fstreambaseFi                           @118
     173    _vsprintfieee                                     @120
     174    __theap_check                                     @121
     175    _j0                                               @122
     176    __uheap_check                                     @123
     177    _j1                                               @124
     178    _swprintfieee                                     @125
     179    __ct__13strstreambaseFv                           @126
     180    __dt__13strstreambaseFv                           @127
     181    verify__11fstreambaseFi                           @128
     182    detach__11fstreambaseFv                           @129
     183    _internal_err                                     @130
     184    _execlpe_ansi                                     @131
     185    _swscanf_ansi                                     @132
     186    _INFINITY_LEN                                     @133
     187    __ct__10istrstreamFPCci                           @134
     188    _spawnle_ansi                                     @135
     189    _fprintf_ansi                                     @136
     190    _spawnlp_ansi                                     @137
     191    _y0                                               @138
     192    flags__3iosFl                                     @139
     193    __ct__10istrstreamFPCSc                           @140
     194    getline__7istreamFPScic                           @141
     195    getline__7istreamFPUcic                           @142
     196    _y1                                               @143
     197    __ct__10istrstreamFPCUc                           @144
     198    __ct__10istrstreamFPSci                           @145
     199    __ct__10istrstreamFPUci                           @146
     200    __ct__13Iostream_initFv                           @147
     201    __ct__8stdiobufFP6__file                          @148
     202    __dt__13Iostream_initFv                           @149
     203    _sprintf_ansi                                     @150
     204    terminate__Fv                                     @151
     205    __vec__copy                                       @152
     206    _ProfileHook32                                    @153
     207    __vft8stdiobuf9streambuf                          @154
     208    _INFINITY_STR                                     @155
     209    _ProfileHook16                                    @156
     210    __ct__11fstreambaseFiPcT1                         @157
     211    __ct__10istrstreamFPCSci                          @158
     212    __ct__10istrstreamFPCUci                          @159
     213    iword__3iosFi                                     @160
     214    nextword__3ios                                    @161
     215    pword__3iosFi                                     @162
     216    __vft7istream3ios_7fstream8iostream               @163
     217    __ct__10ostrstreamFPciT2                          @164
     218    __CleanupCatch                                    @165
     219    WS__FR7istream                                    @166
     220    ws__FR7istream                                    @167
     221    pbackfail__9streambufFi                           @168
     222    __vec__new__place__som                            @169
     223    __vft7ostream3ios_7fstream8iostream               @170
     224    __vft13strstreambase3ios_10istrstream             @171
     225    __nw__FUiPCcT1                                    @172
     226    __vft13strstreambase3ios_10ostrstream             @173
     227    __ct__10ostrstreamFPSciT2                         @174
     228    freeze__12strstreambufFi                          @175
     229    __ct__10ostrstreamFPUciT2                         @176
     230    __vec__assign                                     @177
     231    open__11fstreambaseFPCciT2                        @178
     232    setbuf__11fstreambaseFPci                         @179
     233    _debug_tcalloc                                    @180
     234    _debug_ucalloc                                    @181
     235    doallocate__9streambufFv                          @183
     236    _debug_tmalloc                                    @184
     237    _debug_umalloc                                    @185
     238    __vtt8ifstream                                    @186
     239    unexpected__Fv                                    @187
     240    xalloc__3iosFv                                    @188
     241    __vtt8iostream                                    @189
     242    pcount__12strstreambufFv                          @190
     243    __ct__11fstreambaseFPCciT2                        @191
     244    log                                               @192
     245    __dl__FP9SOMObjectPCcUi                           @193
     246    _debug_heapmin                                    @194
     247    setbuf__9streambufFPUci                           @195
     248    fabs                                              @196
     249    _vswprintfieee                                    @197
     250    cin                                               @198
     251    tan                                               @199
     252    __vec__delete2                                    @200
     253    __dl__FPvPCcUi                                    @201
     254    labs                                              @202
     255    abs                                               @203
     256    __vtt8ofstream                                    @204
     257    _spawnlpe_ansi                                    @205
     258    rdbuf__13strstreambaseFv                          @206
     259    _mig_eib_store                                    @207
     260    sin                                               @208
     261    xsputn__9streambufFPCci                           @209
     262    atan                                              @210
     263    ceil                                              @211
     264    unsetf__3iosFl                                    @212
     265    _jn                                               @213
     266    __vtt18istream_withassign                         @214
     267    cos                                               @215
     268    div                                               @216
     269    modf                                              @217
     270    __vtt18ostream_withassign                         @218
     271    ldiv                                              @220
     272    exp                                               @221
     273    init__12strstreambufFPciT1                        @222
     274    __vft13strstreambase3ios_9strstream               @223
     275    sync_with_stdio__3iosFv                           @224
     276    _swprintf_ansi                                    @225
     277    __nw__FP8SOMClassUiPCcT2                          @226
     278    __tdump_allocated_delta                           @227
     279    acos                                              @228
     280    rand                                              @229
     281    feof                                              @230
     282    __udump_allocated_delta                           @231
     283    tanh                                              @232
     284    asin                                              @233
     285    setbuf__9streambufFPciT2                          @234
     286    _yn                                               @235
     287    pow                                               @236
     288    clog                                              @237
     289    time                                              @238
     290    underflow__9streambufFv                           @239
     291    cerr                                              @240
     292    fmod                                              @241
     293    log10                                             @242
     294    sinh                                              @243
     295    getc                                              @244
     296    exit                                              @245
     297    __ct__12strstreambufFPciT1                        @246
     298    atan2                                             @247
     299    atof                                              @248
     300    atoi                                              @249
     301    gets                                              @250
     302    atol                                              @251
     303    cosh                                              @252
     304    _erf                                              @253
     305    _IEEE_LDBL_SIGN_NEG_MASK                          @254
     306    cout                                              @255
     307    _EXE_Exception                                    @256
     308    _dup                                              @257
     309    sqrt                                              @258
     310    scanf                                             @259
     311    putc                                              @260
     312    puts                                              @261
     313    fgetc                                             @262
     314    _ProfileThrow32                                   @263
     315    _cabs                                             @264
     316    fread                                             @265
     317    ldexp                                             @266
     318    fgets                                             @267
     319    srand                                             @268
     320    raise                                             @269
     321    _IEEE_DBL_SIGN_NEG_MASK                           @270
     322    fseek                                             @271
     323    mblen                                             @272
     324    ftell                                             @273
     325    _ecvt                                             @274
     326    set_new_handler__FPFv_v                           @275
     327    _dup2                                             @276
     328    _fcvt                                             @277
     329    _gcvt                                             @278
     330    frexp                                             @279
     331    ctime                                             @280
     332    _read                                             @281
     333    stdin                                             @282
     334    abort                                             @283
     335    __vft7istream3ios_9strstream8iostream             @284
     336    clock                                             @285
     337    iconv                                             @286
     338    _wait                                             @287
     339    inf_special_in__7istreamFP9streambuf              @288
     340    _tell                                             @289
     341    getwc                                             @290
     342    __ct__7istreamFP9streambufiP7ostream              @291
     343    floor                                             @292
     344    fopen                                             @293
     345    __vft7ostream3ios_9strstream8iostream             @294
     346    wctob                                             @295
     347    _erfc                                             @296
     348    nan_special_in__7istreamFP9streambuf              @297
     349    __fac                                             @298
     350    _csid                                             @299
     351    overflow__12strstreambufFi                        @300
     352    __eof                                             @301
     353    __ct__7istreamFP9streambuf                        @302
     354    __ct__7ostreamFP9streambuf                        @303
     355    wchar_out__7ostreamFiPcT1                         @304
     356    fputc                                             @305
     357    _itoa                                             @306
     358    _IEEE_LDBL_ALL_EXP_MASK                           @307
     359    _open                                             @308
     360    _ltoa                                             @309
     361    qsort                                             @310
     362    fputs                                             @311
     363    __as__18istream_withassignFR7istream              @312
     364    putwc                                             @313
     365    get__7istreamFR9streambufc                        @314
     366    _exit                                             @315
     367    _swab                                             @316
     368    seekoff__9streambufFlQ2_3ios8seek_diri            @317
     369    __ls__7ostreamFP9streambuf                        @318
     370    __vtt19iostream_withassign                        @319
     371    __as__18ostream_withassignFR7ostream              @320
     372    _stat                                             @321
     373    __as__3iosFR3ios                                  @322
     374    __ct__3iosFR3ios                                  @323
     375    __ct__7filebufFi                                  @324
     376    __rs__7istreamFP9streambuf                        @325
     377    __ct__7filebufFv                                  @326
     378    __dt__7filebufFv                                  @327
     379    sync__7filebufFv                                  @328
     380    _ProfileUnwind32                                  @329
     381    seekoff__8stdiobufFlQ2_3ios8seek_diri             @330
     382    uresize__3iosFi                                   @331
     383    _ilog2                                            @332
     384    bitalloc__3iosFv                                  @333
     385    setbuf__12strstreambufFPci                        @334
     386    __ct__7fstreamFi                                  @335
     387    __ct__7ostreamFi                                  @336
     388    _gamma                                            @337
     389    __ct__7fstreamFv                                  @338
     390    __ct__7istreamFv                                  @339
     391    __dt__7fstreamFv                                  @340
     392    __ct__7ostreamFv                                  @341
     393    __dt__7istreamFv                                  @342
     394    fgetwc                                            @343
     395    __dt__7ostreamFv                                  @344
     396    _set_mt_terminate__FPFv_v                         @345
     397    fscanf                                            @347
     398    __vtt10istrstream                                 @348
     399    __ct__13strstreambaseFPciT1                       @349
     400    __vtt10ostrstream                                 @350
     401    _getch                                            @352
     402    sscanf                                            @353
     403    fclose                                            @354
     404    signal                                            @355
     405    _chmod                                            @356
     406    _dump_allocated                                   @357
     407    __vft9streambuf                                   @358
     408    _debug_trealloc                                   @359
     409    __ls__7ostreamFd                                  @360
     410    __ls__7ostreamFf                                  @361
     411    __ls__7ostreamFi                                  @362
     412    _lfind                                            @363
     413    ungetc                                            @364
     414    __ls__7ostreamFl                                  @365
     415    ls_complicated__7ostreamFc                        @366
     416    rename                                            @367
     417    __ls__7ostreamFr                                  @368
     418    fgetws                                            @369
     419    fflush                                            @370
     420    __ls__7ostreamFw                                  @371
     421    _kbhit                                            @372
     422    cclass                                            @373
     423    _wcsid                                            @374
     424    _chdir                                            @375
     425    _tfree                                            @376
     426    remove                                            @377
     427    memchr                                            @378
     428    get__7istreamFRw                                  @379
     429    _close                                            @380
     430    memcmp                                            @381
     431    atexit                                            @382
     432    xget__7istreamFPc                                 @383
     433    endl__FR7ostream                                  @384
     434    _mheap                                            @385
     435    _cgets                                            @386
     436    _MemoryFileUsed                                   @387
     437    _debug_theapmin                                   @388
     438    ends__FR7ostream                                  @389
     439    printf                                            @390
     440    _debug_uheapmin                                   @391
     441    mbrlen                                            @392
     442    memset                                            @393
     443    stderr                                            @394
     444    wctomb                                            @395
     445    mbtowc                                            @396
     446    __nw__FP8SOMClassUiPCcT2Pv                        @397
     447    adjustfield__3ios                                 @398
     448    _Flush                                            @399
     449    wcstod                                            @400
     450    gmtime                                            @401
     451    _atold                                            @402
     452    mktime                                            @403
     453    memcpy                                            @404
     454    __vft7fstream3ios                                 @405
     455    setbuf                                            @406
     456    stdout                                            @407
     457    wcslen                                            @408
     458    tmpnam                                            @409
     459    rewind                                            @410
     460    wctype                                            @411
     461    wcscat                                            @412
     462    _mkdir                                            @413
     463    ferror                                            @414
     464    _ultoa                                            @415
     465    __vft7istream3ios_19iostream_withassign8iostream  @416
     466    _ftime                                            @417
     467    wcschr                                            @418
     468    __dt__8stdiobufFv                                 @419
     469    wcscmp                                            @420
     470    wcstok                                            @421
     471    _creat                                            @422
     472    wcstol                                            @423
     473    __vft7istream3ios                                 @424
     474    _ctype                                            @425
     475    wcswcs                                            @426
     476    getenv                                            @427
     477    perror                                            @428
     478    wcsspn                                            @429
     479    fwrite                                            @430
     480    sync__8stdiobufFv                                 @431
     481    setjmp                                            @432
     482    _Fmprs                                            @433
     483    _lseek                                            @434
     484    fputwc                                            @435
     485    _Fnprs                                            @436
     486    strtod                                            @437
     487    _rmdir                                            @438
     488    _errno                                            @439
     489    _umask                                            @440
     490    _execl                                            @441
     491    _cputs                                            @442
     492    _sopen                                            @443
     493    _fstat                                            @444
     494    strlen                                            @445
     495    wcsstr                                            @446
     496    __nw__FUiPCcT1Pv                                  @447
     497    wcscpy                                            @448
     498    __vft7ostream3ios_19iostream_withassign8iostream  @449
     499    strcat                                            @450
     500    _msize                                            @451
     501    _rmtmp                                            @452
     502    _uopen                                            @453
     503    setiosflags__Fl                                   @454
     504    _putch                                            @455
     505    strchr                                            @456
     506    strcmp                                            @457
     507    strtok                                            @458
     508    stdstatus__13Iostream_init                        @459
     509    _cwait                                            @460
     510    __vft7ostream3ios                                 @461
     511    strtol                                            @462
     512    _utime                                            @463
     513    __ct__8ifstreamFi                                 @464
     514    dbp__9streambufFv                                 @465
     515    _write                                            @466
     516    _upool                                            @467
     517    strspn                                            @468
     518    __ct__8ofstreamFi                                 @469
     519    strset                                            @470
     520    system                                            @471
     521    _execv                                            @473
     522    strrev                                            @474
     523    initcount__13Iostream_init                        @475
     524    floatfield__3ios                                  @476
     525    __ct__12strstreambufFPSciT1                       @477
     526    fputws                                            @478
     527    strupr                                            @479
     528    __ct__8ifstreamFv                                 @480
     529    _set_mt_unexpected__FPFv_v                        @481
     530    basefield__3ios                                   @482
     531    strlwr                                            @483
     532    strstr                                            @484
     533    __ct__8ofstreamFv                                 @485
     534    strcpy                                            @486
     535    __dt__8ifstreamFv                                 @487
     536    __ct__12strstreambufFPUciT1                       @488
     537    __dt__8ofstreamFv                                 @489
     538    __vtt9strstream                                   @490
     539    __ct__8iostreamFv                                 @491
     540    __vft7istream3ios_18istream_withassign            @492
     541    __dt__8iostreamFv                                 @493
     542    __get_frame_ptr                                   @494
     543    _hypot                                            @495
     544    stdioflush__3ios                                  @496
     545    setprecision__Fi                                  @497
     546    __ls__7ostreamFUi                                 @498
     547    __setup_embedded                                  @499
     548    __ls__7ostreamFUl                                 @500
     549    __vft7istream3ios_8ifstream                       @501
     550    __rs__7istreamFPc                                 @502
     551    _tzset                                            @503
     552    _critlib_except                                   @504
     553    __rs__7istreamFRd                                 @505
     554    __rs__7istreamFRf                                 @506
     555    __vft7ostream3ios_18ostream_withassign            @507
     556    __vft7istream3ios_8iostream                       @508
     557    __rs__7istreamFRi                                 @509
     558    __rs__7istreamFRl                                 @510
     559    __vft11fstreambase                                @511
     560    __EDCThunkProlog                                  @512
     561    _is_fd_open__Fi                                   @513
     562    _ipmd_heap_check                                  @514
     563    __rs__7istreamFRr                                 @515
     564    __rs__7istreamFRs                                 @516
     565    __vtt11fstreambase                                @517
     566    __rs__7istreamFPw                                 @518
     567    __rs__7istreamFRw                                 @519
     568    __vft7ostream3ios_8ofstream                       @520
     569    _tdump_allocated                                  @521
     570    __set_frame_ptr                                   @522
     571    _udump_allocated                                  @523
     572    __vft7ostream3ios_8iostream                       @524
     573    _LC_INFINITY_STR                                  @525
     574    _ctype_upperidx                                   @526
     575    _ctype_loweridx                                   @527
     576    __dump_allocated                                  @528
     577    __Invoke__Delete                                  @529
     578    __ct__8iostreamFP9streambuf                       @530
     579    read__7istreamFPci                                @531
     580    __ct__7istreamFiT1P7ostream                       @532
     581    __EDC3216                                         @533
     582    _ctype_ctypeidx                                   @534
     583    __deleteSomObject                                 @535
     584    __vft8ifstream3ios                                @536
     585    __ls__7ostreamFPFR3ios_R3ios                      @537
     586    __vft8iostream3ios                                @538
     587    _callback_opt_sys                                 @539
     588    __as__18istream_withassignFP9streambuf            @540
     589    __as__18ostream_withassignFP9streambuf            @541
     590    openprot__7filebuf                                @542
     591    str__9strstreamFv                                 @543
     592    flush__FR7ostream                                 @544
     593    __rs__7istreamFPFR3ios_R3ios                      @545
     594    __vft8ofstream3ios                                @546
     595    close__7filebufFv                                 @547
     596    seekg__7istreamFl                                 @548
     597    __ct__11stdiostreamFP6__file                      @549
     598    _clear87                                          @550
     599    seekp__7ostreamFl                                 @551
     600    __ct__7ostreamFiPc                                @552
     601    complicated_put__7ostreamFc                       @553
     602    __vft12strstreambuf9streambuf                     @554
     603    precision__3iosFi                                 @555
     604    resetiosflags__Fl                                 @556
     605    __tdump_allocated                                 @557
     606    __vft8iostream3ios_7fstream                       @558
     607    tellg__7istreamFv                                 @559
     608    __udump_allocated                                 @560
     609    __ls__7ostreamFPCc                                @561
     610    get__7istreamFPcic                                @562
     611    __ct__9streambufFv                                @563
     612    __ct__9strstreamFv                                @564
     613    __dt__9streambufFv                                @565
     614    __dt__9strstreamFv                                @566
     615    tellp__7ostreamFv                                 @567
     616    sync__9streambufFv                                @568
     617    get_complicated__7istreamFRc                      @569
     618    doallocate__12strstreambufFv                      @570
     619    __rs__7istreamFPSc                                @571
     620    __ls__7ostreamFPCv                                @572
     621    __rs__7istreamFPUc                                @573
     622    __ls__7ostreamFPCw                                @574
     623    flush__7ostreamFv                                 @575
     624    __vec__new__som                                   @576
     625    __vft18istream_withassign3ios                     @577
     626    __rs__7istreamFRUi                                @578
     627    __vft18ostream_withassign3ios                     @579
     628    __rs__7istreamFRUl                                @580
     629    __ct__18istream_withassignFv                      @581
     630    __dt__18istream_withassignFv                      @582
     631    isalpha                                           @584
     632    __ct__18ostream_withassignFv                      @585
     633    __rs__7istreamFRUs                                @586
     634    __dt__18ostream_withassignFv                      @587
     635    regexec                                           @588
     636    regfree                                           @589
     637    _ddused                                           @590
     638    _eh_add                                           @591
     639    _getche                                           @592
     640    asctime                                           @593
     641    __vec__copy__som                                  @594
     642    bsearch                                           @595
     643    __compute_embedded                                @596
     644    _getpid                                           @597
     645    isblank                                           @598
     646    _getcwd                                           @599
     647    rs_complicated__7istreamFRc                       @600
     648    __dl__FP9SOMObject                                @601
     649    __ct__19iostream_withassignFv                     @602
     650    detach__7filebufFv                                @603
     651    attach__7filebufFi                                @604
     652    _fdopen                                           @605
     653    get_complicated__7istreamFRSc                     @606
     654    isgraph                                           @607
     655    __dt__19iostream_withassignFv                     @608
     656    get_complicated__7istreamFRUc                     @609
     657    _eh_del                                           @610
     658    ls_complicated__7ostreamFSc                       @611
     659    freopen                                           @612
     660    ls_complicated__7ostreamFUc                       @613
     661    ungetwc                                           @614
     662    isspace                                           @615
     663    _chsize                                           @616
     664    wcrtomb                                           @617
     665    memmove                                           @618
     666    __vec__new__place                                 @619
     667    gcount__7istreamFv                                @620
     668    regcomp                                           @621
     669    _uclose                                           @622
     670    isalnum                                           @623
     671    _access                                           @624
     672    tmpfile                                           @625
     673    _IEEE_DBL_INF_MASK                                @626
     674    _cscanf                                           @627
     675    iscntrl                                           @628
     676    mbrtowc                                           @629
     677    fgetpos                                           @630
     678    memicmp                                           @631
     679    isdigit                                           @632
     680    seekoff__12strstreambufFlQ2_3ios8seek_diri        @633
     681    catopen                                           @634
     682    _heapchk                                          @635
     683    _fileno                                           @636
     684    getchar                                           @637
     685    _MAKE_DBL_POSITIVE                                @638
     686    __vft19iostream_withassign3ios                    @639
     687    _uaddmem                                          @640
     688    dec__Fli                                          @641
     689    _execle                                           @642
     690    _osmode                                           @643
     691    setvbuf                                           @644
     692    getwchar                                          @645
     693    difftime                                          @646
     694    fprintf                                           @647
     695    wcscoll                                           @648
     696    _uflush                                           @649
     697    wcspbrk                                           @650
     698    strtold                                           @651
     699    fsetpos                                           @652
     700    _FreeFCB                                          @653
     701    wcsncat                                           @654
     702    __vft8iostream3ios_9strstream                     @655
     703    maxcoll                                           @656
     704    _heapset                                          @657
     705    _NAN_LEN                                          @658
     706    _tempnam                                          @659
     707    _heapmin                                          @660
     708    wcwidth                                           @661
     709    longjmp                                           @662
     710    _InitFCB                                          @663
     711    wcsrchr                                           @664
     712    wcsncmp                                           @665
     713    clearerr                                          @666
     714    sprintf                                           @667
     715    _execve                                           @668
     716    islower                                           @669
     717    vprintf                                           @670
     718    _setmode                                          @671
     719    mbsinit                                           @672
     720    catgets                                           @673
     721    tolower                                           @674
     722    wcsxfrm                                           @675
     723    memccpy                                           @676
     724    __goscan                                          @677
     725    strcmpi                                           @678
     726    wcscspn                                           @679
     727    _unlink                                           @680
     728    __as__19iostream_withassignFP9streambuf           @681
     729    underflow__12strstreambufFv                       @682
     730    _matherr                                          @683
     731    strcoll                                           @684
     732    wcstoul                                           @685
     733    strpbrk                                           @686
     734    putchar                                           @687
     735    ispunct                                           @688
     736    __CurrentException                                @689
     737    wcstombs                                          @690
     738    strncat                                           @691
     739    __vft7istream3ios_10istrstream                    @692
     740    _getdcwd                                          @693
     741    stricmp                                           @694
     742    _tzname                                           @695
     743    iswspace                                          @696
     744    _tcalloc                                          @697
     745    putwchar                                          @698
     746    regerror                                          @699
     747    _execlp                                           @700
     748    _fltused                                          @701
     749    strrchr                                           @702
     750    strncmp                                           @703
     751    _ucalloc                                          @704
     752    _ucreate                                          @705
     753    _spawnl                                           @706
     754    __getche                                          @707
     755    strfmon                                           @708
     756    mbstowcs                                          @709
     757    _lsearch                                          @710
     758    strxfrm                                           @711
     759    isupper                                           @712
     760    isprint                                           @713
     761    _fpreset                                          @714
     762    _INF_LEN                                          @715
     763    strcspn                                           @716
     764    _assert                                           @717
     765    toupper                                           @718
     766    _onexit                                           @719
     767    _ungetch                                          @720
     768    _rpmatch                                          @721
     769    _fpninit                                          @722
     770    _chdrive                                          @723
     771    strtoul                                           @724
     772    strnset                                           @725
     773    wcsncpy                                           @726
     774    __wDestructSOMBase                                @727
     775    wcsftime                                          @728
     776    __cputs                                           @729
     777    _execvp                                           @730
     778    catclose                                          @731
     779    _loadmod                                          @732
     780    __vft7ostream3ios_10ostrstream                    @733
     781    rs_complicated__7istreamFRSc                      @734
     782    iswdigit                                          @735
     783    _freemod                                          @736
     784    oct__Fli                                          @737
     785    strnicmp                                          @738
     786    isxdigit                                          @739
     787    iswblank                                          @740
     788    iswalpha                                          @741
     789    rs_complicated__7istreamFRUc                      @742
     790    wcswidth                                          @743
     791    iswpunct                                          @744
     792    _environ                                          @745
     793    _InitBuf                                          @746
     794    _tmalloc                                          @747
     795    _makepath                                         @748
     796    _umalloc                                          @749
     797    _spawnv                                           @750
     798    strncpy                                           @751
     799    hex__Fli                                          @752
     800    iswupper                                          @753
     801    strftime                                          @754
     802    vfprintf                                          @755
     803    _ustats                                           @756
     804    _NAN_STR                                          @757
     805    towupper                                          @758
     806    _putenv                                           @759
     807    _cprintf                                          @760
     808    iswgraph                                          @761
     809    strptime                                          @762
     810    _execlpe                                          @763
     811    _osmajor                                          @764
     812    _daylight                                         @765
     813    iswlower                                          @766
     814    _spawnle                                          @767
     815    __dofmto                                          @768
     816    _isatty                                           @769
     817    towlower                                          @770
     818    _spawnlp                                          @771
     819    setw__Fi                                          @772
     820    _exception_dllinit                                @773
     821    chr__FiT1                                         @774
     822    _fgetchar                                         @775
     823    _strdate                                          @776
     824    setlocale                                         @777
     825    iswprint                                          @778
     826    _osminor                                          @779
     827    _strtime                                          @780
     828    localtime                                         @781
     829    getsyntx                                          @782
     830    _execvpe                                          @783
     831    vsprintf                                          @784
     832    _flushall                                         @785
     833    strerror                                          @786
     834    _getdrive                                         @787
     835    _uheapchk                                         @788
     836    _INF_STR                                          @789
     837    __SOMEnv                                          @790
     838    collrange                                         @791
     839    __Throw                                           @792
     840    _atofieee                                         @793
     841    iswalnum                                          @794
     842    _reg_heap                                         @795
     843    collorder                                         @796
     844    iswcntrl                                          @797
     845    __vft3ios                                         @798
     846    _spawnve                                          @799
     847    iswctype                                          @800
     848    _spawnvp                                          @801
     849    _floatfmt                                         @802
     850    getmccoll                                         @803
     851    _fputchar                                         @804
     852    _fullpath                                         @805
     853    _setupenv                                         @806
     854    str__10ostrstreamFv                               @807
     855    _theapmin                                         @808
     856    _udefault                                         @809
     857    _uheapmin                                         @810
     858    _set_mt_new_handler__FPFv_v                       @811
     859    ccsidtocs                                         @812
     860    _infinity                                         @813
     861    _fposinfi                                         @814
     862    cstoccsid                                         @815
     863    __vft13strstreambase                              @816
     864    iswxdigit                                         @817
     865    _status87                                         @818
     866    _trealloc                                         @819
     867    __vtt13strstreambase                              @820
     868    _CRT_term                                         @821
     869    _dposqnan                                         @822
     870    wcsrtombs                                         @823
     871    collequiv                                         @824
     872    _fposqnan                                         @825
     873    _uheapset                                         @826
     874    strtocoll                                         @827
     875    colltostr                                         @828
     876    _timezone                                         @829
     877    __vft10istrstream3ios                             @830
     878    _spawnlpe                                         @831
     879    __vft10ostrstream3ios                             @832
     880    _CRT_init                                         @833
     881    open__7filebufFPCciT2                             @834
     882    _udestroy                                         @835
     883    overflow__7filebufFi                              @836
     884    __vft8iostream3ios_19iostream_withassign          @837
     885    _fullDump                                         @838
     886    __dl__FPv                                         @839
     887    __ct__7filebufFiPcT1                              @840
     888    mbsrtowcs                                         @841
     889    vswprintf                                         @842
     890    _spawnvpe                                         @843
     891    putback__7istreamFc                               @844
     892    get__7istreamFPScic                               @845
     893    get__7istreamFPUcic                               @846
     894    __ungetch                                         @847
     895    _strerror                                         @848
     896    _control87                                        @849
     897    __nw__FUi                                         @850
     898    str__12strstreambufFv                             @851
     899    __ls__7ostreamFPCSc                               @852
     900    __ReThrow                                         @853
     901    tie__3iosFP7ostream                               @854
     902    __ls__7ostreamFPCUc                               @855
     903    __vft11fstreambase3ios                            @856
     904    __ct__9streambufFPci                              @857
     905    open__7fstreamFPCciT2                             @858
     906    __ct__7fstreamFiPcT1                              @859
     907    __ct__7istreamFiPcT1                              @860
     908    last_op__7filebufFv                               @861
     909    localeconv                                        @862
     910    __vft11stdiostream3ios                            @863
     911    __dt__10istrstreamFv                              @864
     912    _scanfieee                                        @865
     913    __ct__10ostrstreamFv                              @866
     914    eatwhite__7istreamFv                              @867
     915    __dt__10ostrstreamFv                              @868
     916    _fcloseall                                        @869
     917    __ct__7fstreamFPCciT2                             @870
     918    getwmccoll                                        @871
     919    __ct__11fstreambaseFi                             @872
     920    __ct__8ifstreamFiPcT1                             @873
     921    __ct__8ofstreamFiPcT1                             @874
     922    __vft11fstreambase3ios_7fstream                   @875
     923    __vft11fstreambase3ios_8ifstream                  @876
     924    __ct__11fstreambaseFv                             @877
     925    _ldposinfi                                        @878
     926    __dt__11fstreambaseFv                             @879
     927    __vft11fstreambase3ios_8ofstream                  @880
     928    _searchenv                                        @881
     929    overflow__8stdiobufFi                             @882
     930    do_ipfx__7istreamFi                               @883
     931    ismccollel                                        @884
     932    _terminate                                        @885
     933    _endthread                                        @886
     934    _GetErrMsg                                        @887
     935    __threadid                                        @888
     936    __dt__11stdiostreamFv                             @889
     937    _ldposqnan                                        @890
     938    _set_crt_msg_handle                               @891
     939    _fopenused                                        @892
     940    __ct__10istrstreamFPc                             @893
     941    eatwhite__FR7istream                              @894
     942    ignore__7istreamFiT1                              @895
     943    iconv_open                                        @896
     944    __nw__FP8SOMClassUi                               @897
     945    __doserrno                                        @898
     946    _heap_walk                                        @899
     947    _LHUGE_VAL                                        @900
     948    setbuf__7filebufFPci                              @901
     949    str__FPCci                                        @902
     950    _cputsused                                        @903
     951    __PureVirtualCalled                               @904
     952    __cppstore                                        @905
     953    _Lib_excpt                                        @906
     954    _splitpath                                        @907
     955    __vft9strstream3ios                               @908
     956    open__8ifstreamFPCciT2                            @909
     957    do_opfx__7ostreamFv                               @910
     958    open__8ofstreamFPCciT2                            @911
     959    _MAKE_LDBL_POSITIVE                               @912
     960    do_osfx__7ostreamFv                               @913
     961    _Exception                                        @914
     962
     963
Note: See TracChangeset for help on using the changeset viewer.