Skip to content

Instantly share code, notes, and snippets.

@jonasschneider
Created January 4, 2015 23:48
Show Gist options
  • Save jonasschneider/226a5d8201cf98040d6d to your computer and use it in GitHub Desktop.
Save jonasschneider/226a5d8201cf98040d6d to your computer and use it in GitHub Desktop.
vagrant@vagrant-ubuntu-trusty-64:/vagrant/mod$ nm --undefined-only a.out
U abort
U ceil
U ceilf
U exp
U exp2
U exp2f
U expf
U fflush
U floor
U floorf
U fma
U fmaf
U fmax
U fmaxf
U fmaxl
U fmod
U fmodf
U fprintf
U _GLOBAL_OFFSET_TABLE_
U log
U log10
U log10f
U log2
U log2f
U logb
U logbf
U logbl
U logf
U memcmp
U memcpy
U pow
U powf
U round
U roundf
U scalbn
U scalbnf
U scalbnl
U _start
U stderr
U trunc
U truncf
U _Unwind_GetIP
U _Unwind_GetLanguageSpecificData
U _Unwind_GetRegionStart
U _Unwind_SetGR
U _Unwind_SetIP
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment