Skip to content

Instantly share code, notes, and snippets.

@chapuni
Created November 12, 2013 07:23
Show Gist options
  • Save chapuni/7426919 to your computer and use it in GitHub Desktop.
Save chapuni/7426919 to your computer and use it in GitHub Desktop.
dependencies to msvcrt.dll in mingw's clang.exe
024a303c 024a3210 00000000 00000000 024a4404 024a3558
DLL Name: msvcrt.dll
vma: Hint/Ord Member-Name Bound-To
24a3dea 6 _close
24a3df4 23 _fdopen
24a3dfe 32 _fstat
24a3e08 51 _lseek
24a3e12 64 _read
24a3e1a 68 _setmode
24a3e26 78 _stat
24a3e2e 80 _strdup
24a3e38 81 _stricmp
24a3e44 109 _write
024a3050 024a3240 00000000 00000000 024a4594 024a3588
DLL Name: msvcrt.dll
vma: Hint/Ord Member-Name Bound-To
24a3e4e 55 __getmainargs
24a3e5e 61 __lc_codepage
24a3e6e 65 __mb_cur_max
24a3e7e 77 __p__environ
24a3e8e 79 __p__fmode
24a3e9c 99 __set_app_type
24a3eae 137 _assert
24a3eb8 143 _beginthreadex
24a3eca 147 _cexit
24a3ed4 155 _chsize
24a3ede 157 _close
24a3ee8 182 _errno
24a3ef2 193 _exit
24a3efa 216 _fpclass
24a3f06 233 _get_osfhandle
24a3f18 258 _heapwalk
24a3f24 266 _iob
24a3f2c 268 _isctype
24a3f38 383 _onexit
24a3f42 385 _open_osfhandle
24a3f54 392 _pctype
24a3f5e 422 _setjmp
24a3f68 426 _setmode
24a3f74 544 _wopen
24a3f7e 583 abort
24a3f86 585 acos
24a3f8e 586 asctime
24a3f98 587 asin
24a3fa0 588 atan
24a3fa8 589 atan2
24a3fb0 590 atexit
24a3fba 591 atof
24a3fc2 592 atoi
24a3fca 595 calloc
24a3fd4 596 ceil
24a3fdc 599 cos
24a3fe2 600 cosh
24a3fea 604 exit
24a3ff2 605 exp
24a3ff8 607 fclose
24a4002 610 fflush
24a400c 616 floor
24a4014 617 fmod
24a401c 618 fopen
24a4024 619 fprintf
24a402e 620 fputc
24a4036 625 free
24a403e 633 fwrite
24a4048 637 getenv
24a4052 658 iswctype
24a405e 671 localeconv
24a406c 672 localtime
24a4078 673 log
24a407e 674 log10
24a4086 675 longjmp
24a4090 676 malloc
24a409a 680 memchr
24a40a4 681 memcmp
24a40ae 683 memmove
24a40b8 684 memset
24a40c2 688 pow
24a40c8 695 qsort
24a40d0 698 realloc
24a40da 704 setlocale
24a40e6 705 setvbuf
24a40f0 706 signal
24a40fa 707 sin
24a4100 708 sinh
24a4108 709 sprintf
24a4112 710 sqrt
24a411a 712 sscanf
24a4124 714 strchr
24a412e 715 strcmp
24a4138 716 strcoll
24a4142 719 strerror
24a414e 720 strftime
24a415a 721 strlen
24a4164 723 strncmp
24a416e 725 strpbrk
24a4178 726 strrchr
24a4182 728 strstr
24a418c 729 strtod
24a4196 731 strtol
24a41a0 732 strtoul
24a41aa 733 strxfrm
24a41b4 737 tan
24a41ba 738 tanh
24a41c2 739 time
24a41ca 742 tolower
24a41d4 743 toupper
24a41de 744 towlower
24a41ea 745 towupper
24a41f6 751 vsprintf
24a4202 757 wcscoll
24a420c 760 wcsftime
24a4218 761 wcslen
24a4222 774 wcsxfrm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment